sandbox-agent/frontend/packages/inspector
Nathan Flurry 35840facdd SDK: Add ensureServer() for automatic server recovery
Add ensureServer() to SandboxProvider interface to handle cases where the
sandbox-agent server stops or goes to sleep. The SDK now calls this method
after 3 consecutive health-check failures, allowing providers to restart the
server if needed. Most built-in providers (E2B, Daytona, Vercel, Modal,
ComputeSDK) implement this. Docker and Cloudflare manage server lifecycle
differently, and Local uses managed child processes.

Also update docs for quickstart, architecture, multiplayer, and session
persistence; mark persist-* packages as deprecated; and add ensureServer
implementations to all applicable providers.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-15 20:29:12 -07:00
..
public feat(inspector): improve session UI, skills dropdown, and visual polish (#179) 2026-02-13 05:54:53 +00:00
src SDK: Add ensureServer() for automatic server recovery 2026-03-15 20:29:12 -07:00
Dockerfile chore(release): update version to 0.3.0 2026-03-07 18:54:35 -08:00
index.html Foundry UI polish: real org data, project icons, model picker (#233) 2026-03-10 23:49:48 -07:00
package.json Fix SDK typecheck errors and update persist drivers for insertEvent signature 2026-03-15 20:28:56 -07:00
tsconfig.json feat: add release pipeline for crates.io and npm publishing 2026-01-25 14:11:39 -08:00
tsconfig.node.json feat: add release pipeline for crates.io and npm publishing 2026-01-25 14:11:39 -08:00
vite.config.ts feat: add process management support (#207) 2026-03-07 17:58:31 -08:00