🎯 Core Commands

Essential commands for everyday Code Puppy usage.

/help

Show help information and list all available commands.

/help

/exit, /quit

Exit Code Puppy. You can also use Ctrl+D.

/exit
/quit

/cd [path]

Change or show the current working directory.

# Show current directory
/cd

# Change to a directory
/cd ~/projects/my-app

# Go up one level
/cd ..

/tools

Show all tools available to the current agent.

/tools

# Output shows tool names and descriptions

/motd

Show the Message of the Day with tips and updates.

/motd

/agent [name]

Switch to a different agent or list available agents.

# List all agents
/agent

# Switch to an agent
/agent planning-agent
/agent code-reviewer
/agent qa-kitten

/model [name]

Change the active AI model or list available models.

# List available models
/model

# Switch model
/model gpt-5.1
/model claude-4-5-sonnet
/model Gemini-3

/add_model

Browse and add models from the models.dev catalog.

/add_model

# Interactive UI to browse and select models

/model_settings

Configure per-model settings like temperature and max tokens.

/model_settings

# Opens interactive settings editor

/generate-pr-description

Generate a pull request description based on the current git diff.

/generate-pr-description

# Analyzes changes and generates a formatted PR description