We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d019f8 commit 241ea49Copy full SHA for 241ea49
CHANGELOG.md
@@ -6,6 +6,14 @@ All notable user-visible changes to Hunk are documented in this file.
6
7
### Added
8
9
+### Changed
10
+
11
+### Fixed
12
13
+## [0.9.4-beta.1] - 2026-04-14
14
15
+### Added
16
17
- Added `hunk skill path` to print the bundled Hunk review skill path for direct loading or symlinking in coding agents.
18
19
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hunkdiff",
3
- "version": "0.9.0",
+ "version": "0.9.4-beta.1",
4
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
5
"keywords": [
"ai",
0 commit comments