v0.27.0
Runtime line
Holon v0.27.0 is part of the Rust runtime line. The Rust runtime is now the main holon binary.
This release adds TUI overlay shortcut prefixes and paging help, expands agent template flows into the TUI, introduces full Web GUI internationalization, and polishes Web GUI badges, icons, and copy. It also fixes TUI display-state persistence and makes the solve default template distributable.
Supported binary assets for this release are Linux amd64, macOS amd64, and macOS arm64.
Changes
- Add agent template TUI flows and update documentation for the v0.26.0 feature set (#2113, #2112).
- Add full Web GUI internationalization with react-i18next, English and Simplified Chinese resources, and follow-up badge/icon/copy polishing (#2115, #2118).
- Add TUI overlay shortcut prefixes, help text, and paging equivalents (#2116).
- Persist TUI display state across runtime updates (#2114).
- Make the solve default template distributable from release artifacts (#2117).
Install
Homebrew:
brew tap holon-run/tap
brew install holonDirect binary:
curl -L "https://github.com/holon-run/holon/releases/download/v0.27.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.