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

@ -64,7 +64,7 @@ icon: "rocket"
docker run -p 2468:2468 \
-e ANTHROPIC_API_KEY="sk-ant-..." \
-e OPENAI_API_KEY="sk-..." \
rivetdev/sandbox-agent:0.3.1-full \
rivetdev/sandbox-agent:0.5.0-rc.1-full \
server --no-token --host 0.0.0.0 --port 2468
```
</Tab>