h5i v0.2.4
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.2.4/h5i-v0.2.4-<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
- Improve website by @Koukyosyumei in #180
- Revise failure modes and recent news in README by @Koukyosyumei in #181
- env: declare personas in env.toml, bake PERSONA.md at create by @Koukyosyumei in #182
- Tighten pitch deck to 13 investor-lite slides by @Koukyosyumei in #183
- Update README.md by @Koukyosyumei in #184
- update markdowns by @Koukyosyumei in #185
- Add h5i context rm to safely remove a context branch by @Koukyosyumei in #186
- Remove unused assets/ media; keep filters, move README screenshot to … by @Koukyosyumei in #187
- Add native 'h5i team auto-peer-review' command by @Koukyosyumei in #188
- feat: stale decision commit warnings by @jonathanj502 in #53
- Editing Message of Previous Commits by @Srivarun-Kankanala in #55
- team dispatch: fan task into each agent's per-env inbox by @Koukyosyumei in #220
- team dispatch: read task prompt from stdin by default by @Koukyosyumei in #221
- docs: animated team peer-review hero SVG in README by @Koukyosyumei in #222
- team: fix in-box friction surfaced by T2 team-run logs by @Koukyosyumei in #223
- Bump to v0.2.4 by @Koukyosyumei in #225
New Contributors
- @jonathanj502 made their first contribution in #53
- @Srivarun-Kankanala made their first contribution in #55
Full Changelog: v0.2.3...v0.2.4