• v2.18.0 6e8f128a79

    v2.18.0 Stable

    kerem 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 GMT

    What'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, troubleshooting
    • examples/boxlite/quickstart.py — working Python example using ClaudeBox to load planning-with-files into a BoxLite micro-VM
    • examples/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 claudebox
    

    No .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