March 30 – April 13, 2026
MCP integrations, multi-agent support, auto-branch creation, CLI improvements, and more.
MCP Integrations
- New Integrations page for connecting third-party tools to your sandboxes
- Connect Sentry and Linear via OAuth — credentials are automatically configured in your sandbox environment
- Manage integrations per-organization from the sidebar
Multi-Agent Support
- Connect your own Codex credentials to use alongside Claude in sandboxes
- Choose which agent credentials to use when creating a sandbox
- Codex CLI is auto-configured in sandboxes when credentials are connected
Sandbox Improvements
- Auto-branch creation: A new git branch is automatically created for each sandbox, with the option to override the generated name or use an existing branch
- Searchable branch picker in the Create Sandbox dialog
CLI
agent-sendnow works over the API instead of SSH, with session management for ongoing conversations- Added
lsshorthand for list commands (sandbox ls,service ls,volume ls,secret claude ls) - Added
rmshorthand forsecret claude delete - Added
secret codex push,secret codex list, andsecret codex deletecommands for managing Codex secrets - Added
--no-setupflag tosandbox createto skip running setup scripts - Sandbox list is now sorted by most recently created
- Fixed shell prompt colors on light terminal backgrounds
- Sandbox containers now include
.bashrcalongside.zshrc
API
- API errors now return structured JSON with consistent error codes
- Non-existent API routes return a proper JSON 404 instead of HTML
OpenCode Credentials
- Store and manage your OpenCode credentials from the Settings page
- Credentials are securely resolved from the vault and injected into sandboxes on create and start
Bug Fixes and Improvements
- Sandbox start and stop operations now return immediately with status polling in the background
- If sandbox setup fails, the error is now surfaced directly in the UI
- Improved sandbox detail page layout with refreshed icons and a proper 404 page
- Improved error messages for
agent-sendauthentication failures