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

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