Skip to content

Latest commit

 

History

History
757 lines (440 loc) · 25.7 KB

File metadata and controls

757 lines (440 loc) · 25.7 KB

@tanstack/create

0.61.0

Minor Changes

  • Add PostHog add-on (#317)

0.60.1

Patch Changes

  • Pin the React Sentry add-on to @sentry/tanstackstart-react@10.34.0 to avoid a Nitro production build failure introduced in newer Sentry versions. (ab740ed)

0.60.0

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

  • feat: case-insensitive add-on lookup with typo suggestions

  • feat: force TanStack Start with Tailwind CSS always enabled

    • Remove code-router mode and --router-only flag (TanStack Start only)
    • Remove start add-on (baked into base templates)
    • Remove module-federation add-on
    • Force Tailwind CSS to always be enabled
    • Remove --tailwind/--no-tailwind CLI flags
    • Remove selectTailwind and selectTypescript prompts
    • Remove forcedMode parameter (mode always file-router)
    • Simplify template conditionals and hardcode typescript/tailwind values
    • Update README.md.ejs with instructions for removing Tailwind
    • Clean up dead code and unused functions
    • Update all CLI wrappers to show deprecation warnings

Patch Changes

  • fix(create): ignore transient vitest unconfig files in templates

    Fixes #345

  • fix(create): bump Tailwind deps for Vite 7 compatibility

    Fixes #332

  • ci: Version Packages (#346)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#339)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#349)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#341)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319)

  • ci: Version Packages (#338)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix(create): allow better-sqlite3 builds in pnpm templates

    Set pnpm.onlyBuiltDependencies for React Drizzle and Prisma SQLite templates so better-sqlite3 native bindings build correctly in generated apps.

    Fixes #321

  • fix(create): normalize add-to-app output paths on Windows

    Normalize generated and deleted output file paths to project-relative keys before compare/write/delete, preventing duplicated path segments when Windows drive letters are missing.

    Fixes #329

  • chore: remove unused Provider function from tanstack-query template (#272)

  • fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324)

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#347)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#336)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix(create): normalize generated src js/jsx extensions for TypeScript

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix(neon): use named import for postgresPlugin (#320)

    The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a named export, not a default export. This fixes the SyntaxError when running pnpm dev on projects created with the Neon add-on.

    Fixes #318

  • ci: Version Packages (#337)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0.59.4

Patch Changes

  • Allow better-sqlite3 build scripts in generated pnpm projects when using the React Drizzle or Prisma SQLite add-ons, preventing runtime native binding errors. (dbd3086)

  • Fix tanstack add on Windows when generated output paths lose the drive letter, preventing duplicated project paths from being written. (4f7c925)

0.59.3

Patch Changes

  • Update generated React and Solid app template dependencies to use @tailwindcss/vite and tailwindcss ^4.1.18, fixing incompatibility with Vite 7. (a93d7e5)

0.59.2

Patch Changes

  • Ignore transient __unconfig* files in generated React and Solid app .gitignore templates to prevent VS Code Vitest Explorer startup errors caused by temporary config files. (2f3c4d7)

0.59.1

Patch Changes

  • Normalize add-on source filenames under src/ to TypeScript extensions when TypeScript is enabled, converting .js to .ts and .jsx to .tsx. (0f2744e)

0.59.0

Minor Changes

  • feat: case-insensitive add-on lookup with typo suggestions

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

  • feat: force TanStack Start with Tailwind CSS always enabled

    • Remove code-router mode and --router-only flag (TanStack Start only)
    • Remove start add-on (baked into base templates)
    • Remove module-federation add-on
    • Force Tailwind CSS to always be enabled
    • Remove --tailwind/--no-tailwind CLI flags
    • Remove selectTailwind and selectTypescript prompts
    • Remove forcedMode parameter (mode always file-router)
    • Simplify template conditionals and hardcode typescript/tailwind values
    • Update README.md.ejs with instructions for removing Tailwind
    • Clean up dead code and unused functions
    • Update all CLI wrappers to show deprecation warnings

Patch Changes

  • ci: Version Packages (#338)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#337)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324)

  • ci: Version Packages (#336)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • chore: remove unused Provider function from tanstack-query template (#272)

  • fix(neon): use named import for postgresPlugin (#320)

    The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a named export, not a default export. This fixes the SyntaxError when running pnpm dev on projects created with the Neon add-on.

    Fixes #318

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319)

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0.58.0

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

  • feat: case-insensitive add-on lookup with typo suggestions

  • feat: force TanStack Start with Tailwind CSS always enabled

    • Remove code-router mode and --router-only flag (TanStack Start only)
    • Remove start add-on (baked into base templates)
    • Remove module-federation add-on
    • Force Tailwind CSS to always be enabled
    • Remove --tailwind/--no-tailwind CLI flags
    • Remove selectTailwind and selectTypescript prompts
    • Remove forcedMode parameter (mode always file-router)
    • Simplify template conditionals and hardcode typescript/tailwind values
    • Update README.md.ejs with instructions for removing Tailwind
    • Clean up dead code and unused functions
    • Update all CLI wrappers to show deprecation warnings

Patch Changes

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#336)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • fix(neon): use named import for postgresPlugin (#320)

    The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a named export, not a default export. This fixes the SyntaxError when running pnpm dev on projects created with the Neon add-on.

    Fixes #318

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#337)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • chore: remove unused Provider function from tanstack-query template (#272)

  • fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324)

  • fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319)

0.57.0

Minor Changes

  • feat: force TanStack Start with Tailwind CSS always enabled

    • Remove code-router mode and --router-only flag (TanStack Start only)
    • Remove start add-on (baked into base templates)
    • Remove module-federation add-on
    • Force Tailwind CSS to always be enabled
    • Remove --tailwind/--no-tailwind CLI flags
    • Remove selectTailwind and selectTypescript prompts
    • Remove forcedMode parameter (mode always file-router)
    • Simplify template conditionals and hardcode typescript/tailwind values
    • Update README.md.ejs with instructions for removing Tailwind
    • Clean up dead code and unused functions
    • Update all CLI wrappers to show deprecation warnings
  • feat: case-insensitive add-on lookup with typo suggestions

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

Patch Changes

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • chore: remove unused Provider function from tanstack-query template (#272)

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#336)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319)

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix(neon): use named import for postgresPlugin (#320)

    The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a named export, not a default export. This fixes the SyntaxError when running pnpm dev on projects created with the Neon add-on.

    Fixes #318

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324)

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0.56.0

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

  • feat: case-insensitive add-on lookup with typo suggestions

  • feat: force TanStack Start with Tailwind CSS always enabled

    • Remove code-router mode and --router-only flag (TanStack Start only)
    • Remove start add-on (baked into base templates)
    • Remove module-federation add-on
    • Force Tailwind CSS to always be enabled
    • Remove --tailwind/--no-tailwind CLI flags
    • Remove selectTailwind and selectTypescript prompts
    • Remove forcedMode parameter (mode always file-router)
    • Simplify template conditionals and hardcode typescript/tailwind values
    • Update README.md.ejs with instructions for removing Tailwind
    • Clean up dead code and unused functions
    • Update all CLI wrappers to show deprecation warnings

Patch Changes

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix(neon): use named import for postgresPlugin (#320)

    The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a named export, not a default export. This fixes the SyntaxError when running pnpm dev on projects created with the Neon add-on.

    Fixes #318

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324)

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319)

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • chore: remove unused Provider function from tanstack-query template (#272)

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0.55.0

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

  • feat: case-insensitive add-on lookup with typo suggestions

  • feat: force TanStack Start with Tailwind CSS always enabled

    • Remove code-router mode and --router-only flag (TanStack Start only)
    • Remove start add-on (baked into base templates)
    • Remove module-federation add-on
    • Force Tailwind CSS to always be enabled
    • Remove --tailwind/--no-tailwind CLI flags
    • Remove selectTailwind and selectTypescript prompts
    • Remove forcedMode parameter (mode always file-router)
    • Simplify template conditionals and hardcode typescript/tailwind values
    • Update README.md.ejs with instructions for removing Tailwind
    • Clean up dead code and unused functions
    • Update all CLI wrappers to show deprecation warnings

Patch Changes

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • chore: remove unused Provider function from tanstack-query template (#272)

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324)

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix(neon): use named import for postgresPlugin (#320)

    The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a named export, not a default export. This fixes the SyntaxError when running pnpm dev on projects created with the Neon add-on.

    Fixes #318

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319)

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0.54.0

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

  • feat: case-insensitive add-on lookup with typo suggestions

  • feat: force TanStack Start with Tailwind CSS always enabled

    • Remove code-router mode and --router-only flag (TanStack Start only)
    • Remove start add-on (baked into base templates)
    • Remove module-federation add-on
    • Force Tailwind CSS to always be enabled
    • Remove --tailwind/--no-tailwind CLI flags
    • Remove selectTailwind and selectTypescript prompts
    • Remove forcedMode parameter (mode always file-router)
    • Simplify template conditionals and hardcode typescript/tailwind values
    • Update README.md.ejs with instructions for removing Tailwind
    • Clean up dead code and unused functions
    • Update all CLI wrappers to show deprecation warnings

Patch Changes

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • fix(neon): use named import for postgresPlugin (#320)

    The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a named export, not a default export. This fixes the SyntaxError when running pnpm dev on projects created with the Neon add-on.

    Fixes #318

  • fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324)

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • chore: remove unused Provider function from tanstack-query template (#272)

  • fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319)

0.53.2

Patch Changes

  • Add case-insensitive add-on ID matching and "did you mean?" suggestions for typos (61011ec)

  • fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (2cf6703)

  • chore: remove unused Provider function from tanstack-query root-provider template (46a4903)

0.53.1

Patch Changes

  • fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (72049cb)

0.53.0

Minor Changes

  • force tailwind, force typescript (337eeba)

0.52.0

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

Patch Changes

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0.51.0

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

Patch Changes

  • fix: Update Paraglide JS url (#307)

    Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0.50.0

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including routes, package additions, files, and documentation. Also expand listTanStackAddOns to include type, category, link, warning, and exclusive fields.

0.49.3

Patch Changes

  • fix: do not exclude .ts files in asset transfer (30edd20)

0.49.2

Patch Changes

  • Fixed windows \ delimiter stripping (7940300)