Skip to content

CKB v7.1.0

Choose a tag to compare

@SimplyLiz SimplyLiz released this 20 Dec 12:19

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)
  • searchSymbols works without SCIP index
  • Results include Source: "treesitter" and Confidence: 0.7 for 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
  • --force flag for re-indexing, --dry-run to preview
  • Language-specific troubleshooting tips on failure

Universal MCP Documentation

  • Setup instructions for Claude Code, Cursor, Windsurf, VS Code, OpenCode, Claude Desktop
  • Windows cmd /c wrapper instructions

Files Added

  • internal/symbols/treesitter.go - Tree-sitter symbol extraction
  • internal/symbols/treesitter_test.go - Tests for all 8 languages
  • internal/project/detect.go - Language and indexer detection

Install

npm install -g @tastehub/ckb
# or
npx @tastehub/ckb --help