Skip to content

Commands

PlusCoder provides several built-in commands to help you manage conversations, repository interactions, and configuration. All commands start with /.

General Commands

Command                Description
/help Displays help information for all available commands.
/clear Clears the entire chat history with current agent.
/config Override any PlusCoder configuration setting.

Usage:
/config <setting_name> <value>

Example:
/config auto_commits false

Agent Management Commands

Command                Description
/agent Start a new conversation with another agent. Can optionally preserve chat history.

Usage:
/agent [agent_name]

If no agent name is provided, shows interactive selection.
/agent_create Creates a new persistent specialized agent to chat with. Interactive process to define:
- Code-base interaction capabilities
- File editing permissions
- Agent specialization and description

Repository Management Commands

Command                Description
/diff Shows the diff of the last commit.
/undo Reverts last commit and removes messages from history until last user message.
/show_repo Displays repository files tree in the current context.

Configuration & System Commands

Command                Description
/show_config Displays current PlusCoder configuration and config file locations.
/run Executes a system command and displays its output.

Usage:
/run <command>

Example:
/run git status

Custom Prompt Commands

Command                Description
/custom Gives the current agent a pre-defined set of instruction including (optional) additional instructions. Check how to define custom instructions at Custom Prompt Command section.

Usage:
/custom <prompt_name> [additional instructions]

Example:
/custom docstrings files display.py and utils.py