Skip to content

v2.11.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 22:15
· 218 commits to main since this release

What's Changed

  • feat(mcp-server): migrate to MCP TS SDK v2, protocol revision 2026-07-28 by @codetalcott in #880
  • fix(core): report the real package version — three surfaces were hardcoded and drifting by @codetalcott in #881
  • fix(vite-plugin,docs): resolve lokascript, and stop pointing docs at packages that do not exist by @codetalcott in #882
  • chore(stubs): claim the bare hyperfixi and lokascript npm names as non-functional placeholders by @codetalcott in #883
  • chore(deps-dev): bump postcss from 8.5.19 to 8.5.25 in /protocol/typescript by @dependabot[bot] in #884
  • chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 by @dependabot[bot] in #892
  • chore(deps): bump brace-expansion from 5.0.8 to 5.0.9 by @dependabot[bot] in #886
  • chore(deps): bump ip-address from 10.2.0 to 10.4.0 by @dependabot[bot] in #888
  • chore(deps): bump hono from 4.12.30 to 4.13.0 by @dependabot[bot] in #887
  • chore(deps-dev): bump undici from 6.27.0 to 6.28.0 by @dependabot[bot] in #885
  • fix(hyperscript-adapter): un-break the e2e suite — vendor _hyperscript 0.9.93, wire into CI by @codetalcott in #895
  • fix(hyperscript-adapter): warn once per lang, drop the marker attribute, deprecate inert fallbackToOriginal by @codetalcott in #896
  • fix(hyperscript-adapter): honor the standard lang cascade in language resolution by @codetalcott in #897
  • refactor(hyperscript-adapter): one preprocessor skeleton, two parse/render hooks, parity-pinned by @codetalcott in #898
  • fix(hyperscript-adapter): translate whole-string first — 2849/3105 → 3105/3105 canonically valid by @codetalcott in #899
  • feat(hyperscript-adapter): host-parser validity gate — invalid renders fall back to the author's text by @codetalcott in #900
  • refactor(hyperscript-adapter): delete the dead split-statement fallback — measured 0 outputs over the corpus by @codetalcott in #901
  • fix(semantic,hyperscript-adapter): burn the slim divergence set 6 → 1 via schema marker data by @codetalcott in #902
  • Hypermedia table enhancement: element-collection write-back, gallery examples, and four system fixes by @codetalcott in #904
  • Fix the CI-invisible @comprehensive failures: hx-live reactivity + put/DocumentFragment by @codetalcott in #905
  • ci(browser-tests): run the comprehensive Playwright tier alongside quick by @codetalcott in #908
  • refactor!: move the domain-DSL family out — consume @lokascript/domains, delete 12 packages by @codetalcott in #909
  • fix(semantic): qu take.recipient — the R1 tail's last take row, closed in the deferral's own filed order by @codetalcott in #910
  • chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 in /clients/go-client in the go-deps group across 1 directory by @dependabot[bot] in #912
  • Agent-era repositioning: roadmap + arcs 1–2 (MCP agent-loop surface, AGENTS.md) by @codetalcott in #914
  • Agent-era arc 3: the loop benchmark — and the silent-failure finding by @codetalcott in #915
  • Agent-era arc 3b: surface the parser's unconsumed-input warnings by @codetalcott in #916
  • Agent-era arc 3b slice 2: inert-shape warnings — silent band to zero parser gaps by @codetalcott in #918
  • Agent-era arc 4: fidelity scorers extracted as semantic/fidelity + scoreFidelity API — no new package by @codetalcott in #919
  • Agent-era arc 5 slice 1: the verified-translation badge by @codetalcott in #920
  • Agent-era arc 5 slice 2: "Show in My Language" — LSP request + VSCode command by @codetalcott in #921
  • fix(ci): purge the moved-out domain family from the release workflows by @codetalcott in #922

Full Changelog: v2.10.0...v2.11.0