All built-in slash commands, aliases, and purposes in Qoder CLI CN interactive sessions
In an interactive session, commands typed with a leading
The following commands are provided by built-in Skills and can also be invoked automatically by the Agent as needed:
For the complete list and purposes, see Built-in Agents and Skills.
Some commands are visible or usable only under certain conditions:
/ are slash commands, used to perform in-session operations without exiting. Typing / pops up the command completion list, and /help shows all available commands.
This page lists all built-in slash commands grouped by function. Some commands may be hidden depending on current feature switches or the release (see Conditional commands at the end).
Session and conversation
| Command | Description |
|---|---|
/new | Start a new empty session. |
/clear | Clear the current session's content. |
/continue | Continue the current project's most recent session. |
/resume | Resume a historical session. |
/rename | Rename the current session. |
/branch | Branch a new session off the current one. |
/export | Export the current session's content. |
/copy | Copy the previous response. |
/compact | Compress the context to free up space. |
/btw | Ask a side question without interrupting the main conversation. |
/subtask | Dispatch a subagent carrying the full current context; results return to the main session. |
/rewind | Rewind to a given checkpoint. |
/quit | Exit the CLI. |
Model and reasoning
| Command | Description |
|---|---|
/model | Select the conversation model. |
/effort | Set the reasoning effort level. |
/fast | Switch to fast mode. |
/context-window | Set the context window. |
Working modes
| Command | Description |
|---|---|
/plan | Enter Plan mode. |
/goal | Manage session goals (see Goal Command Reference). |
/loop | Run a prompt or command in a recurring loop (see Loop Command Reference). |
/crontab | Manage scheduled and recurring tasks (view/stop; see Scheduled Tasks Reference). |
/quest | Smart workflow orchestrator that guides you through feature development step by step with dedicated subagents. |
/tasks | Open the background task panel (aliases /bg, /background). |
/workflows | Open the workflow panel (alias /workflow-tasks). |
/kanban | Open the kanban panel. |
Code and review
| Command | Description |
|---|---|
/diff | View the code change diff. |
/review | Review code changes. |
/init | Initialize the project (generate the project instructions file). |
Configuration and interface
| Command | Description |
|---|---|
/settings | Open the settings panel (alias /config). |
/security-settings | Configure security scan levels (see Security Scanning). |
/theme | Switch the color theme. |
/statusline | Configure the status line. |
/editor | Configure editor integration. |
/vim | Toggle Vim mode. |
/voice | Toggle voice input. |
/shortcuts | View the shortcut list. |
Extensions and tools
| Command | Description |
|---|---|
/mcp | Manage MCP servers. |
/tools | View the list of available tools. |
/skills | Manage Agent Skills. |
/agents | Manage Agents. |
/hooks | Manage Hooks. |
/commands | Reload and list all available commands. |
/plugins | Manage plugins (alias /plugin). |
/marketplace | Browse the plugin marketplace (alias /market). |
/memory | Manage long-term memory. |
Built-in Skills
The following commands are provided by built-in Skills and can also be invoked automatically by the Agent as needed:
| Command | Description |
|---|---|
/debug | Debugging assistant that helps locate and fix problems. |
/verify | Verify whether results meet expectations. |
/simplify | Simplify code or processes. |
/security-scan | Qoder cloud security scan (supports L2 lightweight and L3 deep review). |
/run | Launch and drive the project's actual application to observe changes at runtime. |
/run-skill-generator | Create or improve the project-specific run skill. |
/batch | Apply bulk changes across many files by spawning parallel worker agents in isolated git worktrees (requires the current directory to be a git repository). |
/remember | Review automatically accumulated memory entries and suggest promotions (requires auto-memory enabled). |
/mcp-config | Manage MCP server configuration. |
Account and status
| Command | Description |
|---|---|
/login | Sign in or switch authentication method (alias /signin). |
/logout | Sign out and clear locally cached credentials (alias /signout). |
/status | View account and session status. |
/profile | View the user profile. |
/usage | View usage statistics. |
/upgrade | Upgrade the account subscription plan. |
/insights | View insights and analysis. |
/privacy | Manage privacy settings. |
/permissions | Manage permissions (view and adjust permission rules). |
Remote and miscellaneous
| Command | Description |
|---|---|
/remote-control | Remote-control the session. |
/remote-env | Manage remote environments. |
/add-dir | Add a trusted directory. |
/context | Manage the context. |
/docs | Open the documentation. |
/help | Show help. |
/about | Show about information. |
/feedback | Submit feedback. |
/release-notes | View the release notes. |
Conditional commands
Some commands are visible or usable only under certain conditions:
/agents,/plan,/workflows,/marketplace: available only when the corresponding feature switch is on./skills: requires Skills support and admin permission enabled./mcp: shows a disabled notice when MCP is disabled.- When a command is gated off by a feature switch, typing it shows the corresponding disabled notice.
Next steps
- Command-line startup flags: CLI Commands and Flags.
- Custom slash commands: Custom Commands.
- Goal / scheduled / loop command details: Goal Command Reference, Scheduled Tasks Reference, Loop Command Reference.