h5i v0.2.8
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.2.8/h5i-v0.2.8-<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
- feat(env): credential-injecting auth proxy so the API token never enters the agent box by @Koukyosyumei in #269
- feat(env): env shell --readonly — concurrent read-only observer sessions by @Koukyosyumei in #270
- feat(env): one read-write env shell + N read-only observers (two-lock… by @Koukyosyumei in #271
- docs(manual): document the credential proxy (agent API auth) by @Koukyosyumei in #284
- docs: fix typos in README.md by @Madhan3009 in #286
- Speed up supervised env shell startup by @Koukyosyumei in #291
- fix(cli): treat recall log --limit 0 as no limit by @ychampion in #287
- fix(serve): friendly error when the dashboard port is already in use by @AnayGarodia in #292
- test: add filter edge-case goldens by @zerone0x in #290
- feat(filters): add clang output filter by @zerone0x in #289
- [codex] reject empty msg send and ask bodies by @leemeo3 in #285
- docs: mention elvish completion support by @zerone0x in #288
- test: expand filter quality coverage by @zerone0x in #272
- feat(filters): add ninja output filter by @zerone0x in #268
- feat(filters): add cmake output filter by @zerone0x in #267
- bump to v0.2.8 by @Koukyosyumei in #293
New Contributors
- @Madhan3009 made their first contribution in #286
- @ychampion made their first contribution in #287
- @AnayGarodia made their first contribution in #292
Full Changelog: v0.2.7...v0.2.8