From 7a316069da8f71edb9cd6ed23db812db86e8ec02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:37:25 +0000 Subject: [PATCH] ci: changeset release --- .changeset/mighty-friends-doubt.md | 9 --------- packages/intent/CHANGELOG.md | 10 ++++++++++ packages/intent/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/mighty-friends-doubt.md diff --git a/.changeset/mighty-friends-doubt.md b/.changeset/mighty-friends-doubt.md deleted file mode 100644 index 03ca286..0000000 --- a/.changeset/mighty-friends-doubt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@tanstack/intent': patch ---- - -Add proactive skill catalogs to installed Intent hooks. - -`intent hooks install` now installs session-start catalog hooks for supported agents alongside the existing edit gate. Agents see the allowed local Intent skills at session start, resume, clear, and compact where the agent supports those lifecycle events, then still need to run `intent load` before editing. - -The generated hook loads the catalog through the Intent CLI with agent audience redaction instead of importing package code from the target repository. diff --git a/packages/intent/CHANGELOG.md b/packages/intent/CHANGELOG.md index c4827f4..502bc8b 100644 --- a/packages/intent/CHANGELOG.md +++ b/packages/intent/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/intent +## 0.3.2 + +### Patch Changes + +- [#180](https://github.com/TanStack/intent/pull/180) [`d67a5d6`](https://github.com/TanStack/intent/commit/d67a5d6aad6635b3c903086ced56589dbf19168c) - Add proactive skill catalogs to installed Intent hooks. + + `intent hooks install` now installs session-start catalog hooks for supported agents alongside the existing edit gate. Agents see the allowed local Intent skills at session start, resume, clear, and compact where the agent supports those lifecycle events, then still need to run `intent load` before editing. + + The generated hook loads the catalog through the Intent CLI with agent audience redaction instead of importing package code from the target repository. + ## 0.3.1 ### Patch Changes diff --git a/packages/intent/package.json b/packages/intent/package.json index cea048a..d8bb60e 100644 --- a/packages/intent/package.json +++ b/packages/intent/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/intent", - "version": "0.3.1", + "version": "0.3.2", "description": "Ship compositional knowledge for AI coding agents alongside your npm packages", "license": "MIT", "type": "module",