chore(cask): update sbx to v0.30.0#112
Merged
Merged
Conversation
kiview
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated update from Docker Sandboxes release workflow.
Version: v0.30.0
SHA256 (darwin-arm64):
998f60a353bfecb7a331ddd43bd6acf9a56f740fc168d6ba99addd0301c6fd90Changes:
Casks/sbx.rb(latest)Casks/sbx@0.30.0.rb(pinned)Release Notes
Highlights
This release introduces experimental MCP server management with an aggregate gateway, giving sandboxes a unified interface for accessing remote and local MCP servers — opt-in via the
SBX_MCP_ENABLEenvironment variable (#2677). Sandbox profiles and multi-policy support land as the foundation for richer governance configurations (#2904). The CLI gets non-interactive Docker Hub login for scripted workflows (#2913), and sandboxes now have a configurable grace period before auto-stopping when the last session exits (#2849). Plus a wave of fixes covering Linux packaging, macOS worktree compatibility, Windows installer paths, network isolation, and recoverable sandbox state when host directories vanish.What's New
MCP (experimental, opt-in)
SBX_MCP_ENABLEenvironment variable, then register servers withsbx mcp addand pass--mcp <name>(or--mcp all) tosbx create/sbx run. Supports remote endpoints, the community registry (managed or--local), and local stdio commands. Examples:Governance & Policy
sbx policysetup before login (#2903)Kits & Agents
commands.startupon every container start so init hooks are idempotent across restarts (#2842)CLI & Auth
/resetto/daemon/reset; state-dir wipe is now daemon-side (#2550)--branch(#2923)Networking & Sandboxd
host.docker.internalwhen localhost is allowed in policy (#2929)Bug Fixes
fficrate instead offfi-krunfor packaged Linux release artifacts (#2979)/privatepath compatibility for worktrees (#2875)sun_pathbudget — fixeskrun_start_enter failedon macOS with long usernames (#2885)--app-nameso concurrent daemons don't collide (#2896, #2900)BuildFileCredentialto check more than just file existence (#2935)cpandkit addto prevent auto-stop race (#2910)ContainerKillbeforeContainerRemovein sandboxlib (#2909)startinvocation forOpenURLin the TUI (#2915)INSTALLFOLDER(#2945)Documentation
--branch(#2932)