Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/manuals/ai-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ run them from your terminal. Docker Agent is a general-purpose agent runtime,
not specific to Docker tasks.

**Docker Sandboxes** provides isolated microVM environments for running coding
agents. It supports multiple agents including Claude Code, Codex, Copilot,
Gemini, and Docker Agent. Sandboxes is the isolation layer — the agents
agents. It supports multiple agents including Claude Code, Codex, Gemini, and
Docker Agent. Sandboxes is the isolation layer — the agents
themselves are separate tools.

**Model Runner** lets you run LLMs locally. Other tools like Docker Agent can
Expand Down
2 changes: 0 additions & 2 deletions content/manuals/ai/sandboxes/agents/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ Docker Sandboxes runs the following agents out of the box:

- [Claude Code](claude-code/)
- [Codex](codex/)
- [Copilot](copilot/)
- [Cursor](cursor/)
- [Docker Agent](docker-agent/)
- [Droid](droid/)
- [Gemini](gemini/)
- [Kiro](kiro/)
- [OpenCode](opencode/)
- [Shell](shell/) — agent-less sandbox for manual setup or testing

Expand Down
75 changes: 0 additions & 75 deletions content/manuals/ai/sandboxes/agents/copilot.md

This file was deleted.

106 changes: 0 additions & 106 deletions content/manuals/ai/sandboxes/agents/kiro.md

This file was deleted.

2 changes: 0 additions & 2 deletions content/manuals/ai/sandboxes/customize/kits.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,8 @@ file removes. In this table, `~` is `/home/agent`.
| ------------------ | --------------------------- |
| `claude` | `~/.claude.json`, `~/.claude/settings.json`, `~/.claude/.config.json` |
| `codex` | `~/.codex/config.toml` |
| `copilot` | `~/.copilot/config.json` |
| `cursor` | `~/.cursor/cli-config.json` |
| `gemini` | `~/.gemini/settings.json` |
| `kiro` | `~/.kiro/settings/mcp.json` |
| `opencode` | `~/.config/opencode/opencode.json` |

Use a separate settings layer when the agent supports one. For example, Claude
Expand Down
2 changes: 0 additions & 2 deletions content/manuals/ai/sandboxes/customize/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ CLI, and common development tools like Node.js, Python, Go, and Java.
| `claude-code` | [Claude Code](https://claude.ai/download) |
| `claude-code-minimal` | Claude Code with a minimal toolset (no Node.js, Python, Go, or Java) |
| `codex` | [OpenAI Codex](https://github.com/openai/codex) |
| `copilot` | [GitHub Copilot](https://github.com/github/copilot-cli) |
| `cursor-agent` | [Cursor](https://cursor.com/cli) |
| `docker-agent` | [Docker Agent](https://github.com/docker/docker-agent) |
| `droid` | [Droid](https://www.factory.ai) |
| `gemini` | [Gemini CLI](https://github.com/google-gemini/gemini-cli) |
| `kiro` | [Kiro](https://kiro.dev) |
| `opencode` | [OpenCode](https://opencode.ai) |
| `shell` | No agent pre-installed. Use for manual agent setup. |

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/ai/sandboxes/mcp-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ loading, live updates, and organization governance.

- Sign in with `sbx login`.
- Use an agent integration that configures MCP at startup: Claude Code, Codex,
Gemini, Kiro, or OpenCode.
Gemini, or OpenCode.
- For remote servers that require OAuth without Dynamic Client Registration,
register an OAuth client with the server provider.
- For `--local --url` registrations that resolve to OCI packages, use a host
Expand Down