This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+9 more
Summary
AI summaryTree-sitter symbol extraction adds fallback for eight languages without needing a SCIP index.
Full changelog
Zero-Friction Operation
CKB v7.1 enables code intelligence without requiring a SCIP index upfront.
New Features
Tree-sitter Symbol Fallback
- Symbol extraction for 8 languages (Go, TypeScript, JavaScript, TSX, Python, Rust, Java, Kotlin)
searchSymbolsworks without SCIP index- Results include
Source: "treesitter"andConfidence: 0.7for transparency
ckb index Command
- Auto-detects project language from manifests (go.mod, package.json, Cargo.toml, etc.)
- Checks if SCIP indexer is installed, shows install instructions if not
--forceflag for re-indexing,--dry-runto preview- Language-specific troubleshooting tips on failure
Universal MCP Documentation
- Setup instructions for Claude Code, Cursor, Windsurf, VS Code, OpenCode, Claude Desktop
- Windows
cmd /cwrapper instructions
Files Added
internal/symbols/treesitter.go- Tree-sitter symbol extractioninternal/symbols/treesitter_test.go- Tests for all 8 languagesinternal/project/detect.go- Language and indexer detection
Install
npm install -g @tastehub/ckb
# or
npx @tastehub/ckb --help
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]