Nathan Flurry
e984d07c28
fix: use native musl-gcc on arm64 instead of cross-toolchain
2026-01-28 01:36:04 -08:00
Nathan Flurry
8a6117cb5f
fix: remove g++-multilib (not available on arm64)
2026-01-28 01:27:50 -08:00
Nathan Flurry
5dd8a13845
fix: add OpenSSL build for musl in runtime Dockerfile
2026-01-28 01:23:51 -08:00
Nathan Flurry
6aa591bd91
chore: sync workspace changes
2026-01-28 01:13:50 -08:00
Nathan Flurry
8a91b8e9aa
feat: move api cli commands under api subcommand
2026-01-28 01:11:57 -08:00
Nathan Flurry
0ef3b998bb
fix: default inspector endpoint to localhost:2468
2026-01-27 23:28:31 -08:00
Nathan Flurry
eee56bada5
fix: serve inspector assets under /ui/ path
2026-01-27 23:17:36 -08:00
Nathan Flurry
6d6f6d0272
refactor: split examples into separate packages and update Claude plan mode
...
- Restructure examples into individual packages per provider (daytona, docker, e2b, vercel) with shared utilities in @sandbox-agent/example-shared
- Make Claude plan mode prompt-only (no longer requires permissionMode=plan)
- Claude now defaults to bypass permission mode
- Add agent_file_edit_flow test for file editing capabilities
- Fix Daytona file permission setting to use executeCommand
2026-01-27 22:50:31 -08:00
Nathan Flurry
30c4ad6b39
chore: update landing and inspector content
2026-01-27 22:29:35 -08:00
Nathan Flurry
c7fbb33fed
fix: skip Docker tagging gracefully when images don't exist
2026-01-27 22:02:08 -08:00
Nathan Flurry
50b5289e47
feat: show mock agent hint bubble in empty state
2026-01-27 21:32:56 -08:00
Nathan Flurry
02c9201bda
fix: add dropdown spacing, use friendly agent names in session list
2026-01-27 21:09:23 -08:00
Nathan Flurry
5930137a85
fix: use --no-verify when publishing crates to skip verification
2026-01-27 21:07:47 -08:00
Nathan Flurry
e00b6f5d5f
feat: add thinking indicator for in-progress items
2026-01-27 21:04:30 -08:00
Nathan Flurry
962512a0db
feat: add end session button to chat header
2026-01-27 21:03:33 -08:00
Nathan Flurry
53a06becb1
fix: separate claude turns by item
2026-01-27 21:01:51 -08:00
Nathan Flurry
05459a2a2f
fix: skip OpenAPI generation in CI to speed up setup step
2026-01-27 21:01:15 -08:00
Nathan Flurry
6ab2909ac5
fix: update internal crate versions in workspace dependencies during release
2026-01-27 20:58:34 -08:00
Nathan Flurry
307ee0c57b
fix: align sidebar dropdown to extend right instead of left
2026-01-27 20:56:01 -08:00
Nathan Flurry
c595cb43dd
fix: add fallback copy method for non-secure contexts
2026-01-27 20:51:39 -08:00
Nathan Flurry
5b2660cd6e
fix: prevent dropdown clipping in empty state
2026-01-27 20:50:24 -08:00
Nathan Flurry
aac4a02ef3
fix: add update-version to complete-ci phase for reuse_engine_version
2026-01-27 20:49:14 -08:00
Nathan Flurry
d30ddc24f2
fix: remove copy icon, reduce padding, reposition badges in dropdown
2026-01-27 20:42:45 -08:00
Nathan Flurry
d85f55a75b
fix: add version to workspace dependencies for crates.io publishing
2026-01-27 20:42:26 -08:00
Nathan Flurry
6f6a5ba04d
fix: make agent badges subtle, position next to name, widen dropdown
2026-01-27 20:40:02 -08:00
Nathan Flurry
c498aeba28
feat: show installed badge and version in agent dropdown menus
2026-01-27 20:34:10 -08:00
Nathan Flurry
f452b46b94
fix: add description and repository fields to all crate Cargo.toml files
2026-01-27 20:32:09 -08:00
Nathan Flurry
f2c060903f
feat: add copy button to events tab to copy all events as JSON
2026-01-27 20:31:38 -08:00
Nathan Flurry
6782836030
fix: use continue-on-error for docker-setup in complete job
2026-01-27 20:23:11 -08:00
Nathan Flurry
a1f32b28a3
fix: make docker-setup conditional on credentials in complete job
2026-01-27 20:22:46 -08:00
Nathan Flurry
665ace5e16
fix: make Docker image validation optional in release validation
2026-01-27 20:16:25 -08:00
Nathan Flurry
7950c93f06
fix: stop SSE/polling streams when switching sessions
2026-01-27 20:14:35 -08:00
Nathan Flurry
6bfc47f234
fix: copy fixed Dockerfiles from release-test with OpenSSL and SKIP_INSPECTOR support
2026-01-27 20:03:50 -08:00
Nathan Flurry
9a249de840
fix: add missing sharedProcess property to emptyCapabilities
2026-01-27 19:54:42 -08:00
Nathan Flurry
19f561de52
refactor: move agent version from setup row to session header
2026-01-27 19:53:37 -08:00
Nathan Flurry
308d7f279c
test: update snapshots and test gating
2026-01-27 19:49:03 -08:00
Nathan Flurry
08c7723c26
fix: pass SANDBOX_AGENT_SKIP_INSPECTOR through turbo
2026-01-27 19:48:08 -08:00
Nathan Flurry
38a8afadcd
fix: set SANDBOX_AGENT_SKIP_INSPECTOR at workflow level
2026-01-27 19:43:35 -08:00
Nathan Flurry
a16a4d07c1
fix: skip inspector frontend in CI typecheck
2026-01-27 19:37:46 -08:00
Nathan Flurry
c627ff22f1
fix: use pnpm typecheck instead of check-types in release script
2026-01-27 19:33:16 -08:00
Nathan Flurry
b49776145b
fix: add docker-setup action, runtime Dockerfile, and align release workflow
...
- Add .github/actions/docker-setup composite action (from rivet)
- Add docker/runtime/Dockerfile for Docker image builds
- Update release.yaml to match rivet patterns:
- Use corepack enable instead of pnpm/action-setup
- Add reuse_engine_version input
- Add Docker job with Depot runners
- Use --no-frozen-lockfile for pnpm install
- Add id-token permission for setup job
2026-01-27 19:29:54 -08:00
Nathan Flurry
f05389307a
fix: use tsup instead of tsc for SDK build in inspector Dockerfile
2026-01-27 19:29:15 -08:00
Nathan Flurry
f67b6fc4b1
wip inspector
2026-01-27 19:26:13 -08:00
Nathan Flurry
7a5bb2b8b0
fix: add agent_server_logs module import to lib.rs
2026-01-27 17:24:42 -08:00
Nathan Flurry
be7aecb362
fix: add missing agent_server_logs module
2026-01-27 17:21:27 -08:00
Nathan Flurry
d5e2a27a5f
fix: add ServerStatus and ServerStatusInfo to OpenAPI schemas
2026-01-27 17:16:55 -08:00
Nathan Flurry
2a922ef562
chore: copy and adapt rivet release scripts for sandbox-agent
2026-01-27 15:43:19 -08:00
Nathan Flurry
29b159ca20
wip
2026-01-27 13:56:09 -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