Skip to content

v1.4.1

Choose a tag to compare

@pratiksahu pratiksahu released this 16 Jul 16:11
· 2 commits to main since this release
ee508b2

Maintenance release.

Fixed

  • Windows dependency installexecFile couldn't run the .cmd shims Windows uses for pnpm/npm, so package-manager detection and the optional install silently failed; both call sites now pass shell on win32.
  • tsup build target bumped node18node20 to match engines: >=20.12.
  • Cline added to the package/CLI description and keywords.

Dependencies

  • @clack/prompts 0.7 → 1.7 — hard-failure spinners migrated to the new .error() API; validate callbacks handle undefined input.
  • commander 12 → 15 (ESM-only).
  • typescript 5.6 → 7.0 (native compiler) with "types": ["node"] added to tsconfig; @types/node pinned to the Node 24 LTS line.

Docs

  • Missing v1.4.0 entry restored in knowledge/project/log.md; changelog/CLAUDE.md synced.
  • Template registry fully refreshed to latest stable versions (agentic-coding-registry#33) — 262 bumps across 30 modules, picked up automatically by create / update.

Verified: tsc clean, 82/82 tests, build + runtime smoke tests, npm audit --omit=dev clean.