Skip to content

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

Choose a tag to compare

@yvgude yvgude released this 26 Mar 21:01

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