github yvgude/lean-ctx v2.3.1
v2.3.1 — Dashboard Live Fix, .gitignore Support, Zed Config

latest releases: v3.9.3, v3.9.2, v3.9.1...
3 months ago

v2.3.1 — Dashboard Live Fix, .gitignore Support, Zed Config

Fixed

  • Dashboard live update — Added Cache-Control: no-cache, no-store, must-revalidate headers to API responses, preventing browser caching of stale data. mcp-live.json now updates on every MCP tool call instead of only during auto-checkpoint
  • ctx_search respects .gitignore — Replaced walkdir with the ignore crate (same library ripgrep uses) in ctx_search, ctx_tree, ctx_graph, and ctx_intent. Next.js projects no longer scan 50k+ files in node_modules/.next. Added ignore_gitignore parameter for opt-out (#6)

Added

  • Zed editor configuration — Added Zed MCP setup instructions to README (#5)
  • ignore crate — Automatic .gitignore support for all file-walking operations

Install

cargo install lean-ctx
# or
brew upgrade lean-ctx
# or
yay -S lean-ctx

Full Changelog: v2.3.0...v2.3.1

Don't miss a new lean-ctx release

NewReleases is sending notifications on new releases.