h5i v0.1.7
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.1.7/h5i-v0.1.7-<TARGET>.tar.gz | tar -xz
sudo mv h5i /usr/local/bin/Windows: download the .zip, extract h5i.exe, and add it to your PATH.
Available targets
| Target | Platform |
|---|---|
x86_64-unknown-linux-musl |
Linux x86_64 (static, glibc-free) |
aarch64-unknown-linux-musl |
Linux arm64 (static, glibc-free) |
aarch64-apple-darwin |
macOS (Apple Silicon + Rosetta) |
x86_64-pc-windows-msvc |
Windows x86_64 |
Each archive is accompanied by a .sha256 checksum file.
What's Changed
- Update communication document by @Koukyosyumei in #105
- Improve docs site: SEO, accessibility, and color-system UX pass by @Koukyosyumei in #106
- Improve doc style by @Koukyosyumei in #107
- docs: improve blog SEO and add analytics by @Koukyosyumei in #108
- improve the tutorial in doc by @Koukyosyumei in #109
- Add AI-aware version control blog cluster by @Koukyosyumei in #110
- support TUI mode for Agent Radio by @Koukyosyumei in #111
- update README by @Koukyosyumei in #112
- fix Stop-hook panic on non-char-boundary string slice in session_log by @Koukyosyumei in #113
- add --branch filter to h5i msg history/replay by @Koukyosyumei in #114
- add token-reduction object store (capture run + filtered summaries) by @Koukyosyumei in #115
- Improve token reduction by @Koukyosyumei in #116
- Improve NOTICE by @Koukyosyumei in #117
- assets: add unified-tool-output concept SVG by @Koukyosyumei in #118
- instructions: prioritize Bash CLI over MCP; sync dogfood h5i.md/AGENT… by @Koukyosyumei in #119
- Update README/Dodc and Bump to 0.1.7 by @Koukyosyumei in #120
Full Changelog: v0.1.6...v0.1.7