Skip to content

Commit 362c48e

Browse files
ci: changeset release (#181)
1 parent d67a5d6 commit 362c48e

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/mighty-friends-doubt.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/intent/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @tanstack/intent
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#180](https://github.com/TanStack/intent/pull/180) [`d67a5d6`](https://github.com/TanStack/intent/commit/d67a5d6aad6635b3c903086ced56589dbf19168c) - Add proactive skill catalogs to installed Intent hooks.
8+
9+
`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.
10+
11+
The generated hook loads the catalog through the Intent CLI with agent audience redaction instead of importing package code from the target repository.
12+
313
## 0.3.1
414

515
### Patch Changes

packages/intent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/intent",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)