Supported Agents
Agent Matrix
Section titled “Agent Matrix”| Agent | Provider | Tier | Auth Required |
|---|---|---|---|
| Claude Code | Anthropic | Starter+ | Anthropic API key |
| GitHub Copilot | GitHub/Microsoft | Starter+ | COPILOT_GITHUB_TOKEN + GH_TOKEN |
| Codex | OpenAI | Starter+ | OPENAI_API_KEY |
Capabilities
Section titled “Capabilities”| Capability | Claude Code | GitHub Copilot | Codex |
|---|---|---|---|
| Code generation | ✓ | ✓ | ✓ |
| Code review | ✓ | ✓ | ✓ |
| Terminal access | ✓ | ✓ | ✓ |
| File operations | ✓ | ✓ | ✓ |
| Git operations | ✓ | ✓ | ✓ |
| Multi-file edits | ✓ | ✓ | ✓ |
| Web search | ✓ | — | ✓ |
| MCP tools | ✓ | — | — |
Default Tools (All Agents)
Section titled “Default Tools (All Agents)”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
Agent Snippets
Section titled “Agent Snippets”Each agent has a dedicated Dockerfile snippet:
| Agent | Image |
|---|---|
| Claude Code | agents/claude-code.Dockerfile |
| GitHub Copilot | agents/github-copilot.Dockerfile |
| Codex | agents/codex.Dockerfile |
Custom Agents (BYOI)
Section titled “Custom Agents (BYOI)”On Pro and Enterprise plans, build custom container images with any agent or toolchain. See Custom Containerfile.