---
title: Hunk 0.10
description: Hunk 0.10 introduces hunk daemon serve as the standard session
  entrypoint, publishes reusable session-broker packages, and surfaces agent
  comment counts…
editUrl: false
head:
  - tag: meta
    attrs:
      property: og:image
      content: https://hunk.dev/changelog/og/0.10.png
  - tag: meta
    attrs:
      property: og:image:alt
      content: Hunk 0.10 release notes — April 21, 2026 · 1 release · 7 changes
  - tag: meta
    attrs:
      name: twitter:image
      content: https://hunk.dev/changelog/og/0.10.png
template: doc
sidebar:
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

<!-- GENERATED by `bun run generate:changelog`. Edit CHANGELOG.md or website/releases/notes.json instead. -->

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.

```sh
npm i -g hunkdiff@0.10.0
```

Hunk 0.10 is no longer the current release. See [the latest release](/changelog/) or [all install options](/docs/start/install/).

## Related documentation

- [Live session control](/docs/agents/live-session-control/)
- [Working trees and commits](/docs/workflows/working-trees-and-commits/)

## Releases in this series

<a class="release-separator" id="v0-10-0"></a>

### 0.10.0

April 21, 2026

#### Added

- Added agent comment counts in the sidebar so review-heavy files stand out at a glance.
- Added `hunk daemon serve` as the standard daemon entrypoint and published reusable session-broker packages plus an OpenTUI diff component for integrators.

#### Changed

- Included untracked files when `hunk diff <ref>` still compares against the live working tree, while keeping explicit revset diffs commit-to-commit only.

#### Fixed

- 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.

---

[Newer: Hunk 0.11](/changelog/0.11/) · [Older: Hunk 0.9](/changelog/0.9/) · [All releases](/changelog/)