Tools
codebase-memory-mcp v0.10.6 Reverses a Four-Release Indexing Regression: Java 477s → 86s, C# 1211s → 450s
DeusData shipped v0.10.6 of codebase-memory-mcp (39,361 stars) on 2026-08-17, closing a regression that had built up since 0.10.0 where per-file work scaled with the whole corpus. Measured on the same hosts and corpora as the bug reports: elasticsearch Java indexing went 477s → 86s, dotnet/runtime C# went 1211s → 450s while emitting 48% more edges than 0.9.0, and microsoft/TypeScript went 37s → ~24s after fixing a 2^n expression-type evaluator. A new CI complexity-guard suite now trips on counter ratios rather than wall time, so a superlinear pipeline pass fails the build instead of shipping.
Source
↳ Follow the thread