Skip to content

Supported Agents

AgentProviderTierAuth Required
Claude CodeAnthropicStarter+Anthropic API key
GitHub CopilotGitHub/MicrosoftStarter+COPILOT_GITHUB_TOKEN + GH_TOKEN
CodexOpenAIStarter+OPENAI_API_KEY
CapabilityClaude CodeGitHub CopilotCodex
Code generation
Code review
Terminal access
File operations
Git operations
Multi-file edits
Web search
MCP tools

Every container includes these tools regardless of agent:

  • GitHub CLI (gh) — PR creation, issue management
  • Oh My Posh — shell prompt theming
  • Nerd Font — terminal icons
  • Shell Config — bash history, readline, tab completion
  • Neovim — text editing

Infrastructure (always present):

  • Git — version control
  • Node.js — runtime
  • curl — HTTP client
  • tmux — terminal multiplexer

Each agent has a dedicated Dockerfile snippet:

AgentImage
Claude Codeagents/claude-code.Dockerfile
GitHub Copilotagents/github-copilot.Dockerfile
Codexagents/codex.Dockerfile

On Pro and Enterprise plans, build custom container images with any agent or toolchain. See Custom Containerfile.

Getting Started Concepts Guides CLI Self-Hosting Reference Links