Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/mighty-friends-doubt.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/intent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/intent/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down