@adia-ai/a2ui-mcp 0.8.9 → 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 +6 -15
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
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
+
2
8
  ## [0.8.9] — 2026-07-19
3
9
 
4
10
  ### Maintenance
@@ -224,14 +230,12 @@
224
230
 
225
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.
226
232
 
227
-
228
233
  ## [0.6.46] — 2026-05-29
229
234
 
230
235
  ### Maintenance
231
236
 
232
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.
233
238
 
234
-
235
239
  ## [0.6.45] — 2026-05-29
236
240
 
237
241
  ### Maintenance
@@ -488,8 +492,6 @@ _No pending changes._
488
492
 
489
493
  TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
490
494
 
491
-
492
-
493
495
  ## [0.6.3] - 2026-05-18
494
496
 
495
497
  ### v0.6.3 — Lockstep ride-along
@@ -497,8 +499,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
497
499
  TS Phase 5: runtime real declarations (§358) + compose branded IDs.
498
500
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
499
501
 
500
-
501
-
502
502
  ## [0.6.2] - 2026-05-18
503
503
 
504
504
  ### v0.6.2 §357 — TypeScript-first Phase 4: `@adia-ai/a2ui-mcp` sources → `.ts`
@@ -506,8 +506,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
506
506
  `tools/synthesis.ts` + `server.ts`. mcp:smoke OK, generate.mjs end-to-end OK.
507
507
  **No BREAKING changes.**
508
508
 
509
-
510
-
511
509
  ## [0.6.1] - 2026-05-18
512
510
 
513
511
  ### v0.6.1 — Lockstep ride-along
@@ -516,8 +514,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
516
514
  `@adia-ai/a2ui-compose` TS Phase 3 (§355). No source changes in this package.
517
515
  Internal dep ranges stay at `^0.6.0`.
518
516
 
519
-
520
-
521
517
  ## [0.6.0] - 2026-05-18
522
518
 
523
519
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -568,22 +564,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
568
564
 
569
565
  _Lockstep ride-along (no source change)._
570
566
 
571
-
572
567
  ## [0.5.10] - 2026-05-15
573
568
 
574
569
  _Lockstep ride-along (no source change)._
575
570
 
576
-
577
571
  ## [0.5.9] - 2026-05-15
578
572
 
579
573
  _Lockstep ride-along (no source change)._
580
574
 
581
-
582
575
  ## [0.5.8] - 2026-05-15
583
576
 
584
577
  _Lockstep ride-along (no source change)._
585
578
 
586
-
587
579
  ## [0.5.7] - 2026-05-15
588
580
 
589
581
  _Lockstep ride-along (no source change)._
@@ -636,7 +628,6 @@ Runtime behavior unchanged — only the smoke-test probe keyword lists. Closes F
636
628
 
637
629
  ### Added — `eval:diff --report-substitutions` flag (§107a infra, v0.5.2)
638
630
 
639
-
640
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.
641
632
 
642
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.9",
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": {