Commit graph

55 commits

Author SHA1 Message Date
Nicholas Kissel
a1c046fc58 chore(site): rename Cloud Sandbox to HTTP API 2026-01-28 01:40:15 -08:00
Nicholas Kissel
a06eb3e417 chore(site): add syntax highlighting to SDK code example 2026-01-28 01:40:15 -08:00
Nicholas Kissel
c8bdbd4879 chore(site): change Rust Binary to Automatic Agent Installation 2026-01-28 01:40:15 -08:00
Nicholas Kissel
fb27e0ca89 chore(site): fix scrollbar colors, update server command 2026-01-28 01:40:15 -08:00
Nicholas Kissel
6c7455d47d chore(site): remove emdash from hero subtext 2026-01-28 01:40:15 -08:00
Nicholas Kissel
629460c42c chore(site): increase hero top padding 2026-01-28 01:40:15 -08:00
Nicholas Kissel
f32dcca156 chore(site): dark mode scrollbars for code blocks 2026-01-28 01:40:15 -08:00
Nicholas Kissel
5ff6f6790e chore(site): update wording, add GetStarted section, fix code samples 2026-01-28 01:40:15 -08:00
Nicholas Kissel
edea1887e5 fix(website): update Dockerfile for new location 2026-01-28 01:40:15 -08:00
Nicholas Kissel
45e668e9cc chore(site): move website to frontend/packages/website 2026-01-28 01:40:13 -08:00
Nathan Flurry
d1cbd20b83 feat(inspector): add local network access support for HTTPS to HTTP connections 2026-01-28 01:37:56 -08:00
Nathan Flurry
6aa591bd91 chore: sync workspace changes 2026-01-28 01:13:50 -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
30c4ad6b39 chore: update landing and inspector content 2026-01-27 22:29:35 -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
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
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
d30ddc24f2 fix: remove copy icon, reduce padding, reposition badges in dropdown 2026-01-27 20:42:45 -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
f2c060903f feat: add copy button to events tab to copy all events as JSON 2026-01-27 20:31:38 -08:00
Nathan Flurry
7950c93f06 fix: stop SSE/polling streams when switching sessions 2026-01-27 20:14:35 -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
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
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
d24f983e2c feat: add mock server mode for UI testing 2026-01-27 03:42:41 -08:00
Nathan Flurry
f5d1a6383d feat: sync universal schema and sdk updates 2026-01-27 02:52:25 -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
52f0188517 fix: make Create Session button compact width 2026-01-25 13:27:06 -08:00
Nathan Flurry
7df4702936 feat: add Dockerfile for web frontend with Caddy 2026-01-25 13:26:06 -08:00
Nathan Flurry
0b76ec9f3e fix: remove disconnected indicator, add button spacing and min-width 2026-01-25 13:24:12 -08:00
Nathan Flurry
2e47f9cf8d feat: add Create Session button to empty state, move refresh to header 2026-01-25 13:23:05 -08:00
Nathan Flurry
241bea6eb9 refactor: events tab first, rename to Request Log, newest events first 2026-01-25 04:21:12 -08:00
Nathan Flurry
1fe795fe93 fix: extract message content from parts array 2026-01-25 04:19:15 -08:00
Nathan Flurry
a4b58dc62e feat: add no session selected state on initial load 2026-01-25 04:17:57 -08:00
Nathan Flurry
b489e9d30d refactor: create session on + click, remove session input 2026-01-25 04:16:56 -08:00
Nathan Flurry
bc943af447 fix: update website Dockerfile for monorepo context 2026-01-25 04:15:34 -08:00
Nathan Flurry
ad51f30dc3 fix: inline Caddyfile in website Dockerfile 2026-01-25 04:13:38 -08:00
Nathan Flurry
365cf262f3 feat: add sessions list API and frontend sidebar 2026-01-25 04:13:33 -08:00