v1.6.1 — /autopilot Slash Command
Autopilot v1.6.1 — /autopilot Slash Command
Use Autopilot from any Claude Code session without starting a dedicated agent.
What's new
Slash command: Type /autopilot <task> inside any Claude Code session:
/autopilot deploy this to Vercel
/autopilot set up Supabase with auth tables
/autopilot get me a Cloudflare R2 bucket
Autopilot activates for that one task — plans, executes, logs, reports — then you're back to normal coding. No separate terminal, no mode switching.
Two ways to use Autopilot
| Method | When to use |
|---|---|
/autopilot <task> |
Quick tasks mid-coding: deploy, get API keys, install services |
claude --agent autopilot |
Full sessions: multi-service setup, project bootstrapping |
Both share the same guardian, keychain, execution log, and service registries.
Installation
The installer now automatically installs the slash command to ~/.claude/commands/autopilot.md. Existing users can update by re-running ./install.sh or manually copying commands/autopilot.md to ~/.claude/commands/.
The uninstaller also removes the slash command on cleanup.