chore(release): update version to 0.4.2

This commit is contained in:
Nathan Flurry 2026-03-25 18:07:26 -07:00
parent 251f731232
commit d55b0dfb88
27 changed files with 36 additions and 36 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.4.1-full \
rivetdev/sandbox-agent:0.4.2-full \
server --no-token --host 0.0.0.0 --port 2468
```
</Tab>