We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fa2806 + 858b9a4 commit 9cd9252Copy full SHA for 9cd9252
1 file changed
sdks/typescript/src/providers/shared.ts
@@ -1,5 +1,5 @@
1
export const DEFAULT_SANDBOX_AGENT_IMAGE = "rivetdev/sandbox-agent:0.5.0-rc.2-full";
2
-export const SANDBOX_AGENT_INSTALL_SCRIPT = "https://releases.rivet.dev/sandbox-agent/0.5.x/install.sh";
+export const SANDBOX_AGENT_INSTALL_SCRIPT = "https://releases.rivet.dev/sandbox-agent/0.4.x/install.sh";
3
export const DEFAULT_AGENTS = ["claude", "codex"] as const;
4
5
export function buildServerStartCommand(port: number): string {
0 commit comments