Autocomplete
Type
/ in the input box to see autocomplete suggestions. Continue typing to filter.
Session & Config
| Command | Description |
/help | Show available commands and usage |
/status | Display session info: model, tokens, cost, elapsed time |
/cost | Show token usage and estimated cost breakdown |
/model [name] | Show or switch the current model (e.g., /model gpt-4o) |
/clear | Clear the conversation history |
/compact | Compact session history to reduce token usage |
/session | Show session ID and metadata |
/export | Export conversation to JSON or Markdown |
/resume | Resume a previous conversation session |
/version | Show CLI version |
/login | Login to a provider |
/logout | Logout and clear saved credentials |
/context | Show current context window usage |
/vim | Toggle vim mode for the input box |
/config | Show or edit configuration |
/memory | Show or manage conversation memory |
/init | Initialize project with OPENANALYST.md |
/exit | Exit the CLI |
/sidebar | Toggle the sidebar panel |
/permissions | Show or change permission mode |
/doctor | Diagnose CLI installation, config, and provider connectivity |
/trust | Trust or untrust workspace for hooks and skills |
Git & Code
| Command | Description |
/diff | Show git diff with syntax highlighting |
/commit | Generate commit message from staged changes and commit |
/commit-push-pr | Commit, push, and create a pull request in one step |
/pr | Create a pull request with AI-generated description |
/issue | Create a GitHub issue |
/branch | Create and switch to a new branch |
/worktree | Manage git worktrees for isolated work |
/teleport | Jump to a specific file and line in the codebase |
/diff-review | AI-powered code review of current diff |
/changelog | Generate changelog from recent commits |
/undo | Revert all uncommitted file changes (git checkout) |
Analysis & Planning
| Command | Description |
/bughunter | Deep automated bug analysis across the codebase |
/ultraplan | Generate a comprehensive implementation plan |
/debug-tool-call | Debug the last failed tool call |
/think | Use extended thinking for complex reasoning |
/doctor | Diagnose CLI configuration and connectivity |
| Command | Description |
/image [prompt] | Generate an image from a text description |
/voice | Record 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
| Command | Description |
/scrape [url] [selector] | Scrape a web page, optionally with CSS selector |
/json [url] | Fetch and display JSON from an API endpoint |
AI & Translation
| Command | Description |
/translate [lang] | Translate text to the specified language |
/tokens | Count tokens in the current context |
Dev Tools
| Command | Description |
/dev install | Install Playwright browser automation |
/dev open [url] | Open a URL in the controlled browser |
/dev screenshot | Take 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 stop | Close the browser |
Advanced & Agents
| Command | Description |
/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 |
/mcp | List, add, or remove MCP servers |
/knowledge | Search the knowledge base |
/explore | Explore a GitHub repository |
/agents | List active and completed agents |
/skills | List available skills |
/plugins | Manage plugins |
/hooks | View configured hooks |
/add-dir [path] | Add a directory to the workspace context |