Fixed
- Claude Code hooks: correct response format — PreToolUse hooks now use the current
hookSpecificOutputformat withpermissionDecisioninstead of the deprecated top-leveldecision/reasonfields. This fixes Claude Code ignoring lean-ctx redirect hooks and continuing to use native Read/Grep/Bash tools. - Claude Code global CLAUDE.md —
lean-ctx setupandlean-ctx init --agent claude --globalnow install~/.claude/CLAUDE.mdwith instructions to prefer lean-ctx MCP tools. Previously, global mode skipped CLAUDE.md entirely, leaving Claude Code with no guidance to use MCP tools. - PowerShell .cmd resolution (Windows) — Fixed issue #38 where npm/pnpm/yarn/eslint/prettier/tsc functions used hardcoded
.cmdsuffixes that failed in some Windows environments (e.g., Warp terminal). Functions now resolve the real executable path at profile load time viaGet-Command -CommandType Application. - Portable binary paths in MCP configs —
resolve_binary_path()now returnslean-ctx(PATH-resolvable) instead of a hardcoded full path when lean-ctx is available in PATH. Prevents stale paths when switching between npm and cargo installations.
Full Changelog: v2.13.0...v2.13.1
Full Changelog: v2.13.0...v2.13.1