v2.3.1 — Dashboard Live Fix, .gitignore Support, Zed Config
Fixed
- Dashboard live update — Added
Cache-Control: no-cache, no-store, must-revalidateheaders to API responses, preventing browser caching of stale data.mcp-live.jsonnow updates on every MCP tool call instead of only during auto-checkpoint - ctx_search respects .gitignore — Replaced
walkdirwith theignorecrate (same library ripgrep uses) inctx_search,ctx_tree,ctx_graph, andctx_intent. Next.js projects no longer scan 50k+ files innode_modules/.next. Addedignore_gitignoreparameter for opt-out (#6)
Added
- Zed editor configuration — Added Zed MCP setup instructions to README (#5)
ignorecrate — Automatic.gitignoresupport for all file-walking operations
Install
cargo install lean-ctx
# or
brew upgrade lean-ctx
# or
yay -S lean-ctxFull Changelog: v2.3.0...v2.3.1