Skip to content

0.24.0 - 2026-08-15

Choose a tag to compare

@github-actions github-actions released this 15 Aug 13:43

Release Notes

Added

  • kb-mcp eval reports a corpus that quotes its own golden set (D-12).

    If you keep notes about the evaluation inside the knowledge base being
    evaluated, a note that quotes a golden query verbatim becomes the strongest
    match for that query — it takes the top slot and pushes the labelled answer
    down. The more you write about the evaluation, the harder it is to pass,
    and until now nothing said so; the one case found on the reference corpus was
    noticed only because someone happened to read the per-query rows.

    Each run now scans the indexed corpus once and reports documents that quote
    two or more distinct golden queries verbatim, on stderr and in
    --format json under findings. The exit code is unchanged — a quote is
    either a note that leaked in or the source the query was written from, in
    which case the document belongs in that query's expected, and only the
    author of the golden set can tell which.

    Requiring two quotes rather than one is the whole design, and it is measured:
    golden queries are often topic names (cross-encoder, torch.compile), which
    appear verbatim in the documents explaining them, so reporting single matches
    produced 8 findings, all false positives, on a healthy 662-document
    corpus — where the rule as shipped produced exactly one, and it was the note
    that was in fact documenting the golden set. Reasoning:
    ADR-0006.

kb-mcp 0.24.0

Download kb-mcp 0.24.0

File Platform Checksum
kb-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kb-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
kb-mcp-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
kb-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

kb-mcp-tray 0.24.0

Download kb-mcp-tray 0.24.0

File Platform Checksum
kb-mcp-tray-x86_64-pc-windows-msvc.zip x64 Windows checksum

kb-mcp-svc 0.24.0

Download kb-mcp-svc 0.24.0

File Platform Checksum
kb-mcp-svc-x86_64-pc-windows-msvc.zip x64 Windows checksum