Skip to content

fix: update install script URL from 0.3.x to 0.4.x#273

Merged
NathanFlurry merged 1 commit into
rivet-dev:mainfrom
Crunchyman-ralph:fix/update-install-script-to-0.4.x
Mar 19, 2026
Merged

fix: update install script URL from 0.3.x to 0.4.x#273
NathanFlurry merged 1 commit into
rivet-dev:mainfrom
Crunchyman-ralph:fix/update-install-script-to-0.4.x

Conversation

@Crunchyman-ralph

Copy link
Copy Markdown
Contributor

One-line fix: updates SANDBOX_AGENT_INSTALL_SCRIPT in shared.ts from 0.3.x to 0.4.x.

The E2B and Vercel providers install sandbox-agent 0.3.x inside sandboxes while the SDK client (0.4.0) speaks a newer ACP protocol, causing AcpRpcError: Internal agent error: Internal error (-32603) on createSession.

Fixes #272

The E2B and Vercel providers install sandbox-agent 0.3.x inside sandboxes
while the SDK client speaks 0.4.0 ACP protocol, causing AcpRpcError -32603.

Fixes rivet-dev#272
@NathanFlurry

Copy link
Copy Markdown
Member

thx!

@NathanFlurry
NathanFlurry merged commit f353e39 into rivet-dev:main Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: E2B/Vercel providers install sandbox-agent 0.3.x inside sandboxes, causing protocol mismatch with SDK 0.4.0

2 participants