This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+9 more
Summary
AI summaryAdded Grok support in setup wizard, MCP Registry field to package.json, and expanded NFR test scenarios.
Full changelog
Added
Grok Support in ckb setup
Grok is now a supported AI coding tool in the setup wizard:
ckb setup --tool=grok # project-level (.grok/settings.json)
ckb setup --tool=grok --global # global (~/.grok/user-settings.json)
Uses grok mcp add CLI when available, falls back to file-based configuration.
MCP Registry Support
Added mcpName field to npm package.json for publishing to the official MCP Registry (io.github.simplyliz/ckb).
Compound Tool NFR Scenarios
NFR test suite expanded from 28 to 39 scenarios, adding coverage for v8.0 compound tools:
explore(small, large)understand(small, large)prepareChange(small, large)batchGet(small, large)batchSearch(small, medium, large)
Changed
Dynamic NFR Baselines
NFR tests now compare PR results against the base branch (dynamic baseline) instead of static hardcoded values. Two parallel CI jobs run the tests on both HEAD and base, then a comparison job reports regressions.
NFR Tests Scope
NFR tests now only run on PRs targeting main, reducing CI noise on feature branches.
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]