CKB v7.1.0
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