github yvgude/lean-ctx v3.2.3

latest releases: v3.7.5, v3.7.4, v3.7.3...
one month ago

Fixed

  • Claude Code project rules missing (cowwoc): lean-ctx init --agent claude-code now creates .claude/rules/lean-ctx.md in the project root (project-local rules), in addition to the existing global ~/.claude/rules/lean-ctx.md. Claude Code reads both locations.
  • --help missing commands (#109): watch (live TUI dashboard) and cache (file cache management) were implemented but not listed in lean-ctx --help.
  • install.sh fails without Rust (#108): curl -fsSL https://leanctx.com/install.sh | sh now auto-detects missing cargo and downloads a pre-built binary instead of failing. Users with Rust still get a source build by default.

Upgrade

lean-ctx update                 # recommended (auto-downloads + refreshes shell hooks)
cargo install lean-ctx          # or
npm update -g lean-ctx-bin      # or
brew upgrade lean-ctx

Note: After upgrading via cargo/npm/brew, run lean-ctx setup to refresh shell aliases. lean-ctx update does this automatically.

Full Changelog: v3.2.2...v3.2.3

Don't miss a new lean-ctx release

NewReleases is sending notifications on new releases.