You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
bunkerbox 0.2.0
Faster workspace setup: workspace images are now sized to match your actual project, not the entire repo. Build directories and large test data are skipped automatically.
Smarter disk usage: exclude slow-changing directories (like ML models or assets) from the sandbox. They stay on your fast host disk while code remains protected.
Session cleanup:bunkerbox sync removes leftover workspace sessions from crashed or forgotten runs.
Choose your workspace style: cow (isolated snapshot), isolated (clean copy), or direct (work in-place). Set it once in your config or override with --workspace.
Tool-specific defaults: the opencode, crush, kilocode, and netdebug demos now ship with optimized workspace settings out of the box.