Skip to main content

Slash Commands

All commands start with /. Type / and press Tab for autocomplete.

Quick Reference

CommandDescription
/helpShow help information
/changelogShow recent changes
/modelSwitch AI model
/clearClear conversation history
/resumeResume previous session
/init [optional msg]Generate AGENTS.md file
/compactCompress conversation memory
/statsShow session statistics
/mcpManage MCP servers
/bashesList background processes
/logoutSign out and exit
/quitExit AdaL CLI
/themeChange theme
/aboutShow version and auth status
/bug [desc]Report a bug
/byoakBring your own API keys
/skillsList loaded skills
/pluginManage plugins/marketplaces
/cronSchedule recurring prompts
/subagentConfigure subagents
/permissionsConfigure 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 /help for information of all slash commands.
  • Run /init to generate AGENTS.md so that AdaL can understand your codebase better.
  • Use /compact after a milestone is achieved to save context and stay focused, or switch to a larger-context model via /model when needed.
  • Use /permissions before long tasks to match approval strictness to your risk tolerance.
  • Use /cron to automate recurring tasks — training monitoring, data pipelines, literature reviews, and more.

Related: Cron: Scheduled Prompts · Keyboard Shortcuts · MCP · BYOAK