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",