Skip to content

v0.14.1

Choose a tag to compare

@szhygulin szhygulin released this 01 May 13:44
· 113 commits to main since this release
4b1213b

Patch release. Doc-only PRs since v0.14.0.

Highlights

  • Install instructions for Claude Desktop on WindowsAGENTS.md Step 2 now routes by host client (Claude Code CLI vs. Claude Desktop / Cursor / Continue / other) and documents the Windows cmd /c npx wrapper required because Claude Desktop on Windows spawns MCP commands without a shell. Adds Step 0 host-client detection so agents identify the right path before proposing commands. (#632)
  • Roadmap maintenance — broken plan links fixed, missing plans linked. (#631)
  • Skill pin sync — bumped to v0.10. (#629)

Included PRs

  • #629 chore(sync-skill-pin): v0.10
  • #631 chore(roadmap): link missing plans, fix broken links
  • #632 docs(install): route Step 2 by host client; document Windows cmd /c wrapper

Deliberately deferred

  • No source-code changes — the wizard's auto-register path (src/setup/register-clients.ts buildServerEntry()) was already Windows-safe in v0.14.0; this release ships the doc-side fix to npm + MCP Registry so agents fetching AGENTS.md from the latest tarball see the corrected Step 2 routing.