h5i v0.1.5
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.1.5/h5i-v0.1.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
- update doc by @Koukyosyumei in #98
- update h5i-workflow skill to verb-based CLI by @Koukyosyumei in #99
- Agent-to-Agent Communication by @Koukyosyumei in #100
- Add share setup-remote & migrate-remote; diagnose legacy context conf… by @Koukyosyumei in #101
- Fix README & update to 0.1.5 by @Koukyosyumei in #102
Full Changelog: v0.1.4...v0.1.5