Releases: docker/sbx-releases
v0.20.0
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)
Nightly build @6f7f507
from main — 2026-03-27 (6f7f5078fe356cc8822ecc767a24395eea1dd8a0)
v0.19.0
Highlights
This release improves Windows and WSL support with UNC path handling, enhances the developer experience with inline network action hints in the TUI and improved CLI help text for secrets management. Proxy reliability gets a boost with proper Basic auth for GitHub HTTPS git endpoints, and the daemon now uses an HTTP health check for more accurate readiness detection.
What's New
CLI
- Update
secret set/secret rmuse line for clarity (#1766) - Update
resethelp message to mention secret deletion (#1763) - Conditionally set GH_TOKEN sentinel and remove dead credential helper (#1601)
Daemon
- Use HTTP health check instead of TCP connect for readiness (#1786)
- Add server-side DashApiInvoke analytics (#1574)
Networking
- Use Basic auth for GitHub git HTTPS endpoints in proxy (#1708)
TUI
- Inline network action hints in the TUI (#1765)
Agents
- Support reviewing PRs from forks (#1794)
Dependencies
- Bump governor-lib to v0.7.0 for WSL UNC path support (#1807)
Bug Fixes
- Report image pull progress during DinD label check (#1760)
- Fix install task missing DOCKERNEXT_FILES variable (#1810)
v0.18.7
Highlights
Enhanced network proxy and policy management. The proxy now skips MITM for HTTPS hosts with no credentials to inject, improving compatibility. Policy rules can now be deleted by ID or resource, and the CLI properly cleans up PolicyKit policies during reset.
TUI credential flow. Sandbox creation in the TUI now includes a credentials flow, streamlining the setup experience.
Stability fixes. A panic when running ds run without args before -- has been resolved.
What's New
Networking
- Skip MITM for HTTPS hosts with no credentials to inject (#1722)
- Support policy rule deletion by ID or resource (#1729)
CLI
- Remove PolicyKit policies during reset (#1734)
- Prevent panic in
runwhen no args precede--separator (#1739)
TUI
- Add credentials flow during sandbox creation (#1719)
v0.18.6
Highlights
Expanded default network policy domains. This release adds comprehensive default network policy domains for the proxy, making it easier for agents to work with common services out of the box.
CLI improvements. Standardized help text across commands, added backend component version info to ds version, and fixed sandbox name handling to allow dots.
TUI refinements. Dialog logic has been centralized for better consistency and maintainability, and PolicyKit auth handling has been fixed.
What's New
Networking
- Add comprehensive default network policy domains for proxy (#1698)
- Fix PolicyKit auth client usage (#1720)
CLI
- Show backend runtime component versions in
ds version(#1643) - Standardize wording across help output for commands (#1482)
- Sanitize Docker volume names to allow dots in sandbox names (#1723)
TUI
- Centralize dialog logic refactoring (#1678)
Workflows
- Add uninstall preflight step to stop daemon before uninstalling (#1590)
Bug Fixes
- Fix brew cask formatting (#1696)
v0.18.5
Update README.md
v0.18.4
Update README.md
v0.18.3
Update README.md
v0.18.2
Update README.md
v0.17.0
Update README.md