Nathan Flurry
bdbd1d46a9
fix: harden session lifecycle and align cli.mdx example with claude.json
...
- destroySession: wrap session/cancel RPC in try/catch so local cleanup
always succeeds even when the agent is unreachable
- createSession/resumeOrCreateSession: clean up the remote session if
post-creation config calls (setMode/setModel/setThoughtLevel) fail,
preventing leaked orphan sessions
- cli.mdx: fix example output to match current claude.json (model name,
model order, and populated modes)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 17:53:58 -08:00
Nathan Flurry
6d319a1c3e
feat: add configuration for model, mode, and thought level
2026-03-03 17:05:14 -08:00
Nathan Flurry
b9efe971ff
chore: fix bad merge
2026-02-11 07:33:19 -08:00
Nathan Flurry
4c6c5983c0
Merge branch 'main' into feat/support-pi
2026-02-10 22:27:03 -08:00
NathanFlurry
4c8d93e077
docs: add mcp and skill session config ( #106 )
2026-02-09 10:13:25 +00:00
Nathan Flurry
91cac052b8
fix: add native turn lifecycle and stabilize opencode session flow
2026-02-07 20:24:21 -08:00
NathanFlurry
54d537fb23
refactor: improve build ID generation with consistent timestamp format ( #130 )
...
refactor: improve build ID generation with consistent timestamp format
fix: lazy-start native opencode and simplify binary resolution
2026-02-07 07:56:07 +00:00
Franklin
a6064e7027
wip: pi working
2026-02-06 16:54:43 -05:00
Nathan Flurry
b74539172b
feat: model list ( #96 )
2026-02-06 02:59:23 -08:00
Nathan Flurry
a02393436c
feat: gigacode ( #92 )
2026-02-06 02:55:57 -08:00
Nathan Flurry
f09ed7cb9a
fix: default logging to stdout with configurable target ( #91 )
2026-02-05 23:07:40 -08:00
Franklin
a744a8086a
Merge remote-tracking branch 'origin/main' into feat/support-pi
...
# Conflicts:
# server/packages/sandbox-agent/src/lib.rs
# server/packages/sandbox-agent/src/router.rs
2026-02-05 17:09:51 -05:00
Franklin
843498e9db
support pi
2026-02-05 17:06:53 -05:00
Nathan Flurry
ef3e811c94
feat: add opencode compatibility layer ( #68 )
2026-02-04 13:43:05 -08:00
Nathan Flurry
e3c030f66d
fix: correct inspector package name in Dockerfiles and add .dockerignore ( #50 )
...
* chore: remove inspect.sandboxagent.dev in favor of /ui/
* chore: add 404 page
* fix: correct inspector package name in Dockerfiles and add .dockerignore
- Change @anthropic-ai/sdk-inspector to @sandbox-agent/inspector in all Dockerfiles
- Add .dockerignore to exclude target/, node_modules/, etc from Docker context
The wrong package name caused pnpm install --filter to match nothing, so the
inspector frontend was never built, resulting in binaries without the /ui/ endpoint.
* chore: cargo fmt
* chore(release): update version to 0.1.4-rc.7
2026-02-01 23:03:51 -08:00
Nathan Flurry
7f73ea503e
docs: update CORS documentation for inspector defaults
2026-01-28 05:15:21 -08:00
Nathan Flurry
08d299a3ef
docs: documentation overhaul and universal schema reference ( #10 )
...
* remove website .astro
* fix default origin
* docs: comprehensive documentation overhaul
- Add quickstart with multi-platform examples (E2B, Daytona, Docker, local)
- Add environment variables setup with platform-specific tabs
- Add Python SDK page (coming soon)
- Add local deployment guide
- Update E2B/Daytona/Docker guides with TypeScript examples
- Configure OpenAPI auto-generation for API reference
- Add CORS configuration guide
- Update manage-sessions with Rivet Actors examples
- Fix SDK method names and URLs throughout
- Add icons to main documentation pages
- Remove outdated universal-api and http-api pages
* docs: add universal schema and agent compatibility docs
- Create universal-schema.mdx with full event/item schema reference
- Create agent-compatibility.mdx mirroring README feature matrix
- Rename glossary.md to universal-schema.mdx
- Update CLAUDE.md with sync requirements for new docs
- Add links in README to building-chat-ui, manage-sessions, universal-schema
- Fix CLI docs link (rivet.dev -> sandboxagent.dev)
* docs: add inspector page and daytona network limits warning
2026-01-28 05:07:15 -08:00
Nathan Flurry
8a91b8e9aa
feat: move api cli commands under api subcommand
2026-01-28 01:11:57 -08:00
Nathan Flurry
34d4f3693e
feat: add turn streaming and inspector updates
2026-01-27 06:18:43 -08:00
Nathan Flurry
bf58891edf
chore: sync workspace changes
2026-01-27 05:06:33 -08:00
Nathan Flurry
4083baa1c1
chore: sync workspace changes
2026-01-26 22:29:10 -08:00
Nathan Flurry
1fcae6ed76
feat: refresh web console theme
2026-01-25 03:33:34 -08:00
Nathan Flurry
0fbf6272b1
feat: refresh docs and agent schema
2026-01-25 03:04:12 -08:00