Skip to content

Releases: TanStack/intent

v0.0.44

13 Jun 17:28
61c95c8

Choose a tag to compare

v0.0.44

Changes

@tanstack/intent

0.0.44

Patch Changes

  • #154 d787ddc - Fix transitive skill discovery under pnpm's isolated linker. Skills shipped by a transitive dependency of a skill-bearing direct dependency were not discovered… Each package's dependencies are now resolved from its realpath, where pnpm resolution succeeds. Hoisted (npm/yarn/bun) layouts are unaffected.

Packages

  • @tanstack/intent@0.0.44

v0.0.43

13 Jun 03:09
ccc3fea

Choose a tag to compare

v0.0.43

Changes

@tanstack/intent

0.0.43

Patch Changes

  • #151 ae42b35 - Fix skill discovery in Yarn Berry (PnP) projects. With nodeLinker: pnp and no
    node_modules, dependencies live in .yarn/cache/*.zip archives readable only
    through Yarn's libzip-patched filesystem. intent list and intent load now
    read package metadata and SKILL.md files from those archives — including when
    Intent runs via npx/dlx from outside the project's PnP graph. A failed PnP
    load fails closed with a clear diagnostic, and the PnP resolution hook is no
    longer left installed in Intent's process.

    Speed up skill discovery. Frontmatter parsing now reads only the leading region
    of each SKILL.md instead of the whole file (~4x faster on large skill bodies),
    and dependency resolution reuses its module resolver per package instead of
    rebuilding it for every dependency. Also drops redundant filesystem checks in the
    skill-file walk.

Packages

  • @tanstack/intent@0.0.43

@tanstack/intent@0.0.44

13 Jun 17:28
61c95c8

Choose a tag to compare

Patch Changes

  • #154 d787ddc - Fix transitive skill discovery under pnpm's isolated linker. Skills shipped by a transitive dependency of a skill-bearing direct dependency were not discovered… Each package's dependencies are now resolved from its realpath, where pnpm resolution succeeds. Hoisted (npm/yarn/bun) layouts are unaffected.

@tanstack/intent@0.0.43

13 Jun 03:09
ccc3fea

Choose a tag to compare

Patch Changes

  • #151 ae42b35 - Fix skill discovery in Yarn Berry (PnP) projects. With nodeLinker: pnp and no
    node_modules, dependencies live in .yarn/cache/*.zip archives readable only
    through Yarn's libzip-patched filesystem. intent list and intent load now
    read package metadata and SKILL.md files from those archives — including when
    Intent runs via npx/dlx from outside the project's PnP graph. A failed PnP
    load fails closed with a clear diagnostic, and the PnP resolution hook is no
    longer left installed in Intent's process.

    Speed up skill discovery. Frontmatter parsing now reads only the leading region
    of each SKILL.md instead of the whole file (~4x faster on large skill bodies),
    and dependency resolution reuses its module resolver per package instead of
    rebuilding it for every dependency. Also drops redundant filesystem checks in the
    skill-file walk.

v0.0.42

07 Jun 22:55
c53dbc3

Choose a tag to compare

v0.0.42

Changes

@tanstack/intent

0.0.42

Patch Changes

  • #148 a8e0ea1 - Remove the abandoned intent-library bin and its ./intent-library export. The legacy library-bin discovery model was replaced by the keyword-based model; anything invoking intent-library directly must move to the normal intent discovery flow (no compatibility shim).

Packages

  • @tanstack/intent@0.0.42

@tanstack/intent@0.0.42

07 Jun 22:55
c53dbc3

Choose a tag to compare

Patch Changes

  • #148 a8e0ea1 - Remove the abandoned intent-library bin and its ./intent-library export. The legacy library-bin discovery model was replaced by the keyword-based model; anything invoking intent-library directly must move to the normal intent discovery flow (no compatibility shim).

v0.0.41

08 May 19:39

Choose a tag to compare

v0.0.41

Changes

@tanstack/intent

0.0.41

Patch Changes

  • Fix package discovery for Yarn PnP projects and pnpm symlinked dependency trees, and use the detected package manager when printing Intent commands. (#130)

Packages

  • @tanstack/intent@0.0.41

v0.0.40

03 May 18:19

Choose a tag to compare

v0.0.40

Changes

@tanstack/intent

0.0.40

Patch Changes

  • Reduce repeated filesystem work during Intent CLI scans by sharing package.json/skill discovery caches across scan paths and de-duping package-root and node_modules scan attempts within a single scan. Debug output now includes package.json read/cache-hit counts. (#127)

Packages

  • @tanstack/intent@0.0.40

v0.0.39

03 May 06:44

Choose a tag to compare

v0.0.39

Changes

@tanstack/intent

0.0.39

Patch Changes

  • Replace custom version parsing and comparison with semver for stale drift reporting and installed package variant selection. (#126)

    This improves handling for prereleases, build metadata, coerced versions, invalid versions, and downgrades while preserving the existing major, minor, patch, or null stale drift output.

Packages

  • @tanstack/intent@0.0.39

v0.0.38

03 May 06:07

Choose a tag to compare

v0.0.38

Changes

@tanstack/intent

0.0.38

Patch Changes

  • Refactor workspace pattern discovery to use a JSONC parser for Deno configs, support additional workspace config shapes, and cache workspace roots, parsed patterns, and resolved package directories during CLI commands. (#125)

    This also allows Deno workspace members with deno.json or deno.jsonc manifests to be resolved as workspace packages.

Packages

  • @tanstack/intent@0.0.38