Skip to content

Commit 9cd9252

Browse files
authored
Merge pull request #283 from rivet-dev/03-25-chore_providers_move_back_to_0.4.x_install_script
chore(providers): sync install script with latest 0.4.x
2 parents 4fa2806 + 858b9a4 commit 9cd9252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/typescript/src/providers/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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";
2+
export const SANDBOX_AGENT_INSTALL_SCRIPT = "https://releases.rivet.dev/sandbox-agent/0.4.x/install.sh";
33
export const DEFAULT_AGENTS = ["claude", "codex"] as const;
44

55
export function buildServerStartCommand(port: number): string {

0 commit comments

Comments
 (0)