@adia-ai/a2ui-mcp 0.8.8 → 0.8.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -15
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,15 @@
1
1
  # Changelog — @adia-ai/a2ui-mcp
2
+
3
+ ## [0.8.10] — 2026-07-20
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.10 work shipped in tag-ui accent variant, dialog-scrim/card-ui fixes; adia-charts/adia-tables skills. See `packages/web-components/CHANGELOG.md#0810--2026-07-20` for details.
7
+
8
+ ## [0.8.9] — 2026-07-19
9
+
10
+ ### Maintenance
11
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.9 work shipped in select-ui mark visual (gh#339); release-tooling hardened (branch creation, settle-wait poll, pr-bridge draft guard). See `packages/web-components/CHANGELOG.md#unreleased` for details.
12
+
2
13
  ## [0.8.8] — 2026-07-19
3
14
 
4
15
  ### Maintenance
@@ -219,14 +230,12 @@
219
230
 
220
231
  - **Lockstep version bump only.** Substantive v0.6.47 in `@adia-ai/web-components` (`<card-ui>` `[grow]` section attribute) and `@adia-ai/a2ui-corpus` (chunk re-harvest). See those packages CHANGELOGs.
221
232
 
222
-
223
233
  ## [0.6.46] — 2026-05-29
224
234
 
225
235
  ### Maintenance
226
236
 
227
237
  - **Lockstep version bump only.** Substantive v0.6.46 in `@adia-ai/web-components` (56 trait pages + slot docs + bleed/token fixes) and `@adia-ai/a2ui-corpus` (chunk re-harvest). See those packages CHANGELOGs.
228
238
 
229
-
230
239
  ## [0.6.45] — 2026-05-29
231
240
 
232
241
  ### Maintenance
@@ -483,8 +492,6 @@ _No pending changes._
483
492
 
484
493
  TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
485
494
 
486
-
487
-
488
495
  ## [0.6.3] - 2026-05-18
489
496
 
490
497
  ### v0.6.3 — Lockstep ride-along
@@ -492,8 +499,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
492
499
  TS Phase 5: runtime real declarations (§358) + compose branded IDs.
493
500
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
494
501
 
495
-
496
-
497
502
  ## [0.6.2] - 2026-05-18
498
503
 
499
504
  ### v0.6.2 §357 — TypeScript-first Phase 4: `@adia-ai/a2ui-mcp` sources → `.ts`
@@ -501,8 +506,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
501
506
  `tools/synthesis.ts` + `server.ts`. mcp:smoke OK, generate.mjs end-to-end OK.
502
507
  **No BREAKING changes.**
503
508
 
504
-
505
-
506
509
  ## [0.6.1] - 2026-05-18
507
510
 
508
511
  ### v0.6.1 — Lockstep ride-along
@@ -511,8 +514,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
511
514
  `@adia-ai/a2ui-compose` TS Phase 3 (§355). No source changes in this package.
512
515
  Internal dep ranges stay at `^0.6.0`.
513
516
 
514
-
515
-
516
517
  ## [0.6.0] - 2026-05-18
517
518
 
518
519
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -563,22 +564,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
563
564
 
564
565
  _Lockstep ride-along (no source change)._
565
566
 
566
-
567
567
  ## [0.5.10] - 2026-05-15
568
568
 
569
569
  _Lockstep ride-along (no source change)._
570
570
 
571
-
572
571
  ## [0.5.9] - 2026-05-15
573
572
 
574
573
  _Lockstep ride-along (no source change)._
575
574
 
576
-
577
575
  ## [0.5.8] - 2026-05-15
578
576
 
579
577
  _Lockstep ride-along (no source change)._
580
578
 
581
-
582
579
  ## [0.5.7] - 2026-05-15
583
580
 
584
581
  _Lockstep ride-along (no source change)._
@@ -631,7 +628,6 @@ Runtime behavior unchanged — only the smoke-test probe keyword lists. Closes F
631
628
 
632
629
  ### Added — `eval:diff --report-substitutions` flag (§107a infra, v0.5.2)
633
630
 
634
-
635
631
  `packages/a2ui/mcp/scripts/eval-diff.mjs` learns a new `--report-substitutions` flag. When set, captures per-intent substitution data from free-form plans (available substitutable nodes across resolved ingredients vs substitutions the LLM actually emitted) + emits a `## Substitution coverage (§107a)` section in `diff.md` with overall ratio + 3-bucket histogram (<30% / 30-50% / ≥50%) + top-20 under-substitution table.
636
632
 
637
633
  Drives the F1-plateau question for v0.5.2: ratio <30% → §125 catalog-text sweep + §126 prompt iteration are high-leverage. Ratio >50% → F1 plateau is structural (catalog content or scorer artifact), revise the F1-lift plan.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-mcp",
3
- "version": "0.8.8",
3
+ "version": "0.8.10",
4
4
  "description": "AdiaUI A2UI MCP server. Exposes the compose engine over MCP with an engine selector for monolithic + zettel strategies.",
5
5
  "type": "module",
6
6
  "bin": {