Skip to content

0.2.0

Choose a tag to compare

@isbm isbm released this 17 Jul 16:55
3c83242

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.