h5i v0.1.0
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.1.0/h5i-v0.1.0-<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
- Implement basic components by @Koukyosyumei in #1
- Add Test Cases by @Koukyosyumei in #2
- add auto merge via CRDT by @Koukyosyumei in #3
- Translate in english by @Koukyosyumei in #4
- refactor repo session by @Koukyosyumei in #5
- implement a simple python parser by @Koukyosyumei in #6
- add tests by @Koukyosyumei in #7
- sync from dick test by @Koukyosyumei in #8
- tokenizer by @Koukyosyumei in #9
- fix commit by @Koukyosyumei in #10
- feature audit by @Koukyosyumei in #11
- feature UI by @Koukyosyumei in #12
- Tutorial 2 by @Koukyosyumei in #13
- shaddowing by @Koukyosyumei in #14
- shadow merge by @Koukyosyumei in #15
- add an action by @Koukyosyumei in #16
- implement claude-related features by @Koukyosyumei in #17
- ui by @Koukyosyumei in #18
- test cov by @Koukyosyumei in #19
- example workflow of DNN by @Koukyosyumei in #20
- Improve frontend by @Koukyosyumei in #21
- update-readme by @Koukyosyumei in #22
- causal commit chain by @Koukyosyumei in #23
- Add instruction to install jq by @Koukyosyumei in #24
- Intent graph by @Koukyosyumei in #25
- Memory diff by @Koukyosyumei in #31
- Improve readme and doc by @Koukyosyumei in #32
- fix path by @Koukyosyumei in #33
- update by @Koukyosyumei in #34
- update by @Koukyosyumei in #35
- update by @Koukyosyumei in #36
- update by @Koukyosyumei in #37
- update by @Koukyosyumei in #38
- Automatically add instructions to CLAUDE.md by @Koukyosyumei in #39
- fix "notes"'s wrong path by @Koukyosyumei in #40
- omission-report by @Koukyosyumei in #41
- Add CNAME file for domain configuration by @Koukyosyumei in #42
- update by @Koukyosyumei in #43
- add a detailed man by @Koukyosyumei in #44
- claude test by @Koukyosyumei in #45
- Store decisions by @Koukyosyumei in #46
- Improve readme by @Koukyosyumei in #47
- Implement MCP server by @Koukyosyumei in #48
- Update README.md by @Koukyosyumei in #50
- feat(mcp): resources/subscribe with live push notifications / feat: h5i vibe — instant AI footprint audit / feat: h5i policy and h5i compliance commands by @Koukyosyumei in #52
- prompt-injection gurads by @Koukyosyumei in #54
- feat(context): version context alongside code — restore/diff/relevant… by @Koukyosyumei in #56
- feat(dashboard): add Context tab to web dashboard by @Koukyosyumei in #57
- Remove is_initialized guard by @Koukyosyumei in #58
- Update ctx management by @Koukyosyumei in #59
- fix(mcp): add h5i_commit + h5i_notes_analyze tools; fix auto-init; structured json_content; richer trace description by @Koukyosyumei in #60
- feat: five context-quality improvements for AI agent workflows by @Koukyosyumei in #61
- feat(rewind): non-destructive working-tree restore to any past commit by @Koukyosyumei in #62
- implement search mode by @Koukyosyumei in #63
- pitch slides by @Koukyosyumei in #64
- pdf-export button by @Koukyosyumei in #65
- Add workflow and license badges to README by @Koukyosyumei in #66
- feat: progressive --depth, SessionStart/Stop hooks, h5i-workflow skill by @Koukyosyumei in #67
- docs: elevate context versioning story in index.html by @Koukyosyumei in #68
- e2e test + release script by @Koukyosyumei in #69
- fix release action by @Koukyosyumei in #70
- Install guide by @Koukyosyumei in #71
New Contributors
- @Koukyosyumei made their first contribution in #1
Full Changelog: https://github.com/h5i-dev/h5i/commits/v0.1.0