This release keeps dependencies and maintenance posture current for teams operating this tool.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryMCP startup time reduced from ~116ms to ~13ms via direct JSON import preserving full graph fidelity.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Performance | Medium |
MCP startup time reduced to ~13ms from ~116ms on 175-file project MCP startup time reduced to ~13ms from ~116ms on 175-file project Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Performance | Low |
MCP startup now uses importFromJSON() directly, skipping buildGraph() and disk scan MCP startup now uses importFromJSON() directly, skipping buildGraph() and disk scan Source: granite4.1:30b@2026-07-15-audit Confidence: high |
— |
| Performance | Low |
Projected startup time under 100ms for any project size, scaling with node count only Projected startup time under 100ms for any project size, scaling with node count only Source: granite4.1:30b@2026-07-15-audit Confidence: high |
— |
| Refactor | Low |
Cached startup path changed from JSON.parse to importFromJSON() Cached startup path changed from JSON.parse to importFromJSON() Source: granite4.1:30b@2026-07-15-audit Confidence: high |
— |
Full changelog
Performance
- MCP startup now uses importFromJSON() directly — skips buildGraph() and cross-language disk scan
- Startup time: ~13ms (was ~116ms) on 175-file project
- Projected <100ms at any project size (scales with node count only, zero source-file I/O)
- Full graph fidelity preserved (7,964 nodes vs 7,958 in previous approach)
Changed
- Cached startup path: JSON.parse → importFromJSON() (was: reconstruct ParsedFile[] → buildGraph())
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v1.6.1 Health scores from v1.6.1+ are not directly comparable to earlier versions.
Beta — feedback welcome: [email protected]