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.

Downgrade Zeroclaw to v0.1.7 in Dockerfiles

+2 -2
+1 -1
apps/cf-sandbox/deploy/zeroclaw/Dockerfile
··· 68 68 echo 'stty sane' >> ~/.bashrc && \ 69 69 echo '. "$HOME/.bashrc"' >> ~/.profile 70 70 71 - ENV ZEROCLAW_VERSION=v0.1.9a 71 + ENV ZEROCLAW_VERSION=v0.1.7 72 72 73 73 RUN case "${TARGETARCH}" in \ 74 74 amd64) ZEROCLAW_ARCH="x86_64" ;; \
+1 -1
daytona/zeroclaw/Dockerfile
··· 4 4 5 5 RUN sudo apt-get update && sudo apt-get install -y wget 6 6 7 - ENV ZEROCLAW_VERSION=v0.1.9a 7 + ENV ZEROCLAW_VERSION=v0.1.7 8 8 9 9 RUN case "${TARGETARCH}" in \ 10 10 amd64) ZEROCLAW_ARCH="x86_64" ;; \