chore(release): update version to 0.4.1-rc.1

This commit is contained in:
Nathan Flurry 2026-03-16 15:49:16 -07:00
parent 9ce71c03c8
commit 167712ace7
28 changed files with 116 additions and 326 deletions

View file

@ -1,4 +1,4 @@
export const DEFAULT_SANDBOX_AGENT_IMAGE = "rivetdev/sandbox-agent:0.4.0-full";
export const DEFAULT_SANDBOX_AGENT_IMAGE = "rivetdev/sandbox-agent:0.4.1-rc.1-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;