-
v2.18.0 Stable
released this
2026-02-26 20:45:54 +03:00 | 93 commits to master since this release📅 Originally published on GitHub: Thu, 26 Feb 2026 17:47:16 GMT
🏷️ Git tag created: Thu, 26 Feb 2026 17:45:54 GMTWhat's New
BoxLite Sandbox Runtime Integration (Issue #84)
planning-with-files now has full documentation and working examples for running inside BoxLite micro-VM sandboxes via ClaudeBox.
BoxLite is not an IDE. It is hardware-isolated, stateful, embeddable sandbox infrastructure — the "SQLite of sandboxing." Skills load via ClaudeBox's Python Skill API, which injects the SKILL.md and scripts directly into the VM filesystem at startup. All hooks (PreToolUse, PostToolUse, Stop) work because Claude Code runs natively inside the VM.
Added:
docs/boxlite.md— full integration guide: ClaudeBox Skill API, persistent sessions, hooks inside the VM, snapshots, session recovery, troubleshootingexamples/boxlite/quickstart.py— working Python example using ClaudeBox to load planning-with-files into a BoxLite micro-VMexamples/boxlite/README.md— example context and requirements- README: new Sandbox Runtimes section (kept separate from the 16-platform IDE table)
- README: BoxLite badge and Documentation table entry
Install ClaudeBox:
pip install claudeboxNo
.boxlite/folder needed. ClaudeBox loads skills via its Python Skill object, not file-system discovery.
Contributors
- @DorianZheng for the BoxLite integration proposal (Issue #84)
Full Changelog
https://github.com/OthmanAdi/planning-with-files/blob/master/CHANGELOG.md
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-25 16:06:02 +03:00