Navigation Commands
Navigation commands help you move through the interface, switch between modes, and access different features.
🎬 GIF: navigation-commands.gif
Navigation commands demonstration
Model and Agent Selection
/model
Open model selection dialog.
/modelInteractive picker for available models.
Direct selection:
/model anthropic/claude-opus-4-5-20251101/model openai/gpt-4o/model ollama/llama3.3Model aliases:
/model opus/model sonnet/model haiku/agents
Open agent selection dialog.
/agentsSwitch between security agents.
Direct selection:
/agents web-application/agents cloud-security/agents internal-network/agents bug-hunter/provider
Switch AI provider.
/providerDirect selection:
/provider anthropic/provider openai/provider ollamaInterface Navigation
/theme
Open theme selection.
/themeDirect selection:
/theme cyberpunk/theme dark/theme light/theme matrix/vim
Toggle vim mode.
/vim # Toggle/vim on # Enable/vim off # Disable/help
Show help information.
/helpTopic-specific help:
/help commands/help keyboard/help agents/help permissionsConfiguration
/config
Open configuration.
/configOpens config file in editor.
Direct settings:
/config model anthropic/claude-sonnet-4-20250514/config theme cyberpunk/config vim onView setting:
/config get model/config get permissions/permission
Change permission mode.
/permissionDirect selection:
/permission default/permission plan/permission autoFile and Project
/init
Initialize project configuration.
/initCreates cyberstrike.json in current directory with guided setup.
Options:
/init --minimal # Minimal config/init --security # Security-focused config/files
List project files.
/filesShows file tree of current directory.
Options:
/files src//files --pattern "*.ts"/files --recent/cd
Change working directory.
/cd /path/to/project/cd ../other-project/cd ~Tools and MCP
/tools
List available tools.
/toolsShows all tools including MCP tools.
Filter:
/tools --mcp # MCP tools only/tools --builtin # Built-in only/tools kali # From specific server/mcp
Manage MCP servers.
/mcpServer commands:
/mcp list/mcp status kali/mcp start kali/mcp stop kali/mcp tools kaliStatus and Information
/status
Show system status.
/statusOutput:
Cyberstrike Status━━━━━━━━━━━━━━━━━━
Version: 1.0.0Model: anthropic/claude-sonnet-4-20250514Agent: web-applicationPermission: defaultWorking Dir: /home/user/project
MCP Servers: ✓ kali (15 tools) ✓ filesystem (3 tools)
Session: Messages: 42 Duration: 1h 23m Tokens: 45,230/version
Show version information.
/versionOutput:
cyberstrike 1.0.0Node.js 20.10.0Platform: darwin (arm64)/doctor
Run diagnostics.
/doctorChecks system configuration and dependencies.
Output:
System Check━━━━━━━━━━━━
✓ Node.js 20.10.0✓ Git 2.43.0✓ Configuration valid✓ API key configured✓ MCP servers reachable⚠ nmap not installed (optional)Quick Navigation
/bug
Report a bug.
/bugOpens browser to issue tracker with session context.
/feedback
Submit feedback.
/feedback/docs
Open documentation.
/docsOpens documentation in browser.
Topic-specific:
/docs agents/docs mcp/docs permissions/changelog
View changelog.
/changelogShows recent changes and updates.
Keyboard Shortcuts
Most navigation commands have keyboard equivalents:
| Command | Shortcut |
|---|---|
/model | <leader>m |
/agents | <leader>a |
/theme | <leader>t |
/help | ? |
/status | <leader>s |
Quick Reference
Switching Context
/model opus # Use more powerful model/agents bug-hunter # Switch to recon agent/permission plan # Read-only modeChecking Status
/status # Full status/cost # Token usage/context # Session contextConfiguration
/config # Open config/init # Create project config/theme cyberpunk # Change themeGetting Help
/help # General help/docs # Online docs/doctor # System checkTip
Use Tab to autocomplete slash commands and their arguments.
Related Documentation
- Slash Commands Overview - All commands
- Session Commands - Session management
- Keyboard Shortcuts - Key bindings