Skip to content

@tanstack/intent@0.3.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 03:38
Immutable release. Only release title and notes can be modified.
362c48e

Patch Changes

  • #180 d67a5d6 - 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.