v0.3.1
Release date: 2026-05-07
Added
- Bundled GitHub CLI in the sandbox image so sandboxed release and GitHub workflows can use
ghwithout extra setup (#271).
Changed
- Improved sandbox workspace identity, local source testing, host Git configuration mounts, and bundled utility handling for a smoother container workflow (#271).
- Refactored the monolithic CLI into focused package modules while preserving the public CLI facade and command behavior (#272).
Fixed
- Hardened tool execution under thread exhaustion by retrying with fewer workers and falling back to serial execution when needed (#271).
Documentation
- Added release workflow guidance to verify GitHub Release body formatting and repair malformed notes before reporting publish success (#270).