Skip to content

Slash Commands

github-actions[bot] edited this page Aug 28, 2026 · 3 revisions

Generated by npm run wiki:build — edit the generator, not this page.


Slash commands

Available in the CLI REPL and in the TUI. Aliases behave exactly like the command they point to.

Command Aliases Description
/stop /abort, /cancel, /kill Stop the running agent activity or workflow
/clear Clear the conversation feed
/copy Copy the last assistant response to the OS clipboard
/export /save Export the session (chat, reasoning, tool calls) to Markdown
/reset Reset the agent history and restart the session
/exit Leave the TUI
/tools Show the tools inspector tab
/thinking /thought Toggle expansion of the reasoning traces
/info Session status: persona, provider, model, tokens
/context Context window and token budget breakdown
/goal Goal orchestrator with parallel branches
/team Launch an autonomous multi-agent team
/call Turn-based multi-agent round-table conference
/benchmark Empirical capability test for the active model
/runs Execution history and workflow log reports
/agent Choose or switch the agent persona
/role Set the operational role
/trait Set the communication style
/provider Switch the configured LLM provider
/models /model Select or switch the backend LLM model
/memory Manage and search the shared persistent memory
/effort Reasoning effort: none, low, medium, high, xhigh, auto
/layout TUI layout editor: presets, themes, widths, files explorer
/search-engine Configure the web search provider

Power-user commands kept out of the menu: /help, /blackboard.

Clone this wiki locally