-
feat: BoxLite sandbox runtime integration (Issue #84)
发布于
2026-02-26 17:45:54 +00:00 Adds documentation and examples for running planning-with-files
inside BoxLite micro-VM sandboxes via ClaudeBox.- docs/boxlite.md: full integration guide covering ClaudeBox Skill
API, persistent sessions, hooks behavior inside the VM, snapshots,
session recovery, and troubleshooting - examples/boxlite/quickstart.py: working Python example using
ClaudeBox's Skill object to inject planning-with-files into a VM - examples/boxlite/README.md: example context and requirements
- README: new Sandbox Runtimes section (BoxLite is infrastructure,
not an IDE - kept separate from the 16-platform IDE table) - README: BoxLite badge, Documentation table entry, version bump
to 2.18.0, file structure updated - CHANGELOG: v2.18.0 entry with full details
- CONTRIBUTORS: @DorianZheng added for Issue #84
BoxLite loads via pip install claudebox - no .boxlite/ folder needed
since ClaudeBox uses a Python Skill object, not file-system discovery.Closes #84
下载附件
- docs/boxlite.md: full integration guide covering ClaudeBox Skill