You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove kwa/kd aliases, register only the kode command
- Simplify network policy binaries to kode and node only
- Add Kode to supported-agents and default-policy docs
Copy file name to clipboardExpand all lines: docs/about/supported-agents.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ The following table summarizes the agents that run in OpenShell sandboxes. All a
5
5
| Agent | Source | Default Policy | Notes |
6
6
|---|---|---|---|
7
7
|[Claude Code](https://docs.anthropic.com/en/docs/claude-code)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Full coverage | Works out of the box. Requires `ANTHROPIC_API_KEY`. |
8
+
|[Kode](https://github.com/shareAI-lab/Kode-Agent)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Full coverage | Multi-model AI coding agent. Requires `ANTHROPIC_API_KEY` and/or `OPENAI_API_KEY`. |
8
9
|[OpenCode](https://opencode.ai/)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Partial coverage | Pre-installed. Add `opencode.ai` endpoint and OpenCode binary paths to the policy for full functionality. |
9
10
|[Codex](https://developers.openai.com/codex)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| No coverage | Pre-installed. Requires a custom policy with OpenAI endpoints and Codex binary paths. Requires `OPENAI_API_KEY`. |
0 commit comments