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

This commit is contained in:
Nathan Flurry 2026-03-17 02:38:47 -07:00
parent 3b8c74589d
commit f25a92aca8
29 changed files with 38 additions and 38 deletions

View file

@ -1,6 +1,6 @@
{
"name": "sandbox-agent",
"version": "0.4.1-rc.1",
"version": "0.5.0-rc.1",
"description": "Universal API for automatic coding agents in sandboxes. Supports Claude Code, Codex, OpenCode, and Amp.",
"license": "Apache-2.0",
"repository": {

View file

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