From b1581d93063a0d785d5bb71da70ed8cf774e3443 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 23:10:34 +0000 Subject: [PATCH] chore(main): release gnhf 0.1.44 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 488f593d..1dc95c56 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.43" + ".": "0.1.44" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0e335d..9e4c120a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.44](https://github.com/kunchenguid/gnhf/compare/gnhf-v0.1.43...gnhf-v0.1.44) (2026-08-13) + + +### Features + +* **agents:** add native Cursor CLI support ([#203](https://github.com/kunchenguid/gnhf/issues/203)) ([06ae1cf](https://github.com/kunchenguid/gnhf/commit/06ae1cf025704fe3ca669983b0a68b8dbb99c23b)) + + +### Bug Fixes + +* **agents:** recover wrapped Pi JSON output ([#195](https://github.com/kunchenguid/gnhf/issues/195)) ([f47d916](https://github.com/kunchenguid/gnhf/commit/f47d916fd3d98d6784305fca3931c77c6e068121)) +* **agents:** surface Claude CLI exit errors ([#190](https://github.com/kunchenguid/gnhf/issues/190)) ([3041614](https://github.com/kunchenguid/gnhf/commit/3041614ba7f45fc758eb156716a1343942b4a052)) + ## [0.1.43](https://github.com/kunchenguid/gnhf/compare/gnhf-v0.1.42...gnhf-v0.1.43) (2026-07-23) diff --git a/package.json b/package.json index 76f99bee..1b6f50ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gnhf", - "version": "0.1.43", + "version": "0.1.44", "packageManager": "pnpm@11.1.1", "description": "Before I go to bed, I tell my agents: good night, have fun", "type": "module",