github yvgude/lean-ctx v2.17.4

latest releases: v3.9.6, v3.9.5, v3.9.4...
3 months ago

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

Don't miss a new lean-ctx release

NewReleases is sending notifications on new releases.