Slash Commands
All commands start with /. Type / and press Tab for autocomplete.
Quick Reference
| Command | Description |
|---|---|
/help | Show help information |
/changelog | Show recent changes |
/model | Switch AI model |
/clear | Clear conversation history |
/resume | Resume previous session |
/init [optional msg] | Generate AGENTS.md file |
/compact | Compress conversation memory |
/stats | Show session statistics |
/mcp | Manage MCP servers |
/bashes | List background processes |
/logout | Sign out and exit |
/quit | Exit AdaL CLI |
/theme | Change theme |
/about | Show version and auth status |
/bug [desc] | Report a bug |
/byoak | Bring your own API keys |
/skills | List loaded skills |
/plugin | Manage plugins/marketplaces |
/cron | Schedule recurring prompts |
/subagent | Configure subagents |
/permissions | Configure approval settings |
Permissions & Approvals (/permissions)
Use /permissions to configure which actions require manual confirmation before AdaL proceeds.
Common uses:
- Keep shell commands gated behind approval
- Allow auto-apply for file edits in trusted workflows
- Review and adjust safety behavior before enabling faster execution modes
Tips
- Use
/helpfor information of all slash commands. - Run
/initto generate AGENTS.md so that AdaL can understand your codebase better. - Use
/compactafter a milestone is achieved to save context and stay focused, or switch to a larger-context model via/modelwhen needed. - Use
/permissionsbefore long tasks to match approval strictness to your risk tolerance. - Use
/cronto automate recurring tasks — training monitoring, data pipelines, literature reviews, and more.
Related: Cron: Scheduled Prompts · Keyboard Shortcuts · MCP · BYOAK