h5i v0.2.2
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.2.2/h5i-v0.2.2-<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
- chore(cleanup): rename script/ to plugin/, drop unused example dirs by @Koukyosyumei in #159
- Improve doc by @Koukyosyumei in #160
- docs: rework README, website, and pitch around the execution-layer story by @Koukyosyumei in #161
- Remove Prompt Maturity Score details from README by @Koukyosyumei in #162
- Update README.md by @Koukyosyumei in #163
- Update README to remove h5i details by @Koukyosyumei in #164
- Change logo source from SVG to PNG by @Koukyosyumei in #166
- Rebrand to "Auditable workspaces for AI agents" across README and site by @Koukyosyumei in #167
- Add /manual/ CLI reference page generated from MANUAL.md by @Koukyosyumei in #168
- env: fleet/doctor, private_paths, gated secret command extractor, daemon-free services + dynamic ports by @Koukyosyumei in #169
- mv to roadmap by @Koukyosyumei in #170
- share push: add --branch to scope the context-DAG push to one branch by @Koukyosyumei in #171
- ui: re-center the workbench on Replay — the agent-run flight recorder by @Koukyosyumei in #172
- env: per-env credential/session isolation for agent boxes by @Koukyosyumei in #173
- hook: nest agent handlers under
h5i hook claude|codex(aliases kept) by @Koukyosyumei in #174 - Remove h5i claims, rewind, and rollback commands/features by @Koukyosyumei in #175
- h5i team (auditable agent ensembles) design overview by @Koukyosyumei in #176
- team: snapshot worktree on submit + refuse no-op submissions by @Koukyosyumei in #177
Full Changelog: v0.2.1...v0.2.2