Highlights
This release adds multiple daemon support with the new --app-name flag, enabling concurrent sandbox environments. Blueprint credentials can now be declared as required, prompting users to provide values at sandbox creation time. The TUI create dialog receives UX polish, and several bug fixes improve Windows reliability and DNS behavior. The CLI binary is now called sbx.
What's New
CLI
- Add
--app-nameflag to support running multiple daemons (#1384) - Hide internal flags (
--workspace-volumeand others) from generated docs (#1832)
Blueprints
- Allow blueprint credentials to be declared as required, prompting users for missing values (#1749)
TUI
- Polish sandbox create dialog UX (#1771)
Daemon
- Remove DNS entries for gateway host (#1821)
Bug Fixes
- Fix
resetcommand failing to delete files on Windows (#1836)