Skip to content

v2.17.4

Choose a tag to compare

@github-actions github-actions released this 06 Apr 19:33

Feature: Hook Redirect Path Exclusion + Automated Publishing

Added

  • Path exclusion for hook redirect (#60) — Exclude specific paths from PreToolUse redirect hook. Paths matching patterns bypass the redirect and allow native Read/Grep/ListFiles to proceed.
    • Config: redirect_exclude = [".wolf/**", ".claude/**", "*.json"] in ~/.lean-ctx/config.toml
    • Env var: LEAN_CTX_HOOK_EXCLUDE=".wolf/**,.claude/**" (takes precedence)
    • Glob patterns support *, ?, and ** (recursive directory match)
  • Automated crates.io publishingcargo publish runs automatically after GitHub Release
  • Automated npm publishinglean-ctx-bin and pi-lean-ctx published automatically

Upgrade

cargo install lean-ctx          # or
npm update -g lean-ctx-bin      # or
brew upgrade lean-ctx

Full Changelog: v2.17.3...v2.17.4