Fetching from the wire…
Tools2026-06-08 · source-backed
claude-context (11.8K stars) is an MCP server that indexes your whole codebase into Milvus and exposes hybrid BM25 + dense-vector search to Claude Code and any MCP agent. Ask "find functions that handle user authentication" instead of grepping. Zilliz reports ~40% token reduction at equal retrieval quality, with support for OpenAI, VoyageAI, Ollama, and Gemini embeddings. On a large repo this is the difference between the agent reading three relevant functions and dumping whole files into context.
Each link below shares sources, entities, or timing with this story.
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
This Rust harness (+2,585 stars) competes on resource footprint rather than features: 27.8 MB PSS for a single session with local embedding disabled, claimed 13.9× less than Claude Code and 6× less than jcode's own embedding-enabled mode. Time-to-first-frame 14.0ms against a c...
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
A spec is a press release until someone who didn't write it implements it. GitHub made Agent Plugins 1.0 generally available on August 12 across VS Code, Copilot CLI, the Copilot SDK, and the Copilot app on all plans. The spec, published August 6, was co-authored by AWS, Anysp...
Cherry Studio ships unified access to OpenAI, Anthropic, Gemini, DeepSeek, Qwen, Ollama, and dozens more providers in a single Electron app. Autonomous agent mode, built-in knowledge base, MCP support. It's basically a free, local-first alternative to switching between web int...
The project stores project memory as Markdown with YAML frontmatter in a knowledge/ directory, searches it with in-memory BM25, and exposes it through an embedded MCP server, sitting between ad-hoc CLAUDE.md files and black-box vector stores. It claims 80% token reduction via...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.