h5i v0.2.7
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.2.7/h5i-v0.2.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
- fix(pitch): reflow deck for mobile/portrait screens by @Koukyosyumei in #247
- docs(front): reframe landing around the acceptance-layer narrative by @Koukyosyumei in #248
- [codex] add sanitize_display terminal injection tests by @leemeo3 in #243
- Apply h5i team improve-env-shell winner sub-felix-r1-bb47965110bc by @Koukyosyumei in #250
- demo: product demo film by @Koukyosyumei in #251
- demo: drop the deep-demo film, promote marketing cut to index.html by @Koukyosyumei in #255
- prompt-score: segment pasted artifacts from authored prose; evidence … by @Koukyosyumei in #256
- test: cover compliance aggregation helpers by @zerone0x in #252
- test: cover review trigger tiering by @zerone0x in #253
- prompt-score: add offline Japanese-language support by @Koukyosyumei in #257
- prompt-score: strip pasted prose blocks so quoted reviews don't inflate by @Koukyosyumei in #258
- [codex] add env profile parsing tests by @leemeo3 in #249
- test: cover CLI log limits and capture exit codes by @zerone0x in #254
- feat(cli): add prompt-maturity, version --json, and env capabilities … by @Koukyosyumei in #259
- feat(objects): recall objects --json + action classification (H3, lean) by @Koukyosyumei in #260
- demo(video): make scene eyebrow keywords vivid (accent red + glow) by @Koukyosyumei in #261
- docs(site): center hero film (break out of 880px hero-inner, center o… by @Koukyosyumei in #262
- feat(env): apply carries env prompts/metrics forward by @Koukyosyumei in #264
- bump to v0.2.7 by @Koukyosyumei in #265
New Contributors
Full Changelog: v0.2.6...v0.2.7