Skip to content

CKB v8.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 23:49
39da028

Theme: Reliability, clarity, and compound operations for AI workflows.

See CHANGELOG.md for full release notes.

Key Features in v8.0.0

Compound Operations (5 New Tools)

Reduce AI tool calls by 60-70% with smart aggregation tools:

  • explore — Area exploration (file/directory/module)
  • understand — Symbol deep-dive with ambiguity handling
  • prepareChange — Pre-change impact analysis
  • batchGet — Retrieve up to 50 symbols in one call
  • batchSearch — Execute up to 10 searches in one call

SSE Streaming

Real-time feedback for long-running operations:

  • findReferences and searchSymbols support streaming with stream: true
  • Progress updates, chunked results, and error handling

Enhanced getStatus

System health with actionable remediation guidance:

  • Health tiers: available, degraded, unavailable
  • Index freshness info (commitsBehind, indexAge)
  • Backend latency and capability reporting

Code Analysis Tools

  • findDeadCode — Static dead code detection
  • getAffectedTests — Test coverage mapping
  • compareAPI — Breaking change detection between commits/branches

Structured Error Codes

All MCP errors now include actionable remediation:

  • AMBIGUOUS_QUERY, PARTIAL_RESULT, INVALID_PARAMETER
  • RESOURCE_NOT_FOUND, PRECONDITION_FAILED, OPERATION_FAILED

Response Metadata

All tool responses include structured metadata:

  • ConfidenceFactor — Score explanation with weighted factors
  • CacheInfo — Cache hit/miss transparency

Golden Test Suite

Multi-language test fixtures for regression testing across Go, TypeScript, Python, and Rust.

🤖 Generated with Claude Code