h5i v0.2.5
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.2.5/h5i-v0.2.5-<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
- docs: polish prompt-tracking and sandbox sections in README by @Koukyosyumei in #228
- docs: annotate 60-Second Flow commands with inline comments by @Koukyosyumei in #229
- Add sandbox policy serde default tests by @jordansilly77-stack in #227
- docs/guides: refresh to ensemble narrative; clarify agent-run vs human-run commands by @Koukyosyumei in #230
- Update table content in README.md by @Koukyosyumei in #231
- Update README.md by @Koukyosyumei in #232
- docs: embed live ENSEMBLE dashboard in hero (replaces stat-cards) by @Koukyosyumei in #233
- docs/blog: improve blog posts by @Koukyosyumei in #234
- docs: fix first-definition to 'auditable workspace layer for AI codin… by @Koukyosyumei in #235
- feat(team): add 'team auto-create' and 'team apply --agent' by @Koukyosyumei in #237
New Contributors
- @jordansilly77-stack made their first contribution in #227
Full Changelog: v0.2.4...v0.2.5