Skip to content
Merged
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
114 changes: 89 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/cloud-agent-next/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/cloudflare/sandbox:0.9.2
FROM docker.io/cloudflare/sandbox:0.10.1

# Build arguments for metadata (all optional with defaults)
ARG BUILD_DATE=""
Expand Down
2 changes: 1 addition & 1 deletion services/cloud-agent-next/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/cloudflare/sandbox:0.9.2
FROM docker.io/cloudflare/sandbox:0.10.1

# Build arguments for metadata (all optional with defaults)
ARG BUILD_DATE=""
Expand Down
2 changes: 1 addition & 1 deletion services/cloud-agent-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ By default, the script looks for kilo-cli at `$HOME/projects/kilo-cli`. Override

**What's in Dockerfile.dev:**

- Base image: `cloudflare/sandbox:0.7.13`
- Base image: `cloudflare/sandbox:0.10.1`
- Pre-built `kilo` binary (from `cloud-agent-build.sh`)
- GitHub CLI (`gh`) and GitLab CLI (`glab`)
- Wrapper bundle built inside the container
Expand Down
2 changes: 1 addition & 1 deletion services/cloud-agent-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typecheck": "tsgo --noEmit && pnpm -C wrapper run typecheck"
},
"dependencies": {
"@cloudflare/sandbox": "0.9.4",
"@cloudflare/sandbox": "0.10.1",
"@hono/trpc-server": "0.4.2",
"@kilocode/cloud-agent-profile": "workspace:*",
"@kilocode/db": "workspace:*",
Expand Down