Tools
docker/cagent puts kubectl and the AWS CLI inside its sandbox templates and adds secure HTTP relay packages
v1.138.1, published 2026-09-11, bakes `kubectl` and the AWS CLI into the `sbx-templates` image so agents get them in a sandbox without a manual install step, and adds `pkg/config/httprelay` and `pkg/modelsgateway/relay` for agent configuration fetching and model-API forwarding. On the correctness side it fixes a production data race in `App` where `ReplaceSession` wrote `a.session` from the update loop while background goroutines started by `App.Start` read it concurrently, and a session bug where the starred flag was silently dropped on forking because the `AddSession` insert omitted the column. CI now runs `go test -race -shuffle=on` on every push to main.
Source
↳ Follow the thread