v0.29.0
Runtime line
Holon v0.29.0 is part of the Rust runtime line. The Rust runtime is now the main holon binary.
This release introduces a model route resolution system that resolves model capabilities through provider endpoints, calibrates catalogs across 30+ providers, adds an isolated xAI XSearch tool with OAuth device login, distinguishes Volcengine provider tiers, and improves Web GUI event timeline rendering, settings UI, and skill management. It also fixes Codex credential profile prioritization, prompt budget for continuations, workspace file download authentication, provider continuation lineage, and checkpoint operator delivery gaps.
Supported binary assets for this release are Linux amd64, macOS amd64, and macOS arm64.
Changes
- Introduce model route resolution and route-aware model catalog capabilities through provider endpoints, then canonicalize catalog routes across all built-in providers (#2133, #2134, #2135, #2196, #2198, #2233).
- Calibrate and unify model catalogs across 30+ providers including OpenAI, Codex, Anthropic, xAI, Gemini, DeepSeek, MiniMax, Moonshot, Mistral, DashScope, Volcengine, Tencent TokenHub, Venice, Hugging Face, and more (#2199–#2228).
- Add an isolated xAI XSearch tool with OAuth device login and credential handling (#2183, #2154, #2155, #2185, #2186).
- Distinguish Volcengine provider tiers (standard, agent-plan, coding-plan) and switch the plan tier to OpenAI Responses transport (#2136, #2137, #2138).
- Improve Web GUI event timeline rendering, tool execution details, workspace detail renderers, settings UI, OAuth auth mode, fallback model chip, and image generation settings (#2144, #2147, #2148, #2160, #2161, #2164, #2156, #2169, #2170).
- Run skill catalog updates as jobs with hardened feedback and Web GUI skill management UI (#2181, #2182).
- Fix Codex credential profile prioritization, use full prompt budget for continuations, authenticate workspace file downloads, and preserve provider continuation lineage (#2236, #2235, #2231, #2168).
Install
Homebrew:
brew tap holon-run/tap
brew install holonDirect binary:
curl -L "https://github.com/holon-run/holon/releases/download/v0.29.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.