@@ -80,11 +80,11 @@ Import the SDK directly into your Node or browser application. Full type safety
8080** Install**
8181
8282``` bash
83- npm install sandbox-agent@0.2 .x
83+ npm install sandbox-agent@0.3 .x
8484```
8585
8686``` bash
87- bun add sandbox-agent@0.2 .x
87+ bun add sandbox-agent@0.3 .x
8888# Optional: allow Bun to run postinstall scripts for native binaries (required for SandboxAgent.start()).
8989bun pm trust @sandbox-agent/cli-linux-x64 @sandbox-agent/cli-linux-arm64 @sandbox-agent/cli-darwin-arm64 @sandbox-agent/cli-darwin-x64 @sandbox-agent/cli-win32-x64
9090```
@@ -138,7 +138,7 @@ Run as an HTTP server and connect from any language. Deploy to E2B, Daytona, Ver
138138
139139``` bash
140140# Install it
141- curl -fsSL https://releases.rivet.dev/sandbox-agent/0.2 .x/install.sh | sh
141+ curl -fsSL https://releases.rivet.dev/sandbox-agent/0.3 .x/install.sh | sh
142142# Run it
143143sandbox-agent server --token " $SANDBOX_TOKEN " --host 127.0.0.1 --port 2468
144144```
@@ -165,12 +165,12 @@ sandbox-agent server --no-token --host 127.0.0.1 --port 2468
165165Install the CLI wrapper (optional but convenient):
166166
167167``` bash
168- npm install -g @sandbox-agent/cli@0.2 .x
168+ npm install -g @sandbox-agent/cli@0.3 .x
169169```
170170
171171``` bash
172172# Allow Bun to run postinstall scripts for native binaries.
173- bun add -g @sandbox-agent/cli@0.2 .x
173+ bun add -g @sandbox-agent/cli@0.3 .x
174174bun pm -g trust @sandbox-agent/cli-linux-x64 @sandbox-agent/cli-linux-arm64 @sandbox-agent/cli-darwin-arm64 @sandbox-agent/cli-darwin-x64 @sandbox-agent/cli-win32-x64
175175```
176176
@@ -185,11 +185,11 @@ sandbox-agent api sessions send-message-stream my-session --message "Hello" --en
185185You can also use npx like:
186186
187187``` bash
188- npx @sandbox-agent/cli@0.2 .x --help
188+ npx @sandbox-agent/cli@0.3 .x --help
189189```
190190
191191``` bash
192- bunx @sandbox-agent/cli@0.2 .x --help
192+ bunx @sandbox-agent/cli@0.3 .x --help
193193```
194194
195195[ CLI documentation] ( https://sandboxagent.dev/docs/cli )
0 commit comments