Commit graph

13 commits

Author SHA1 Message Date
Nathan Flurry
345cd9299a wip 2026-01-28 01:46:55 -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
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
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
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
7a5bb2b8b0 fix: add agent_server_logs module import to lib.rs 2026-01-27 17:24:42 -08:00
Nathan Flurry
4083baa1c1 chore: sync workspace changes 2026-01-26 22:29:10 -08:00
Nathan Flurry
011ca27287 feat: expand api snapshots and schema tooling 2026-01-26 00:13:17 -08:00
Nathan Flurry
016024c04b feat: add release pipeline for crates.io and npm publishing
- Add --check, --publish-crates, --publish-npm-sdk, --publish-npm-cli flags to release script
- Create CI workflow with pre-release checks (cargo fmt, clippy, test, tsc)
- Update release workflow to run checks, build binaries, and publish packages
- Add @sandbox-agent/cli npm package with platform-specific binaries (esbuild pattern)
- Configure TypeScript SDK for npm publishing (exports, files, types)
- Add crates.io metadata to Cargo.toml (repository, description)
- Rename @sandbox-agent/web to @sandbox-agent/inspector
2026-01-25 14:11:39 -08:00
Nathan Flurry
a49ea094f3 refactor: rename sandbox-daemon to sandbox-agent 2026-01-25 02:30:12 -08:00
Nathan Flurry
f92ecd9b9a chore: sync workspace changes 2026-01-25 01:57:16 -08:00