Skip to content
Open
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
3 changes: 2 additions & 1 deletion sandboxes/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ RUN npm install -g \
tar@7.5.11 \
@hono/node-server@1.19.11 \
opencode-ai@1.2.18 \
@openai/codex@0.111.0
@openai/codex@0.111.0 \
@shareai-lab/kode@2.2.0

# GitHub CLI
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg \
Expand Down
10 changes: 10 additions & 0 deletions sandboxes/base/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ network_policies:
access: read-only
binaries:
- { path: /usr/local/bin/claude }
- { path: /usr/local/bin/kode }
- { path: /usr/bin/gh }

pypi:
Expand Down Expand Up @@ -159,3 +160,12 @@ network_policies:
- path: /usr/lib/node_modules/opencode-ai/bin/.opencode
- path: /usr/bin/node
- path: /usr/local/bin/opencode

kode_agent:
name: kode-agent
endpoints:
- { host: api.anthropic.com, port: 443, protocol: rest, enforcement: enforce, access: full, tls: terminate }
- { host: api.openai.com, port: 443 }
binaries:
- { path: /usr/local/bin/kode }
- { path: /usr/bin/node }