arcee-ai/pybubble v0.3.0
arcee-ai/pybubble
Captured source
source ↗published Feb 17, 2026seen 5dcaptured 9hhttp 200method plain
v0.3.0
Repository: arcee-ai/pybubble
Tag: v0.3.0
Published: 2026-02-17T23:49:58Z
Prerelease: no
Release notes: Changelog:
- Optional full PTY support for sandboxed processes.
pybubble runnow runs programs interactively in a full PTY.- Default rootfs is now bundled into the prebuilt wheel.
- Switched from gzip to zstd for rootfs compression.
- Changed
run_pythontorun_scriptwith customizable script runner (defaults to python) and similar return type torun. - If
fuse-overlayfsis installed, you can now enable a writable overlay filesystem. Sandboxshould now be used as a context manager to ensure filesystem resources are cleaned up.- Host's hostname is no longer passed through to sandbox.
- Updated
uvin the default rootfs. - Fixed
/sbinnot being included in PATH.
Notability
notability 3.0/10Routine version release, low impact