the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump Zeroclaw to v0.1.7-beta.1 and use openagen

+2 -2
+2 -2
apps/cf-sandbox/deploy/zeroclaw/Dockerfile
··· 75 75 echo 'stty sane' >> ~/.bashrc && \ 76 76 echo '. "$HOME/.bashrc"' >> ~/.profile 77 77 78 - ENV ZEROCLAW_VERSION=v0.1.7 78 + ENV ZEROCLAW_VERSION=v0.1.7-beta.1 79 79 80 80 RUN case "${TARGETARCH}" in \ 81 81 amd64) ZEROCLAW_ARCH="x86_64" ;; \ 82 82 arm64) ZEROCLAW_ARCH="aarch64" ;; \ 83 83 *) echo "Unsupported arch: ${TARGETARCH}" && exit 1 ;; \ 84 84 esac && \ 85 - wget -qO /tmp/zeroclaw.tar.gz "https://github.com/zeroclaw-labs/zeroclaw/releases/download/${ZEROCLAW_VERSION}/zeroclaw-${ZEROCLAW_ARCH}-unknown-linux-gnu.tar.gz" && \ 85 + wget -qO /tmp/zeroclaw.tar.gz "https://github.com/openagen/zeroclaw/releases/download/${ZEROCLAW_VERSION}/zeroclaw-${ZEROCLAW_ARCH}-unknown-linux-gnu.tar.gz" && \ 86 86 tar -xzf /tmp/zeroclaw.tar.gz -C /root/.local/bin && \ 87 87 chmod +x /root/.local/bin/zeroclaw 88 88