github yvgude/lean-ctx v2.7.0
v2.7.0 — Persistent AI Memory, Multi-Agent Sharing & Antigravity

latest releases: v3.9.0, v3.8.18, v3.8.17...
3 months ago

What's New

Persistent AI Memory (ctx_knowledge)

Cross-session project knowledge store. Your AI agents now remember project facts, architecture decisions, API conventions, and coding patterns — permanently.

  • remember — store facts with categories and confidence scores
  • recall — search by text or filter by category
  • pattern — record naming conventions, coding standards
  • consolidate — extract session findings/decisions into permanent knowledge
  • status / remove / export — manage stored knowledge

Multi-Agent Context Sharing (ctx_agent)

Multiple AI agents can now coordinate on the same project via a shared scratchpad:

  • register — register as an agent with type and role
  • post — share findings, warnings, or status updates (broadcast or targeted)
  • read — check for new messages from other agents
  • list / status / info — monitor active agents

Antigravity Editor Support

Added Antigravity (Gemini-based AI IDE) as a fully supported editor in lean-ctx setup, lean-ctx doctor, and the website prompt generator.

Dashboard Improvements

  • New Active Agents panel showing registered agents and scratchpad messages
  • New Project Knowledge panel displaying stored facts and patterns
  • Fixed CEP score calculation — now uses real read-mode diversity and combined compression rate

Code Quality

  • All Clippy warnings resolved
  • Formatting clean (cargo fmt)
  • Version bumped across all 12+ locations

Install / Update

cargo install lean-ctx
brew upgrade lean-ctx
npm install -g lean-ctx-bin

Full changelog: https://github.com/yvgude/lean-ctx/blob/main/CHANGELOG.md
Website: https://leanctx.com

Full Changelog: v2.6.1...v2.7.0

Don't miss a new lean-ctx release

NewReleases is sending notifications on new releases.