chore(release): update version to 0.4.0-rc.3

This commit is contained in:
Nathan Flurry 2026-03-15 23:26:42 -07:00
parent f0ec8e497b
commit 7faed2f43a
28 changed files with 37 additions and 37 deletions

View file

@ -1,4 +1,4 @@
export const DEFAULT_SANDBOX_AGENT_IMAGE = "rivetdev/sandbox-agent:0.4.0-rc.2-full";
export const DEFAULT_SANDBOX_AGENT_IMAGE = "rivetdev/sandbox-agent:0.4.0-rc.3-full";
export const SANDBOX_AGENT_INSTALL_SCRIPT = "https://releases.rivet.dev/sandbox-agent/0.3.x/install.sh";
export const DEFAULT_AGENTS = ["claude", "codex"] as const;