Autocomplete
Type / in the input box to see autocomplete suggestions. Continue typing to filter.

Session & Config

CommandDescription
/helpShow available commands and usage
/statusDisplay session info: model, tokens, cost, elapsed time
/costShow token usage and estimated cost breakdown
/model [name]Show or switch the current model (e.g., /model gpt-4o)
/clearClear the conversation history
/compactCompact session history to reduce token usage
/sessionShow session ID and metadata
/exportExport conversation to JSON or Markdown
/resumeResume a previous conversation session
/versionShow CLI version
/loginLogin to a provider
/logoutLogout and clear saved credentials
/contextShow current context window usage
/vimToggle vim mode for the input box
/configShow or edit configuration
/memoryShow or manage conversation memory
/initInitialize project with OPENANALYST.md
/exitExit the CLI
/sidebarToggle the sidebar panel
/permissionsShow or change permission mode
/doctorDiagnose CLI installation, config, and provider connectivity
/trustTrust or untrust workspace for hooks and skills

Git & Code

CommandDescription
/diffShow git diff with syntax highlighting
/commitGenerate commit message from staged changes and commit
/commit-push-prCommit, push, and create a pull request in one step
/prCreate a pull request with AI-generated description
/issueCreate a GitHub issue
/branchCreate and switch to a new branch
/worktreeManage git worktrees for isolated work
/teleportJump to a specific file and line in the codebase
/diff-reviewAI-powered code review of current diff
/changelogGenerate changelog from recent commits
/undoRevert all uncommitted file changes (git checkout)

Analysis & Planning

CommandDescription
/bughunterDeep automated bug analysis across the codebase
/ultraplanGenerate a comprehensive implementation plan
/debug-tool-callDebug the last failed tool call
/thinkUse extended thinking for complex reasoning
/doctorDiagnose CLI configuration and connectivity

Multimedia

CommandDescription
/image [prompt]Generate an image from a text description
/voiceRecord and transcribe voice input
/speak [text]Text-to-speech output
/vision [path]Analyze an image file with vision AI
/diagram [desc]Generate a Mermaid diagram from description

Web & Data

CommandDescription
/scrape [url] [selector]Scrape a web page, optionally with CSS selector
/json [url]Fetch and display JSON from an API endpoint

AI & Translation

CommandDescription
/translate [lang]Translate text to the specified language
/tokensCount tokens in the current context

Dev Tools

CommandDescription
/dev installInstall Playwright browser automation
/dev open [url]Open a URL in the controlled browser
/dev screenshotTake a screenshot of the current page
/dev snap [selector]Screenshot a specific element
/dev click [selector]Click an element on the page
/dev type [selector] [text]Type into an element
/dev test [url]Run automated test on a URL
/dev codegen [url]Generate test code from browser interactions
/dev stopClose the browser

Advanced & Agents

CommandDescription
/swarm <task>Spawn parallel agents for task decomposition
/openanalyst <task>Run autonomous agent loop (think→act→observe→verify)
/ask <question>Quick question without tool usage
/user-prompt <text>Inject a user message into the conversation
/effort [category] [level]Set thinking budget (low/medium/high/max)
/route [category] [tier]View or edit the model routing table
/mcpList, add, or remove MCP servers
/knowledgeSearch the knowledge base
/exploreExplore a GitHub repository
/agentsList active and completed agents
/skillsList available skills
/pluginsManage plugins
/hooksView configured hooks
/add-dir [path]Add a directory to the workspace context