v0.35.0
This release introduces the models.dev-backed provider mapping system — upstream adapter, projection, and artifact generation, an explicit mapping manifest with a validation engine and Anthropic and DeepSeek baselines, plus an audit CLI with refresh and validate workflows — alongside web GUI improvements including an expanded fullscreen mode for the right side panel. Runtime correctness work preserves semantic recent-turn projection and canonical AgentLifecycle binding ownership, reliably re-enters terminal task results, admits authenticated low-authority operator prompts, and respects the standard Retry-After header in provider retries.
Supported binary assets for this release are Linux amd64, macOS amd64, and macOS arm64. The macOS app DMG is a universal binary supporting both x86_64 and arm64. The Linux amd64 binary supports Ubuntu 22.04 or newer (glibc 2.35 or newer).
Changes
- Introduce the models.dev provider mapping system with an upstream adapter, projection, and artifact generation, and define the explicit mapping design (#2721, #2725).
- Add the provider mapping manifest, validation engine, and Anthropic baseline; add the DeepSeek OpenAI-compatible baseline; add the mapping audit CLI with refresh and validate workflows (#2726, #2729, #2731, #2733).
- Add an expanded fullscreen mode to the web GUI right side panel and render the model menu through a fixed-position portal to escape overflow clipping (#2727, #2728).
- Preserve semantic recent-turn projection and canonical AgentLifecycle binding ownership, with owner-centered projection continuity test coverage (#2723, #2724, #2730, #2734).
- Re-enter the model on unbound terminal task results so terminal command-task and delegated-agent results reliably resume their owning conversation, and admit authenticated low-authority operator prompts (#2738, #2736).
- Respect the standard Retry-After header in provider retries and decouple the code review skill from the GitHub adapter (#2722, #2739).
- Polish the macOS DMG with a baked-in drag-to-Applications Finder layout and harden its packaging script CI (8db1dabb, edc342a6, 5622dee8 — direct commits to main).
Install
Homebrew:
brew tap holon-run/tap
brew install holonDirect binary:
curl -L "https://github.com/holon-run/holon/releases/download/v0.35.0/holon-linux-amd64.tar.gz" | tar -xz
chmod +x holon
./holon --helpReplace holon-linux-amd64.tar.gz with holon-darwin-amd64.tar.gz or holon-darwin-arm64.tar.gz on macOS.
Docker:
docker pull ghcr.io/holon-run/holon:0.35.0