Commit eb4b13e
committed
feat: add Kode-Agent to base sandbox image
Install Kode (@shareai-lab/kode@2.2.0) in the base sandbox image and
add its network policy. Kode is an open-source multi-model AI coding
agent supporting both Anthropic and OpenAI APIs.
Changes:
- Dockerfile: add @shareai-lab/kode@2.2.0 to global npm packages
- policy.yaml: add kode_agent network policy (api.anthropic.com,
api.openai.com) and grant kode binary access to GitHub REST API1 parent e705056 commit eb4b13e
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
0 commit comments