Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentastic.dev/llms.txt

Use this file to discover all available pages before exploring further.

Agentastic supports any terminal-based coding agent CLI. When you install an agent, Agentastic automatically detects it and makes it available from Agent Home. You can run agents in isolated git worktrees or Docker containers, and review their changes with built-in diff and code review tools.

All built-in agents

Agentastic ships with 33 built-in agent definitions and auto-discovers them when installed. Any terminal agent not listed here can still be added via Settings > Connections.
AgentCLI commandInstall command
Claude Codeclaudenpm install -g @anthropic-ai/claude-code
Codexcodexnpm install -g @openai/codex
Command Codecmdnpm i -g command-code cmd login
Gemini CLIgemininpm install -g @google/gemini-cli
Hermes Agenthermescurl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Cursoragentcurl https://cursor.com/install -fsSL | bash
GitHub Copilotcopilotnpm install -g @github/copilot
Juniejuniecurl -fsSL https://junie.jetbrains.com/install.sh | bash
OpenHandsopenhandspip install openhands-ai
Letta Codeletta-codenpm install -g @letta-ai/letta-code
Cortex Codecortexcurl -LsS https://ai.snowflake.com/static/cc-scripts/install.sh | sh
OB-1ob1curl -fsSL https://dashboard.openblocklabs.com/install | bash
Ampampnpm install -g @sourcegraph/amp@latest
Droiddroidcurl -fsSL https://app.factory.ai/cli | sh
Aideraiderpip install aider-chat
OpenCodeopencodenpm install -g opencode-ai
Goosegoosecurl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
Clineclinenpm install -g cline
Autohand Codeautohandcurl -fsSL https://autohand.ai/install.sh | bash
mini-SWE-agentmini-swe-agentpip install mini-swe-agent
Qwen Codeqwen-codenpm install -g @qwen-code/qwen-code
Kilo Codekilocodenpm install -g @kilocode/cli
Kirokirocurl -fsSL https://cli.kiro.dev/install | bash
Charmcrushnpm install -g @charmland/crush
Auggieauggienpm install -g @augmentcode/auggie
Rovo Devrovodevacli rovodev auth login
Continuecontinuenpm install -g @continuedev/cli
Codebuffcodebuffnpm install -g codebuff
Mistral Vibevibecurl -LsSf https://mistral.ai/vibe/install.sh | bash
Kimikimiuv tool install kimi-cli
Pipinpm install -g @mariozechner/pi-coding-agent

Feature support matrix

Not all agents support the same capabilities. The table below shows which features are available per agent.
AgentAuto-ApproveResumeInitial Prompt
Claude CodeYesYesYes
CodexYesYesYes
Command CodeYesYesYes
Gemini CLIYesYesYes
Hermes AgentYesYesYes
CursorYesYesYes
GitHub Copilot
JunieYes
OpenHandsYesYesYes
Letta CodeYesYesYes
Cortex CodeYesYesYes
OB-1YesYesYes
AmpYesYesstdin
DroidYes
Aider
OpenCodeYesYes
GooseYes
Cline
Autohand CodeYesYesYes
mini-SWE-agentYesYes
Qwen CodeYesYesYes
Kilo CodeYesYes
Kiro
Charm
Auggie
Rovo DevYes
ContinueYesYes
Codebuff
Mistral VibeYesYes
KimiYes
PiYes

Feature descriptions

Auto-Approve lets Agentastic skip permission prompts for file read/write operations. This is useful for hands-off workflows where you want the agent to run autonomously without pausing to ask for confirmation. Resume continues from a previous agent session. Agentastic can pick up exactly where the agent left off without losing context, so you don’t need to re-explain the task when restarting. Initial Prompt passes your instructions to the agent when it starts. Most agents support this, which allows Agentastic to send your prompt automatically from Agent Home when you launch a new session.

Agent descriptions

Claude Code (Anthropic)

npm install -g @anthropic-ai/claude-code
Anthropic’s official CLI agent. Supports auto-approve, resume, and initial prompt.

Codex (OpenAI)

npm install -g @openai/codex
OpenAI’s terminal coding agent. Supports auto-approve, resume, and initial prompt.

Command Code (Langbase)

npm i -g command-code cmd login
Langbase’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.

Gemini CLI (Google)

npm install -g @google/gemini-cli
Google’s AI coding agent. Supports auto-approve, resume, and initial prompt.

Hermes Agent (Nous Research)

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Nous 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.

Cursor

curl https://cursor.com/install -fsSL | bash
Cursor’s terminal coding agent. Agentastic detects the agent executable, 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.

GitHub Copilot

npm install -g @github/copilot
GitHub’s AI coding assistant for the terminal. Auto-approve, resume, and initial prompt are not currently supported.

Junie (JetBrains)

curl -fsSL https://junie.jetbrains.com/install.sh | bash
JetBrains’ LLM-agnostic coding agent CLI. Currently in beta. Supports initial prompt.

OpenHands

pip install openhands-ai
Open-source AI development agent. Supports auto-approve, resume, and initial prompt.

Letta Code

npm install -g @letta-ai/letta-code
Memory-first coding agent with persistent context across sessions. Supports auto-approve, resume, and initial prompt.

Cortex Code (Snowflake)

curl -LsS https://ai.snowflake.com/static/cc-scripts/install.sh | sh
Snowflake’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 | bash
Autonomous coding agent from OpenBlock Labs. Supports auto-approve, resume, and initial prompt.

Amp (Sourcegraph)

npm install -g @sourcegraph/amp@latest
Sourcegraph’s agentic coding assistant. Supports auto-approve and initial prompt via stdin.

Droid (Factory)

curl -fsSL https://app.factory.ai/cli | sh
Factory’s AI agent for software development. Supports resume.

Aider

pip install aider-chat
Open-source AI pair programmer. Auto-approve, resume, and initial prompt are not currently supported.

OpenCode

npm install -g opencode-ai
Open-source terminal coding agent. Supports resume and initial prompt.

Goose (Block)

curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
Block’s autonomous coding agent. Supports initial prompt.

Cline

npm install -g cline
Terminal-based coding agent. Auto-approve, resume, and initial prompt are not currently supported.

Autohand Code

curl -fsSL https://autohand.ai/install.sh | bash
Autonomous coding agent using the ReAct pattern with Agent Skills. Supports auto-approve, resume, and initial prompt.

mini-SWE-agent

pip install mini-swe-agent
Lightweight ~100-line coding agent from the SWE-bench team. Supports auto-approve and initial prompt.

Qwen Code

npm install -g @qwen-code/qwen-code
Alibaba’s terminal coding agent. Supports auto-approve, resume, and initial prompt.

Kilo Code

npm install -g @kilocode/cli
Terminal-based coding agent. Supports auto-approve and resume.

Kiro (AWS)

curl -fsSL https://cli.kiro.dev/install | bash
AWS’s spec-driven development agent. Auto-approve, resume, and initial prompt are not currently supported.

Charm

npm install -g @charmland/crush
Charmbracelet’s TUI-based coding agent. Auto-approve, resume, and initial prompt are not currently supported.

Auggie (Augment Code)

npm install -g @augmentcode/auggie
Enterprise coding agent with Context Engine. Auto-approve, resume, and initial prompt are not currently supported.

Rovo Dev (Atlassian)

acli rovodev auth login
Atlassian’s development agent. Supports auto-approve.

Continue

npm install -g @continuedev/cli
Open-source coding assistant. Supports resume and initial prompt.

Codebuff

npm install -g codebuff
AI coding agent for the terminal. Auto-approve, resume, and initial prompt are not currently supported.

Mistral Vibe

curl -LsSf https://mistral.ai/vibe/install.sh | bash
Mistral’s terminal coding agent. Supports auto-approve and initial prompt.

Kimi (Moonshot AI)

uv tool install kimi-cli
Moonshot AI’s coding agent. Supports initial prompt.

Pi

npm install -g @mariozechner/pi-coding-agent
Open-source coding agent. Supports resume.

Adding and refreshing agents

Agentastic scans your system PATH for known agent CLIs when it starts. If you install a new agent after Agentastic is already running:
1

Install the agent

Install the agent using its official install command. Make sure the binary is in your PATH.
2

Open Settings > Connections

Navigate to Settings > Connections in Agentastic.
3

Refresh the agent list

Click Refresh to re-scan your PATH for newly installed agents.

Adding custom agents

Any terminal-based tool can be used as an agent in Agentastic, even if it is not in the built-in list.
1

Open Settings > Connections

Navigate to Settings > Connections.
2

Add a connection

Click Add Connection.
3

Enter the CLI command

Enter the CLI command for your agent. The agent will start in the worktree’s directory.

Requesting new agents

If an agent you use is not listed here, you can request it be added as a built-in definition. Open an issue on GitHub or let us know on Discord.