sandboxes: add opencode and shell to supported agents

This commit is contained in:
David Karlsson
2026-02-12 12:24:49 +00:00
parent 8b0aa158e6
commit 9313580df2
2 changed files with 13 additions and 9 deletions

View File

@@ -86,6 +86,8 @@ that workspace.
Docker Sandboxes works with multiple AI coding agents:
- **Claude Code** - Anthropic's coding agent
- **OpenCode** - Multi-provider agent with AGENTS.md support
- **Shell** - Minimal sandbox for manual agent installation
- **Codex** - OpenAI's Codex agent (partial support; in development)
- **Copilot** - GitHub Copilot agent (partial support; in development)
- **Gemini** - Google's Gemini agent (partial support; in development)

View File

@@ -11,14 +11,16 @@ inside microVMs with private Docker daemons.
## Supported agents
| Agent | Command | Status | Notes |
| ----------- | --------- | ------------ | -------------------------- |
| Claude Code | `claude` | Experimental | Most tested implementation |
| Codex | `codex` | Experimental | In development |
| Copilot | `copilot` | Experimental | In development |
| Gemini | `gemini` | Experimental | In development |
| cagent | `cagent` | Experimental | In development |
| Kiro | `kiro` | Experimental | In development |
| Agent | Command | Status | Notes |
| ----------- | ---------- | ------------ | ----------------------------------------- |
| Claude Code | `claude` | Experimental | Most tested implementation |
| Codex | `codex` | Experimental | In development |
| Copilot | `copilot` | Experimental | In development |
| Gemini | `gemini` | Experimental | In development |
| cagent | `cagent` | Experimental | In development |
| Kiro | `kiro` | Experimental | In development |
| OpenCode | `opencode` | Experimental | In development |
| Shell | `shell` | Experimental | Minimal environment for manual setup |
## Experimental status
@@ -36,7 +38,7 @@ Use sandboxes for development and testing, not production workloads.
The agent type is specified when creating a sandbox:
```console
$ docker sandbox create AGENT [PATH]
$ docker sandbox create AGENT [PATH] [PATH...]
```
Each agent runs in its own isolated sandbox. The agent type is bound to the