Hunk 0.10
April 21, 2026 · 1 release
Hunk 0.10 introduces hunk daemon serve as the standard session entrypoint, publishes reusable session-broker packages, and surfaces agent comment counts in the sidebar.
npm i -g hunkdiff@0.10.0Hunk 0.10 is no longer the current release. See the latest release or all install options.
Related documentation
Section titled “Related documentation”Releases in this series
Section titled “Releases in this series”0.10.0
Section titled “0.10.0”April 21, 2026
- Added agent comment counts in the sidebar so review-heavy files stand out at a glance.
- Added
hunk daemon serveas the standard daemon entrypoint and published reusable session-broker packages plus an OpenTUI diff component for integrators.
Changed
Section titled “Changed”- Included untracked files when
hunk diff <ref>still compares against the live working tree, while keeping explicit revset diffs commit-to-commit only.
- Enabled mouse scrolling in pager mode.
- Balanced Pierre word-level highlights so split-view inline changes stay visible without overpowering the surrounding diff row.
- Smoothed mouse-wheel review scrolling so small diffs stay precise while sustained wheel gestures still speed up.
- Fixed Shift+mouse-wheel horizontal scrolling so it no longer leaks a one-line vertical scroll in some terminals.