-
v2.21.11: fix dashboard, doctor false positives, MCP reliability (#72)
Release / Build aarch64-apple-darwin (push) Has been cancelledRelease / Build x86_64-apple-darwin (push) Has been cancelledRelease / Build aarch64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-unknown-linux-musl (push) Has been cancelledRelease / Build x86_64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-pc-windows-msvc (push) Has been cancelledRelease / Create Release (push) Has been cancelledRelease / Publish to crates.io (push) Has been cancelledRelease / Publish to npm (push) Has been cancelled发布于
2026-04-09 16:48:20 +00:00 Wave 1 Intelligence Layer + Issue #72 Fixes:
Fixes:
- doctor: validate MCP JSON structure (not just string search), report
broken configs per-IDE, honest stats.json check - dashboard: actionable troubleshooting checklist in empty state
- session: create on MCP initialize (not only after tool call batch)
- tool logging: always log tool calls (not only >100ms)
- macOS: re-sign binary after install/update (fixes _dyld_start hang)
Wave 1 — Semantic Intelligence:
- Embedding engine (all-MiniLM-L6-v2 ONNX, auto-download)
- Custom WordPiece tokenizer with code-aware pre-tokenization
- AST-aware chunking via Tree-sitter
- Hybrid search (BM25 + dense embeddings, RRF fusion)
- Incremental embedding index with content hashing
- OpenTelemetry-style telemetry (lock-free metrics)
- Provider cache awareness
- File watcher for automatic re-indexing
- Downstream task evaluation framework (Precision@K, MRR, nDCG)
- Comprehensive E2E test suite (51 tests)
Made-with: Cursor
下载附件
- doctor: validate MCP JSON structure (not just string search), report