Providers
Supported coding agent CLIs and their capabilities
Overview#
Agentastic supports any terminal-based coding agent CLI. When you install an agent, Agentastic automatically detects it and makes it available for use. Launch agents from Agent Home, run them in isolated git worktrees or Docker containers, and review their changes with built-in diff and code review.
Supported Agents#
Agentastic ships with 40 built-in agent definitions and auto-discovers them when installed. Any terminal agent not listed here can still be used via Settings > Connections.
Claude Code (Anthropic)#
npm install -g @anthropic-ai/claude-codeAnthropic's official CLI agent. Supports auto-approve, resume, and initial prompt.
Codex (OpenAI)#
npm install -g @openai/codexOpenAI's terminal coding agent. Supports auto-approve, resume, and initial prompt.
Open Interpreter#
curl -fsSL https://www.openinterpreter.com/install | shProvider-agnostic coding agent built on Codex. Agentastic detects the interpreter executable, passes an initial prompt directly to its TUI, resumes the latest session with resume --last, uses --yolo for unattended runs, selects the read-only sandbox for plan mode, and uses its non-interactive review command for Code Review. See the official docs.
Command Code (Langbase)#
npm i -g command-code
cmd loginLangbase's coding agent with taste-aware workflows. Agentastic detects the cmd executable, supports --continue for resume, --yolo for auto-approve, and can pass an initial prompt directly when launching a new session. Command Code also supports its own agent configuration and skills system. See the official docs.
Gemini CLI (Google)#
npm install -g @google/gemini-cliGoogle's AI coding agent. Supports auto-approve, resume, and initial prompt.
Antigravity (Google)#
curl -fsSL https://antigravity.google/cli/install.sh | bashGoogle's Antigravity CLI for terminal-first agent sessions with shared Antigravity settings. Agentastic detects the agy executable, seeds the TUI with -i, and supports --dangerously-skip-permissions for unattended runs, --continue to resume, and --mode plan for plan mode. See the official docs.
Jules (Google)#
npm install -g @google/julesGoogle's CLI for Jules, the asynchronous coding agent. Launches the Jules TUI; Agentastic types your prompt in automatically once the TUI is ready. See the official docs.
Grok Build (xAI)#
curl -fsSL https://x.ai/cli/install.sh | bashxAI's official terminal coding agent. Agentastic detects the grok executable, launches its interactive TUI and delivers your prompt automatically, with --always-approve for unattended runs, --permission-mode plan for plan mode, and --continue to resume the most recent session. Grok Build picks up your AGENTS.md, skills, hooks, plugins, and MCP servers out of the box. See the official docs.
Devin (Cognition)#
curl -fsSL https://cli.devin.ai/install.sh | bashCognition's Devin CLI for local, interactive coding sessions with Devin Cloud integration. Agentastic detects the devin executable, passes the prompt as a positional argument, and uses --permission-mode=dangerous for unattended runs and --continue to resume. See the official docs.
Hermes Agent (Nous Research)#
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bashNous Research's open-source terminal agent. Agentastic supports Hermes via the hermes CLI with chat -q prompt injection, --continue/--resume session recovery, and --yolo unattended mode. See the official docs and GitHub repository.
Cursor#
curl https://cursor.com/install -fsSL | bashCursor's terminal coding agent. Agentastic detects and launches the cursor-agent executable (Cursor's shorter agent name is ambiguous — xAI's Grok installer claims it too), supports --continue for resume, --yolo for auto-approve, and can pass an initial prompt as a positional argument. Cursor also supports --sandbox enabled|disabled for controlling file and command permissions, --mode plan|ask for alternative interaction modes, and --cloud for offloading work to Cursor's cloud infrastructure. See the official docs.
GitHub Copilot#
npm install -g @github/copilotGitHub's AI coding assistant for the terminal. Agentastic seeds the session with -i <prompt>, uses --allow-all-tools for unattended runs, and --continue to resume the most recent session.
Junie (JetBrains)#
curl -fsSL https://junie.jetbrains.com/install.sh | bashJetBrains' LLM-agnostic coding agent CLI. Currently in beta. Agentastic seeds interactive mode with --prompt, uses --brave (Brave Mode) for unattended runs, and --resume to continue the last session.
OpenHands#
uv tool install openhandsOpen-source AI development agent. Supports auto-approve (--always-approve), resume, and initial prompt.
Letta Code#
npm install -g @letta-ai/letta-codeMemory-first coding agent with persistent context across sessions. Supports auto-approve; a bare letta launch automatically resumes the directory's last conversation, and Agentastic types your prompt in once the TUI is ready.
Cortex Code (Snowflake)#
curl -LsS https://ai.snowflake.com/static/cc-scripts/install.sh | shSnowflake's coding agent CLI for data engineering and development. Supports auto-approve, resume, and initial prompt.
OB-1 (OpenBlock Labs)#
curl -fsSL https://dashboard.openblocklabs.com/install | bashAutonomous coding agent. Supports auto-approve, resume, and initial prompt.
Amp (Sourcegraph)#
npm install -g @sourcegraph/amp@latestSourcegraph's agentic coding assistant. Supports auto-approve and initial prompt via stdin.
Droid (Factory)#
curl -fsSL https://app.factory.ai/cli | shFactory's AI agent for software development. Supports auto-approve (--auto high), resume, and a positional initial prompt.
Aider#
curl -LsSf https://aider.chat/install.sh | shOpen-source AI pair programmer. Supports auto-approve (--yes-always); Agentastic types your prompt into the chat once it launches (aider's positional arguments are files, not a prompt).
OpenCode#
npm install -g opencode-aiOpen-source terminal coding agent. Supports resume and initial prompt.
Goose (Block)#
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bashBlock's autonomous coding agent. Supports initial prompt and resume.
Cline#
npm install -g clineTerminal-based coding agent. Supports auto-approve (--auto-approve true), plan mode (--plan), and a positional initial prompt.
Autohand Code#
curl -fsSL https://autohand.ai/install.sh | bashAutonomous coding agent using the ReAct pattern with Agent Skills. Supports auto-approve (--unrestricted); Agentastic types the prompt into the TUI post-launch (the CLI's -p runs one-shot command mode).
mini-SWE-agent#
uv tool install mini-swe-agentLightweight ~100-line coding agent from the SWE-bench team. Supports auto-approve and initial prompt.
Qwen Code#
npm install -g @qwen-code/qwen-codeAlibaba's terminal coding agent. Supports auto-approve, resume, and initial prompt.
Kilo Code#
npm install -g @kilocode/cliTerminal-based coding agent. Supports resume and initial prompt via --prompt (the CLI's positional argument is a project path, and it exposes no auto-approve flag).
Kiro (AWS)#
curl -fsSL https://cli.kiro.dev/install | bashAWS's spec-driven development agent. Supports auto-approve (--trust-all-tools), resume, and a positional initial prompt via its chat subcommand.
Charm#
npm install -g @charmland/crushCharmbracelet's TUI-based coding agent. Supports auto-approve (--yolo); Agentastic types the prompt into the TUI post-launch.
Auggie (Augment Code)#
npm install -g @augmentcode/auggieEnterprise coding agent with Context Engine. Supports resume and a positional initial prompt.
Rovo Dev (Atlassian)#
brew install atlassian/acli/acli && acli rovodev auth loginAtlassian's development agent, run via the Atlassian CLI (acli). Supports auto-approve; Agentastic types the prompt into the TUI post-launch.
Continue#
npm install -g @continuedev/cliOpen-source coding assistant. Supports auto-approve (--auto), plan mode (--readonly), resume, and initial prompt via --prompt.
Codebuff#
npm install -g codebuffAI coding agent for the terminal. Supports resume (--continue) and a positional initial prompt.
Freebuff#
npm install -g freebuffStandalone Codebuff package with the same CLI surface: resume (--continue) and a positional initial prompt.
Mistral Vibe#
curl -LsSf https://mistral.ai/vibe/install.sh | bashMistral's terminal coding agent. Supports auto-approve (--auto-approve), resume (-c), and a positional initial prompt.
Kimi (Moonshot AI)#
uv tool install kimi-cliMoonshot AI's coding agent. Supports auto-approve (--yolo), plan mode (--plan), resume (--continue), and initial prompt.
Pi#
npm install -g @mariozechner/pi-coding-agentOpen-source coding agent. Supports resume and a positional initial prompt.
Feature Support#
Not all agents support the same capabilities. The table below shows which features are available per provider.
| Agent | Auto-Approve | Resume | Initial Prompt |
|---|---|---|---|
| Claude Code | Yes | Yes | Yes |
| Codex | Yes | Yes | Yes |
| Open Interpreter | Yes | Yes | Yes |
| Command Code | Yes | Yes | Yes |
| Gemini CLI | Yes | Yes | Yes |
| Antigravity | Yes | Yes | Yes |
| Jules | - | - | typed |
| Grok Build | Yes | Yes | Yes |
| Devin | Yes | Yes | Yes |
| Hermes Agent | Yes | Yes | Yes |
| Cursor | Yes | Yes | Yes |
| GitHub Copilot | Yes | Yes | Yes |
| Junie | Yes | Yes | Yes |
| OpenHands | Yes | Yes | Yes |
| Letta Code | Yes | auto | typed |
| Cortex Code | Yes | Yes | Yes |
| OB-1 | Yes | Yes | Yes |
| Amp | Yes | Yes | stdin |
| Droid | Yes | Yes | Yes |
| Aider | Yes | - | typed |
| OpenCode | - | Yes | Yes |
| Goose | - | Yes | Yes |
| Cline | Yes | - | Yes |
| Autohand Code | Yes | - | typed |
| mini-SWE-agent | Yes | - | Yes |
| Qwen Code | Yes | Yes | Yes |
| Kilo Code | - | Yes | Yes |
| Kiro | Yes | Yes | Yes |
| Charm | Yes | - | typed |
| Auggie | - | Yes | Yes |
| Rovo Dev | Yes | - | typed |
| Continue | Yes | Yes | Yes |
| Codebuff | - | Yes | Yes |
| Freebuff | - | Yes | Yes |
| Mistral Vibe | Yes | Yes | Yes |
| Kimi | Yes | Yes | Yes |
| Pi | - | Yes | Yes |
Feature Descriptions#
- Auto-Approve - Allows skipping permission prompts for file read/write operations. Useful for hands-off workflows where the agent works autonomously.
- Resume - Continue from a previous agent session. Pick up exactly where you left off without losing context.
- Initial Prompt - Pass instructions to the agent when it starts. Most agents support this, allowing Agentastic to send your prompt automatically from Agent Home. typed means the agent's TUI can't take a prompt via CLI arguments, so Agentastic types it in automatically once the TUI is ready; stdin means the prompt is piped in. auto under Resume means a bare relaunch resumes the last session by itself.
All flags in this table were verified against each CLI's actual --help output (2026-07). Rovo Dev requires Atlassian authentication before its CLI responds, so its flags follow Atlassian's documentation.
Adding Agents#
Agentastic scans your system PATH for known agent CLIs. If you install a new agent:
- Install the agent using its official instructions
- Make sure the binary is in your PATH
- Open Settings > Connections and click Refresh to re-scan
Custom Agents#
Any terminal-based tool can be used as an agent:
- Go to Settings > Connections
- Click Add Connection
- Enter the CLI command for your agent
- The agent will start in the worktree's directory
Requesting New Agents#
Missing a tool? Open an issue on GitHub or let us know on Discord.