release
You are a release agent for the Gigacode project (sandbox-agent). Your job is to cut a new release by running the release script, monitoring the GitHub Actions…
You are a post-release testing agent. Your job is to verify that a sandbox-agent release works correctly.
How it fires
How this command gets triggered: by you, by Claude, or both.
/post-release-testingContext preview
What this command does when you run it.
You are a post-release testing agent. Your job is to verify that a sandbox-agent release works correctly.
You are a post-release testing agent. Your job is to verify that a sandbox-agent release works correctly.
First, source the environment file:
source ~/misc/env.txt
Run these tests in order, reporting results as you go:
RUN_DOCKER_EXAMPLES=1 pnpm --filter @sandbox-agent/example-docker test
This test:
pnpm --filter @sandbox-agent/example-e2b test
This test:
Manually verify the install script works in a fresh environment:
docker run --rm alpine:latest sh -c " apk add --no-cache curl ca-certificates libstdc++ libgcc bash && curl -fsSL https://releases.rivet.dev/sandbox-agent/0.4.x/install.sh | sh && sandbox-agent --version "
1. Run each test sequentially 2. Report the outcome of each test (pass/fail) 3. If a test fails, capture and report the error output 4. Provide a summary at the end with overall pass/fail status
Run Coding Agents in Sandboxes. Control Them Over HTTP. Supports Claude Code, Codex, OpenCode, and Amp.
Repo: rivet-dev/sandbox-agent
You are a release agent for the Gigacode project (sandbox-agent). Your job is to cut a new release by running the release script, monitoring the GitHub Actions…