This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+9 more
Summary
AI summaryAdded change impact analysis, token efficiency visibility, auto index updates, multi-language incremental indexing, and real transitive impact analysis.
Full changelog
See CHANGELOG.md for full release notes.
Key Features in v7.5.0
Change Impact Analysis
Analyze the impact of code changes from git diffs before committing:
ckb impact diff # Analyze working tree changes
ckb impact diff --staged # Analyze only staged changes
ckb impact diff --base=main # Compare against a branch
Features:
- Git diff parsing with symbol mapping
- Confidence levels (1.0 exact definition → 0.3 file-level)
- Aggregated risk scoring
- Actionable recommendations
Token Efficiency Visibility
See CKB's token savings compared to bloated MCP servers:
- Startup banner shows active tools and estimated context
getStatusresponse includes token savings percentage (83% reduction with core preset)--list-presetsflag for preset discoverability
Auto Index Updates
Automatic index maintenance across all CKB interfaces:
ckb index --watch # Watch and auto-reindex (standalone)
ckb mcp --watch # Watch during MCP session
curl -X POST localhost:9120/api/v1/refresh # Webhook trigger
Staleness Visibility:
ckb statusshows commits behind HEAD and index age- MCP
getStatusincludes freshness info
Multi-Language Incremental Indexing
Incremental indexing now supports 5 languages:
- Go (scip-go)
- TypeScript/JavaScript (scip-typescript)
- Python (scip-python)
- Dart (scip_dart)
- Rust (rust-analyzer)
Real Transitive Impact Analysis
The analyzeImpact tool now provides real transitive caller analysis:
- Transitive callers up to depth 4
- Blast radius summary (module count, file count, risk level)
- Confidence decay with depth
🤖 Generated with Claude Code
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
About SimplyLiz/CodeMCP
Code intelligence MCP server with 80+ tools for semantic code search, impact analysis, call graphs, ownership detection, and architectural understanding. Supports Go, TypeScript, Python, Rust, Java via SCIP indexing.
Related context
Beta — feedback welcome: [email protected]