What's Changed
- fix: let websocket handlers under /api hijack the connection by @ibuildthecloud in #7442
- fix(ci): authenticate Depot on same-repo PRs and run CI on feat/* branches by @ibuildthecloud in #7470
- feat: add the hosted agent resource model (1/11) by @ibuildthecloud in #7459
- feat: add an interface for running agent sandboxes (2/11) by @ibuildthecloud in #7460
- feat: run agent sandboxes on Kubernetes (3/11) by @ibuildthecloud in #7461
- feat: let a sandbox reach the models and MCP servers it was granted (4/11) by @ibuildthecloud in #7462
- feat: attach a terminal to a sandbox and publish agents that serve HTTP (5/11) by @ibuildthecloud in #7463
- feat: wire the agent backend into the server (6/11) by @ibuildthecloud in #7464
- feat: reconcile hosted agents, pools and config sources (7/11) by @ibuildthecloud in #7465
- feat: add the hosted agents admin UI (9/11) by @ibuildthecloud in #7467
- feat: add the hosted agents user UI (10/11) by @ibuildthecloud in #7468
- feat: seed a default config source for hosted agents (11/11) by @ibuildthecloud in #7469
Full Changelog: v0.25.1...v0.26.0-alpha1