Skip to content

v0.16.0 — Query Lite and Token Benchmarks

Choose a tag to compare

@nvk nvk released this 10 Jul 01:46

Query Lite

  • Adds one compact, read-only, index-first query protocol shared by Claude Code, Codex, Pi, DS4, portable agents, and a best-effort OpenCode package.
  • Reduces Claude /wiki:query instructions from 12,447 to 3,418 bytes, a 72.54% reduction, and removes edit and shell tools from query mode.
  • Adds explicit-only Codex $wiki-query while keeping full @wiki workflows for research and maintenance.
  • Adds generic pi-wiki-query and isolated pi-ds4-wiki-query launchers with read-only tools and disabled unrelated discovery.

Measured benchmarks and safeguards

  • Adds reproducible Codex app-server, Claude stream-json, and Pi/DS4 benchmark lanes with token, cache, cost, latency, payload, evidence-read, citation, and no-mutation accounting.
  • Adds static context budgets, AB/BA comparisons, and case-file plus fixture-tree SHA-256 gates.
  • A controlled DS4/Pi comparison reduced exact serialized provider payload from 216,640 to 77,338 bytes, a 64.30% reduction, while preserving deterministic quality checks.
  • OpenCode receives generated query packaging, static budgets, and sync tests; live provider/model behavior remains best effort.

Upgrade

  • Claude Code: claude plugin update wiki@llm-wiki, then restart.
  • Codex: codex plugin marketplace upgrade llm-wiki && codex plugin add wiki@llm-wiki, then start a new thread.