All built-in slash commands, aliases, and usage in Qoder CLI interactive sessions
In an interactive session, commands starting with
The following commands are provided by built-in Skills and can also be automatically invoked by Agents on demand:
For the complete list and use cases, see Built-in Agent and Skills.
Some commands are only visible or available when specific conditions are met:
/ are slash commands, used to perform in-session operations without exiting. Typing / brings up the command completion list, and /help displays all available commands.
This page lists all built-in slash commands grouped by function. Some commands may not be visible depending on current feature flags or versions (see Conditional Commands at the end of this page).
Sessions and Conversations
| Command | Description |
|---|---|
/new | Create a new empty session. |
/clear | Clear the current session content. |
/continue | Resume the most recent session for the current project. |
/resume | Restore a historical session. |
/rename | Rename the current session. |
/branch | Branch a new session from the current one. |
/export | Export the current session content. |
/copy | Copy the last response. |
/compact | Compress context to free up space. |
/rewind | Roll back to a specific checkpoint. |
/quit | Exit the CLI. |
Models and Reasoning
| Command | Description |
|---|---|
/model | Select the conversational model. |
/effort | Set the reasoning effort level. |
/fast | Switch to Fast Mode. |
/context-window | Set the context window. |
Work Modes
| Command | Description |
|---|---|
/plan | Enter Plan mode. |
/goal | Manage session goals (see Goal Command Reference). |
/loop | Execute prompts or commands in a recurring loop (see Loop Command Reference). |
/quest | Intelligent Workflow Orchestrator that guides you through feature development step-by-step using 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 diff. |
/review | Review code changes. |
/init | Initialize the project (generate the project instructions file). |
/setup-github | Configure GitHub Actions integration (not available in the CN edition). |
Configuration and UI
| Command | Description |
|---|---|
/settings | Open the Settings Panel (alias /config). |
/theme | Switch the color theme. |
/statusline | Configure the status bar. |
/editor | Configure editor integration. |
/vim | Toggle Vim mode. |
/voice | Toggle voice input. |
/shortcuts | View the keyboard 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 automatically invoked by Agents on demand:
| Command | Description |
|---|---|
/debug | Debug assistant to help locate and fix issues. |
/verify | Verify if results meet expectations. |
/simplify | Simplify code or workflows. |
/security-scan | Qoder cloud security scan (supports L2 lightweight and L3 deep review). |
/run | Launch and drive the project's actual application to observe the effects of changes at runtime. |
/run-skill-generator | Create or improve project-specific run skills. |
/batch | Spawn parallel working agents in an isolated git worktree to apply batch changes across multiple files (requires the current directory to be a Git repository). |
/remember | Review automatically accumulated memory entries and propose promotion suggestions (requires auto-memory to be enabled). |
/mcp-config | Manage MCP server configurations. |
Account and Status
| Command | Description |
|---|---|
/login | Sign in or switch authentication methods (alias /signin). |
/logout | Sign out and clear locally cached credentials (alias /signout). |
/status | View account and session status. |
/profile | View user profile. |
/usage | View usage statistics. |
/upgrade | Upgrade the account subscription plan. |
/insights | View insight analysis. |
/privacy | Manage privacy settings. |
/permissions | Manage permissions (view and adjust permission rules). |
Remote and Other
| Command | Description |
|---|---|
/remote-control | Remotely control the session. |
/remote-env | Manage remote environments. |
/add-dir | Add trusted directories. |
/context | Manage context. |
/docs | Open documentation. |
/help | Display help information. |
/about | Display about information. |
/feedback | Submit feedback. |
/release-notes | View the changelog. |
Conditional Commands
Some commands are only visible or available when specific conditions are met:
/agents,/plan,/workflows,/marketplace: Available only when the corresponding feature flags are enabled./skills: Requires Skills support and administrator permissions to be enabled./mcp: Displays a disabled prompt when MCP is disabled./setup-github: Not available in the CN edition.- If a command is turned off by a feature gate, a corresponding disabled prompt will be displayed when typed.
Next Steps
- Command-line startup parameters: CLI Commands and Parameters.
- Custom slash commands: Custom Commands.
- Goal / Scheduled / Loop command details: Goal Command Reference, Scheduled Task Reference, Loop Command Reference.