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
@@ -115,7 +115,7 @@ Policies are declarative YAML files. Static sections (filesystem, process) are l
115
115
116
116
## Providers
117
117
118
-
Agents need credentials — API keys, tokens, service accounts. OpenShell manages these as **providers**: named credential bundles that are injected into sandboxes at creation. The CLI auto-discovers credentials for recognized agents (Claude, Codex, OpenCode) from your shell environment, or you can create providers explicitly with `openshell provider create`. Credentials never leak into the sandbox filesystem; they are injected as environment variables at runtime.
118
+
Agents need credentials — API keys, tokens, service accounts. OpenShell manages these as **providers**: named credential bundles that are injected into sandboxes at creation. The CLI auto-discovers credentials for recognized agents (Claude, Codex, OpenCode, Copilot) from your shell environment, or you can create providers explicitly with `openshell provider create`. Credentials never leak into the sandbox filesystem; they are injected as environment variables at runtime.
119
119
120
120
## GPU Support
121
121
@@ -136,6 +136,7 @@ The CLI auto-bootstraps a GPU-enabled gateway on first use. GPU intent is also i
136
136
|[Claude Code](https://docs.anthropic.com/en/docs/claude-code)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Works out of the box. Provider uses `ANTHROPIC_API_KEY`. |
137
137
|[OpenCode](https://opencode.ai/)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Works out of the box. Provider uses `OPENAI_API_KEY` or `OPENROUTER_API_KEY`. |
138
138
|[Codex](https://developers.openai.com/codex)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Works out of the box. Provider uses `OPENAI_API_KEY`. |
139
+
|[GitHub Copilot CLI](https://docs.github.com/en/copilot/github-copilot-in-the-cli)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Works out of the box. Provider uses `GITHUB_TOKEN` or `COPILOT_GITHUB_TOKEN`. |
139
140
|[OpenClaw](https://openclaw.ai/)|[Community](https://github.com/NVIDIA/OpenShell-Community)| Launch with `openshell sandbox create --from openclaw`. |
140
141
|[Ollama](https://ollama.com/)|[Community](https://github.com/NVIDIA/OpenShell-Community)| Launch with `openshell sandbox create --from ollama`. |
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
@@ -7,6 +7,7 @@ The following table summarizes the agents that run in OpenShell sandboxes. All a
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
8
|[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
9
|[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`. |
10
+
|[GitHub Copilot CLI](https://docs.github.com/en/copilot/github-copilot-in-the-cli)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Full coverage | Pre-installed. Works out of the box. Requires `GITHUB_TOKEN` or `COPILOT_GITHUB_TOKEN`. |
|[Ollama](https://ollama.com/)|[`ollama`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/ollama)| Bundled | Run cloud and local models. Includes Claude Code, Codex, and OpenClaw. Launch with `openshell sandbox create --from ollama`. |
0 commit comments