Skip to content

Releases: mbarlow12/claude-jail

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 05:25

What's Changed

Initial release of claude-jail: a bubblewrap sandbox for running Claude Code in isolation. Includes standalone bash CLI, Zsh plugin, four security profiles, and automated release tooling.

Added

  • Core bubblewrap sandbox with four isolation profiles (minimal, standard, dev, paranoid) (8bb7395)
  • Standalone bash script bin/claude-jail for non-Zsh users (8bb7395)
  • Zsh plugin for Oh My Zsh and plain zsh users (ed7924f)
  • Configuration via environment variables, config files, and CLI (ed7924f)
  • Remote installer with OS detection (Linux, macOS, WSL) (7553c3c)
  • Release workflow with version bumping and changelog management (28d7389)
  • Changelog helper script scripts/changelog (10e8c7d)
  • Comprehensive test suite with bats-core (54715a1)

What's Changed

  • Refactor to pure bash with generic configuration by @mbarlow12 in #2
  • Add testing and review shell script infrastructure by @mbarlow12 in #3
  • docs: update README and CLAUDE.md for current architecture by @mbarlow12 in #4
  • Set up versioning and release workflow by @mbarlow12 in #5

New Contributors

Full Changelog: https://github.com/mbarlow12/claude-jail/commits/v0.1.0