Skip to main content

Slash Commands Reference

Slash commands control the current chat surface without turning the text into an ordinary model prompt. Type / to open the live catalog; it is authoritative because commands vary by surface, runtime state, and installed Skills.

Dashboard Chat

Dashboard exposes these built-in commands when the current runtime supports them:

CommandPurpose
/newStart a new session
/sessionsList or choose recent sessions
/statusShow current runtime/session status
/helpShow available commands and controls
/modelInspect or change the active model
/providerInspect providers and authentication
/usageShow provider usage and context information
/skillsBrowse available Skills
/yoloChoose the current session's execution mode
/effortChoose the current session's thinking effort

Installed Skills can add canonical Skill commands after the built-ins. Use the menu instead of assuming that a command from another Profile is available here.

Terminal interface

The TUI handles these commands locally:

CommandPurpose
/helpOpen TUI help
/quitExit the TUI
/newStart a new session
/statusShow conversation status
/usageShow provider usage and context
/skillsChoose a Skill command to insert
/yolo [on|off]Inspect or change execution mode for this session
/effortOpen the thinking-effort selector

When connected to the Gateway, the live catalog also supplies /sessions, /provider, /model, and compatible Skill commands.

Retired spellings are intentionally unavailable

If an older guide suggests commands such as /tools, /logs, /config, /browser, or /profile, use the current Dashboard page or CLI command instead. The live /help and completion list reflect the installed version.

Messaging Channels

Channel command availability depends on the adapter and conversation permissions. Common control commands include:

CommandPurpose
/statusCheck the connected conversation/runtime state
/stopInterrupt active work when the adapter supports it
/newStart a new session for the conversation
/approveApprove a pending request on supported Channel flows
/denyDeny a pending request on supported Channel flows
/voiceManage voice replies for the current Channel conversation

Do not assume every platform exposes every command. Use the adapter's help response and its documentation page.

Commands in one-shot CLI chat

anyy chat sends its quoted argument as one prompt through the resident Gateway. It does not provide an interactive slash-command menu. Use public CLI commands such as anyy status, anyy setup model, anyy skills, or anyy cron for administration, and use Dashboard/TUI for interactive slash controls.

While work is running

Commands have different running behavior. Some are local reads, some can bypass the normal queue to stop or inspect work, and some are rejected until the active execution is idle. The current surface shows the applicable behavior.

Starting a new session or switching model/provider can affect continuity. Save or send a draft before /new, and start a fresh session after a large model or Role change when you want clean context.

Skills

Enabled Skills may publish additional commands. Their availability can depend on Profile, surface, platform, enabled state, and tool requirements.

Use /skills or Dashboard → Skills to inspect the catalog. A Skill command activates instructions; it does not bypass toolsets, approvals, ChangePlans, or audit.

Troubleshooting

ProblemFix
Command is missingCheck the current surface/Profile, reload Skills if relevant, and type /help
Command text was sent as a promptSelect it from completion/menu and verify that the surface supports it
/yolo is unavailableUse the current surface's execution-mode control; availability is deliberately restricted
Skill command is staleRun anyy skills reload and start a new session
Messaging command is deniedVerify account access policy, pairing, and adapter support

See CLI Commands Reference for shell commands and flags.