Skip to main content
Reference

Slash Commands

All built-in slash commands, aliases, and purposes in Qoder CLI CN interactive sessions

In an interactive session, commands typed with a leading / 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

CommandDescription
/newStart a new empty session.
/clearClear the current session's content.
/continueContinue the current project's most recent session.
/resumeResume a historical session.
/renameRename the current session.
/branchBranch a new session off the current one.
/exportExport the current session's content.
/copyCopy the previous response.
/compactCompress the context to free up space.
/btwAsk a side question without interrupting the main conversation.
/subtaskDispatch a subagent carrying the full current context; results return to the main session.
/rewindRewind to a given checkpoint.
/quitExit the CLI.

Model and reasoning

CommandDescription
/modelSelect the conversation model.
/effortSet the reasoning effort level.
/fastSwitch to fast mode.
/context-windowSet the context window.

Working modes

CommandDescription
/planEnter Plan mode.
/goalManage session goals (see Goal Command Reference).
/loopRun a prompt or command in a recurring loop (see Loop Command Reference).
/crontabManage scheduled and recurring tasks (view/stop; see Scheduled Tasks Reference).
/questSmart workflow orchestrator that guides you through feature development step by step with dedicated subagents.
/tasksOpen the background task panel (aliases /bg, /background).
/workflowsOpen the workflow panel (alias /workflow-tasks).
/kanbanOpen the kanban panel.

Code and review

CommandDescription
/diffView the code change diff.
/reviewReview code changes.
/initInitialize the project (generate the project instructions file).

Configuration and interface

CommandDescription
/settingsOpen the settings panel (alias /config).
/security-settingsConfigure security scan levels (see Security Scanning).
/themeSwitch the color theme.
/statuslineConfigure the status line.
/editorConfigure editor integration.
/vimToggle Vim mode.
/voiceToggle voice input.
/shortcutsView the shortcut list.

Extensions and tools

CommandDescription
/mcpManage MCP servers.
/toolsView the list of available tools.
/skillsManage Agent Skills.
/agentsManage Agents.
/hooksManage Hooks.
/commandsReload and list all available commands.
/pluginsManage plugins (alias /plugin).
/marketplaceBrowse the plugin marketplace (alias /market).
/memoryManage 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:
CommandDescription
/debugDebugging assistant that helps locate and fix problems.
/verifyVerify whether results meet expectations.
/simplifySimplify code or processes.
/security-scanQoder cloud security scan (supports L2 lightweight and L3 deep review).
/runLaunch and drive the project's actual application to observe changes at runtime.
/run-skill-generatorCreate or improve the project-specific run skill.
/batchApply bulk changes across many files by spawning parallel worker agents in isolated git worktrees (requires the current directory to be a git repository).
/rememberReview automatically accumulated memory entries and suggest promotions (requires auto-memory enabled).
/mcp-configManage MCP server configuration.
For the complete list and purposes, see Built-in Agents and Skills.

Account and status

CommandDescription
/loginSign in or switch authentication method (alias /signin).
/logoutSign out and clear locally cached credentials (alias /signout).
/statusView account and session status.
/profileView the user profile.
/usageView usage statistics.
/upgradeUpgrade the account subscription plan.
/insightsView insights and analysis.
/privacyManage privacy settings.
/permissionsManage permissions (view and adjust permission rules).

Remote and miscellaneous

CommandDescription
/remote-controlRemote-control the session.
/remote-envManage remote environments.
/add-dirAdd a trusted directory.
/contextManage the context.
/docsOpen the documentation.
/helpShow help.
/aboutShow about information.
/feedbackSubmit feedback.
/release-notesView 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