h5i v0.2.9
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.2.9/h5i-v0.2.9-<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(roadmap): mine Cordum + AGT for borrowable ideas by @Koukyosyumei in #297
- docs(roadmap): borrowing-from-shepherd — ideas mined from ../shepherd by @Koukyosyumei in #298
- Add --json output to env inspect by @ychampion in #294
- cleanup roadmaps by @Koukyosyumei in #299
- Fix captured test evidence in team submissions by @ychampion in #296
- docs(roadmap): rewrite sandbox comparison into comparison-sandbox.md by @Koukyosyumei in #300
- docs(roadmap): add the purpose axis (run the agent vs run the artifact) by @Koukyosyumei in #301
- docs(pitch): move audit to slide 7, sharpen the team slide copy by @Koukyosyumei in #302
- Add files via upload by @Koukyosyumei in #303
- Pdf version slide by @Koukyosyumei in #304
- Delete docs/_static/pitch-slide-pdf.pdf by @Koukyosyumei in #305
- feat(env): explained egress +
--proption forenv create+ live-session pid registry + Board view by @Koukyosyumei in #309 - Add --json output to env diff by @ychampion in #295
- Update README.md by @Koukyosyumei in #310
- Remove duplicate man page installation instruction by @Koukyosyumei in #311
- docs: document the top-level
h5i doctorcommand by @AnayGarodia in #307 - test(filters): golden-test the on_empty path for the remaining filters by @AnayGarodia in #308
- docs(roadmap): design the programmable agent-orchestration eDSL (h5i-orchestra) by @Koukyosyumei in #312
- refactor(workspace) by @Koukyosyumei in #314
- docs(blog): add three h5i-orchestra posts under the Ensemble pillar by @Koukyosyumei in #316
- orchestra: stdio JSON-RPC bridge (h5i orchestra serve) for out-of-pro… by @Koukyosyumei in #317
- build: materialize a stub web/dist when the frontend build is skipped by @Koukyosyumei in #318
- feat(filters): add PHPUnit output filter by @cnYui in #315
- feat(containers): agent-in-box images for container mode (Claude Code / Codex + git + in-box h5i) by @Koukyosyumei in #321
- feat(env): add JSON output for env log by @ychampion in #306
- feat(msg): add JSON inbox and history output by @Bortlesboat in #327
- feat: h5i env rm accepts multiple names by @LevelVoid in #329
- feat(msg): warn about unknown recipients by @Bortlesboat in #328
- Update README.md by @Koukyosyumei in #330
- Update README.md by @Koukyosyumei in #333
- feat(env): add limit to event log by @Bortlesboat in #331
- feat(log): add JSON output by @Bortlesboat in #332
- feat(filters): add an output filter for deno by @AnayGarodia in #313
- fix(orchestra): fail closed when a seat's env no longer exists by @Koukyosyumei in #340
- feat(orchestra): plumb an isolation tier through hire by @Koukyosyumei in #341
- fix(team): stop discussion-phase no-op submits from looping; show dis… by @Koukyosyumei in #342
- fix(team): deliver same-round review/revise turns after submit by @Koukyosyumei in #344
- update README by @Koukyosyumei in #345
- Update README.md by @Koukyosyumei in #346
- Update README.md by @Koukyosyumei in #347
- Update README.md by @Koukyosyumei in #348
- core: jittered backoff + error reporting for CAS ref-append loops by @Koukyosyumei in #349
- docs: hide 'What lives in Git' and 'Built with h5i' sections from fro… by @Koukyosyumei in #350
- bump to v0.2.9 by @Koukyosyumei in #351
New Contributors
- @cnYui made their first contribution in #315
- @Bortlesboat made their first contribution in #327
- @LevelVoid made their first contribution in #329
Full Changelog: v0.2.8...v0.2.9