Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

spawn.sh: called once per claimed work item changed

managed-agents/self-hosted-sandboxes

Nearest release: v2.1.259, published 3 hours after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+2added
Lines−2removed
From line 214 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits12to this page, all time

The whole hunk

from line 214, old and new numbered
/
lines
from line 214
214214 For Linux environments, download the release binary directly.
215215 
216216 ```bash
217 VERSION=1.27.0
217 VERSION=1.29.0
218218 OS=$(uname -s | tr '[:upper:]' '[:lower:]')
219219 case $(uname -m) in
220220 x86_64) ARCH=amd64 ;;
from line 252
252252 
253253 ```text
254254 FROM your-base-image
255 ARG ANT_VERSION=1.27.0
255 ARG ANT_VERSION=1.29.0
256256 ARG TARGETARCH
257257 RUN ARCH=$([ "$TARGETARCH" = "arm64" ] && echo arm64 || echo amd64) && \
258258 curl -fsSL "https://github.com/anthropics/anthropic-cli/releases/download/v${ANT_VERSION}/ant_${ANT_VERSION}_linux_${ARCH}.tar.gz" \