@adia-ai/a2ui-mcp 0.5.4 → 0.5.6
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.
- package/CHANGELOG.md +9 -38
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,19 @@ Scope: MCP transport wrapping `@adia-ai/a2ui-compose`. Exposes
|
|
|
6
6
|
generation tools over JSON-RPC for Claude Code, Claude Desktop,
|
|
7
7
|
and other MCP hosts. Engine selector supports both monolithic and
|
|
8
8
|
zettel strategies.
|
|
9
|
-
|
|
10
9
|
## [Unreleased]
|
|
11
10
|
|
|
12
11
|
_No pending changes._
|
|
12
|
+
## [0.5.6] - 2026-05-14
|
|
13
|
+
|
|
14
|
+
_Lockstep ride-along (no source change)._
|
|
15
|
+
## [0.5.5] - 2026-05-14
|
|
16
|
+
|
|
17
|
+
### Changed — lockstep ride-along; no source changes
|
|
18
|
+
|
|
19
|
+
`version`: `0.5.4` → `0.5.5`. Source byte-identical to `0.5.4`.
|
|
13
20
|
|
|
21
|
+
Tracking the v0.5.5 cycle's detector-driven cleanup arcs (§176-§179) + exe.dev LLM Gateway migration (§181-§188) + FEEDBACK-08 closure (§184): see root `CHANGELOG.md` for the full narrative. This package carries no source changes this cycle.
|
|
14
22
|
## [0.5.4] - 2026-05-14
|
|
15
23
|
|
|
16
24
|
### Changed — lockstep ride-along; no source changes
|
|
@@ -22,7 +30,6 @@ Tracking the v0.5.4 cycle's prop-fidelity arcs (§163 transpiler fix,
|
|
|
22
30
|
§164 chunk re-harvest, §165 validator check #19, §166a/b/c audit-script
|
|
23
31
|
family slots 12+13 + smoke shift-left): see root `CHANGELOG.md` for the
|
|
24
32
|
full narrative. This package carries no source changes this cycle.
|
|
25
|
-
|
|
26
33
|
## [0.5.3] - 2026-05-14
|
|
27
34
|
|
|
28
35
|
### Fixed — `smoke:engines` retrieval probe robustness — recursive text walk + retry + secondary-signal acceptance (§158+§159, v0.5.3)
|
|
@@ -46,7 +53,6 @@ The v0.5.2 §125 chunk structural refactor (5 chunks rebuilt: leaderboard-table,
|
|
|
46
53
|
- **`admin dashboard with kpi cards`** — added `page views`, `bounce rate`, `engagement`, `analytics`, `sessions` (matches when zettel returns the dashboard chunks that v0.5.2 §125 favors)
|
|
47
54
|
|
|
48
55
|
Runtime behavior unchanged — only the smoke-test probe keyword lists. Closes F-S1.
|
|
49
|
-
|
|
50
56
|
## [0.5.2] - 2026-05-13
|
|
51
57
|
|
|
52
58
|
### Added — `eval:diff --report-substitutions` flag (§107a infra, v0.5.2)
|
|
@@ -73,19 +79,15 @@ Eval tooling only; no runtime behavior change.
|
|
|
73
79
|
Usage: `npm run eval:diff -- --engine free-form --model claude-opus-4-7 --report-substitutions`.
|
|
74
80
|
|
|
75
81
|
Default unchanged: Haiku 4.5 pin (`claude-haiku-4-5-20251001`) holds when `--model` is unset. Eval tooling only; no runtime behavior change.
|
|
76
|
-
|
|
77
82
|
## [0.5.1] - 2026-05-13
|
|
78
83
|
|
|
79
84
|
_Lockstep ride-along (no source change)._
|
|
80
|
-
|
|
81
85
|
## [0.5.0] - 2026-05-13
|
|
82
86
|
|
|
83
87
|
_Lockstep ride-along (no source change)._
|
|
84
|
-
|
|
85
88
|
## [0.4.9] - 2026-05-13
|
|
86
89
|
|
|
87
90
|
_No pending changes._
|
|
88
|
-
|
|
89
91
|
## [0.4.8] - 2026-05-12
|
|
90
92
|
|
|
91
93
|
### Changed — eval threshold rebaseline + smoke-script alignment (§87, v0.4.8)
|
|
@@ -97,13 +99,11 @@ Companion to `@adia-ai/a2ui-compose@[Unreleased]` §87 zettel `ensureBooted()` r
|
|
|
97
99
|
- **`mcp/scripts/smoke-register-engine.mjs`** — engine-registry coverage adjusted; still 11/11.
|
|
98
100
|
|
|
99
101
|
See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutting arc.
|
|
100
|
-
|
|
101
102
|
## [0.4.7] - 2026-05-12
|
|
102
103
|
|
|
103
104
|
### Changed — smoke + test scripts aligned to post-§72 retrieval surface
|
|
104
105
|
|
|
105
106
|
`scripts/smoke-engine-registry.mjs` retrieval probe set + `scripts/test-a2ui.mjs` (composition-count threshold + spot-checks + intent-gate keyword surface) now exercise the harvested-chunks substrate that survives §72's `corpus/patterns/` + `corpus/compositions/` retirement. Probe for "pricing tiers" dropped (no pricing surface in shipped `/site/`); replaced with "admin dashboard with kpi cards" matching `dashboard-admin-page`. Spot-check names updated to real chunk names (`auth-signin-card-password`, `auth-signup-entry`, `dashboard-admin-page`, `settings-admin-page`). No tool / API change — internal scripts only.
|
|
106
|
-
|
|
107
107
|
## [0.4.6] - 2026-05-12
|
|
108
108
|
|
|
109
109
|
### Changed — patterns surface retired (§64 step 5, 2026-05-12)
|
|
@@ -115,7 +115,6 @@ Companion to `@adia-ai/a2ui-compose@[Unreleased]` + `@adia-ai/a2ui-retrieval@[Un
|
|
|
115
115
|
- **`mcp/scripts/test-a2ui.mjs`** — assertions updated to reflect the post-§64 tool inventory.
|
|
116
116
|
|
|
117
117
|
See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutting §64 arc narrative.
|
|
118
|
-
|
|
119
118
|
## [0.4.5] - 2026-05-12
|
|
120
119
|
|
|
121
120
|
### Ride-along (no source changes)
|
|
@@ -123,7 +122,6 @@ See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutt
|
|
|
123
122
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.5` (§61 CSS subpath exports + CustomEvent.detail sweep across 17 form-bearing primitives + slider reactivity test lock-in + §52 design-tokens export module + UI), `@adia-ai/web-modules@0.4.5` (§61 CSS subpath exports — six cluster `*.css` exports), `@adia-ai/a2ui-compose@0.4.5` (§56 system-prompt CORPUS CONTEXT block in monolithic strategies), `@adia-ai/llm@0.4.5` (§54 doc-comment path refresh). Source byte-identical to v0.4.4.
|
|
124
123
|
|
|
125
124
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.5]`](../../../CHANGELOG.md) for the cut narrative.
|
|
126
|
-
|
|
127
125
|
## [0.4.4] - 2026-05-12
|
|
128
126
|
|
|
129
127
|
### Changed — fragment-retirement follow-through (§37, 2026-05-12)
|
|
@@ -133,7 +131,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
133
131
|
- **`mcp/scripts/test-chunks.mjs` — 1-line tweak.** Threshold adjustment for the post-§40 annotated-chunk world.
|
|
134
132
|
|
|
135
133
|
See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutting arc narrative.
|
|
136
|
-
|
|
137
134
|
## [0.4.3] - 2026-05-11
|
|
138
135
|
|
|
139
136
|
### Ride-along (no source changes)
|
|
@@ -141,7 +138,6 @@ See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutt
|
|
|
141
138
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.3` (input-ui type=number locale + thousands grouping + hold-to-repeat) + `@adia-ai/a2ui-compose@0.4.3` + `@adia-ai/a2ui-retrieval@0.4.3` (process.env browser-compat fix) + `@adia-ai/a2ui-corpus@0.4.3` (catalog regen + chunks re-harvest with new settings-appearance pattern). Source byte-identical to v0.4.2.
|
|
142
139
|
|
|
143
140
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.3]`](../../../CHANGELOG.md) for the cut narrative.
|
|
144
|
-
|
|
145
141
|
## [0.4.2] - 2026-05-11
|
|
146
142
|
|
|
147
143
|
### Added
|
|
@@ -153,7 +149,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
153
149
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.2` (`<input-ui type="number">` rewrite drops native `<input type=number>` wrapping) + `@adia-ai/web-modules@0.4.2` (`<editor-sidebar>` grid-track width-mirror fix + new `<theme-panel>` module). Apart from the script above, source byte-identical to v0.4.1.
|
|
154
150
|
|
|
155
151
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.2]`](../../../CHANGELOG.md) for the cut narrative.
|
|
156
|
-
|
|
157
152
|
## [0.4.1] - 2026-05-10
|
|
158
153
|
|
|
159
154
|
### Ride-along (no source changes)
|
|
@@ -161,7 +156,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
161
156
|
Lockstep PATCH cut alongside `@adia-ai/web-modules@0.4.1` (simple cluster) + `@adia-ai/a2ui-validator@0.4.1` (Phase 3 foundation) + `@adia-ai/a2ui-corpus@0.4.1` (fragment metrics reconciliation). Source byte-identical to v0.4.0.
|
|
162
157
|
|
|
163
158
|
Internal `@adia-ai/*` dep ranges bumped from `^0.4.0` to `^0.4.1`. See root [CHANGELOG.md `## [0.4.1]`](../../../CHANGELOG.md) for the cut narrative.
|
|
164
|
-
|
|
165
159
|
## [0.4.0] - 2026-05-10
|
|
166
160
|
|
|
167
161
|
### Ride-along (no source changes)
|
|
@@ -169,25 +163,21 @@ Internal `@adia-ai/*` dep ranges bumped from `^0.4.0` to `^0.4.1`. See root [CHA
|
|
|
169
163
|
Lockstep MINOR cut alongside `@adia-ai/web-modules@0.4.0` (ADR-0024 legacy shell shapes retired). Source byte-identical to v0.3.6.
|
|
170
164
|
|
|
171
165
|
Internal `@adia-ai/*` dep ranges bumped from `^0.3.0` to `^0.4.0`. See root [CHANGELOG.md `## [0.4.0]`](../../../CHANGELOG.md) for the cut narrative.
|
|
172
|
-
|
|
173
166
|
## [0.3.6] - 2026-05-10
|
|
174
167
|
|
|
175
168
|
### Ride-along (no source changes)
|
|
176
169
|
|
|
177
170
|
Lockstep version bump only — source byte-identical to v0.3.5. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.6]`](../../../CHANGELOG.md) for the cut narrative.
|
|
178
|
-
|
|
179
171
|
## [0.3.5] - 2026-05-07
|
|
180
172
|
|
|
181
173
|
### Ride-along (no source changes)
|
|
182
174
|
|
|
183
175
|
Lockstep version bump only — source byte-identical to v0.3.4. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.5]`](../../../CHANGELOG.md) for the cut narrative.
|
|
184
|
-
|
|
185
176
|
## [0.3.4] - 2026-05-07
|
|
186
177
|
|
|
187
178
|
### Ride-along (no source changes)
|
|
188
179
|
|
|
189
180
|
Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.4]`](../../../CHANGELOG.md) for the cut narrative.
|
|
190
|
-
|
|
191
181
|
## [0.3.3] - 2026-05-07
|
|
192
182
|
|
|
193
183
|
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` ranges stay at `^0.3.0` (patch-cut asymmetry — caret floats `0.3.x`).
|
|
@@ -225,7 +215,6 @@ Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-
|
|
|
225
215
|
- **`scripts/smoke-issues.mjs`** — extended `AUTO_FIRE_POLICY exports
|
|
226
216
|
expected reasons` test to include the new
|
|
227
217
|
`iteration-synthesis-failure` reason (62/62 pass).
|
|
228
|
-
|
|
229
218
|
## [0.3.2] - 2026-05-06
|
|
230
219
|
|
|
231
220
|
**9-package lockstep patch cut to v0.3.2.** All lockstep members share
|
|
@@ -251,7 +240,6 @@ Internal `@adia-ai/*` dep ranges unchanged at `^0.3.0`.
|
|
|
251
240
|
### Changed
|
|
252
241
|
|
|
253
242
|
- `version`: `0.3.1` → `0.3.2`.
|
|
254
|
-
|
|
255
243
|
## [0.3.1] - 2026-05-06
|
|
256
244
|
|
|
257
245
|
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
@@ -262,7 +250,6 @@ This package itself ships **no source changes** in v0.3.1. The cut bumps version
|
|
|
262
250
|
|
|
263
251
|
- `version`: `0.3.0` → `0.3.1`.
|
|
264
252
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
265
|
-
|
|
266
253
|
## [0.3.0] - 2026-05-05
|
|
267
254
|
|
|
268
255
|
**9-package lockstep cut + new `@adia-ai/llm` dep.** All 9 published `@adia-ai/*` packages bump 0.2.5 → 0.3.0 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges bump `^0.2.0` → `^0.3.0`.
|
|
@@ -288,7 +275,6 @@ If you depend on `@adia-ai/a2ui-mcp` directly (typically as a CLI via `npx adiau
|
|
|
288
275
|
```
|
|
289
276
|
|
|
290
277
|
`@adia-ai/llm` is a transitive dep — npm install handles it.
|
|
291
|
-
|
|
292
278
|
## [0.2.5] - 2026-05-04
|
|
293
279
|
|
|
294
280
|
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.4 → 0.2.5 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.5 under semver — patch-cut asymmetry).
|
|
@@ -299,7 +285,6 @@ This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive conte
|
|
|
299
285
|
|
|
300
286
|
- `version`: `0.2.4` → `0.2.5`.
|
|
301
287
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.2.0` (covers `0.2.5` under semver — patch-cut asymmetry).
|
|
302
|
-
|
|
303
288
|
## [0.2.4] - 2026-05-04
|
|
304
289
|
|
|
305
290
|
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.4 under semver — patch-cut asymmetry).
|
|
@@ -318,7 +303,6 @@ _Nothing yet._
|
|
|
318
303
|
---
|
|
319
304
|
|
|
320
305
|
---
|
|
321
|
-
|
|
322
306
|
## [0.2.3] - 2026-05-04
|
|
323
307
|
|
|
324
308
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
@@ -336,7 +320,6 @@ Patch cut — no breaking changes.
|
|
|
336
320
|
### No source changes
|
|
337
321
|
|
|
338
322
|
`@adia-ai/a2ui-mcp` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
|
|
339
|
-
|
|
340
323
|
## [0.2.2] - 2026-05-02
|
|
341
324
|
|
|
342
325
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
@@ -355,7 +338,6 @@ Patch cut — no breaking changes.
|
|
|
355
338
|
`a2ui-mcp` source is byte-identical to `0.2.1`. The cut bumps version + tracks dep ranges only. Consumers benefit from the panel-emission improvements that landed in `@adia-ai/a2ui-compose@0.2.2` and `@adia-ai/a2ui-retrieval@0.2.2` — the MCP `compose_from_chunks` and refine paths surface them automatically.
|
|
356
339
|
|
|
357
340
|
---
|
|
358
|
-
|
|
359
341
|
## [0.2.1] - 2026-05-02
|
|
360
342
|
|
|
361
343
|
**Lockstep cut + `report_issue` trigger phrases + scope-drift auto-fire on canvas-drift detection.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
@@ -386,7 +368,6 @@ Tool return shape extended with `markdown_path` alongside the existing `path` (.
|
|
|
386
368
|
### Added — `compose_from_chunks` auto-fires `scope-drift` on canvas-drift detection (2026-05-02)
|
|
387
369
|
|
|
388
370
|
When the composer's scope-drift gate (a2ui-compose) flags `result.scopeDrift.drift === true`, the MCP handler auto-fires a `scope-drift` issue with `trace: 'full'`, writing both the JSON ticket and the high-res Markdown report. Tool response also echoes `scopeDrift` so the calling agent can read the ratio + decide its next move. Closes the original MCP feedback's "next time canvas-drift happens, a ticket files itself" ask.
|
|
389
|
-
|
|
390
371
|
## [0.2.0] - 2026-05-02
|
|
391
372
|
|
|
392
373
|
**Lockstep cut + corpus caret-lock fix.** All 8 published `@adia-ai/*`
|
|
@@ -423,7 +404,6 @@ internal deps in this package.
|
|
|
423
404
|
Consumers who want the substantive 0.1.3 work (`compose_from_chunks`
|
|
424
405
|
eval runner + 20-intent hold-out set) get it via either 0.1.3 or
|
|
425
406
|
0.2.0 — and 0.2.0 additionally installs the correct corpus version.
|
|
426
|
-
|
|
427
407
|
## [0.1.3] - 2026-05-02
|
|
428
408
|
|
|
429
409
|
Additive — `compose_from_chunks` eval runner + hold-out set. No
|
|
@@ -461,7 +441,6 @@ BREAKING changes.
|
|
|
461
441
|
set ships in the published tarball.
|
|
462
442
|
|
|
463
443
|
---
|
|
464
|
-
|
|
465
444
|
## [0.1.2] - 2026-05-01
|
|
466
445
|
|
|
467
446
|
Phase 2 of [`docs/specs/semantic-validator.md`](../../../docs/specs/semantic-validator.md)
|
|
@@ -536,7 +515,6 @@ Per [`docs/specs/semantic-validator.md`](../../../docs/specs/semantic-validator.
|
|
|
536
515
|
- [`scripts/semantic-stats.mjs`](scripts/semantic-stats.mjs) —
|
|
537
516
|
unchanged from v0.1.1; remains the validation tool for future
|
|
538
517
|
threshold revalidation passes
|
|
539
|
-
|
|
540
518
|
## [0.1.1] - 2026-05-01
|
|
541
519
|
|
|
542
520
|
Phase 2 of [`docs/specs/semantic-validator.md`](../../../docs/specs/semantic-validator.md)
|
|
@@ -603,7 +581,6 @@ node packages/a2ui/mcp/scripts/semantic-stats.mjs \
|
|
|
603
581
|
### Commits
|
|
604
582
|
|
|
605
583
|
- `8415ff9e` — `feat(validator): semantic Phase 2 — opt-in combined-gating + drift cleanup`
|
|
606
|
-
|
|
607
584
|
## [0.1.0] - 2026-04-28
|
|
608
585
|
|
|
609
586
|
**Multi-turn gen-UI tool surface (Phase A code-complete).** Adds three new
|
|
@@ -702,7 +679,6 @@ on output as standard `updateComponents` A2UI messages with
|
|
|
702
679
|
component-tree shape upgrade is queued for Phase B.
|
|
703
680
|
|
|
704
681
|
---
|
|
705
|
-
|
|
706
682
|
## [0.0.5] - 2026-04-28
|
|
707
683
|
|
|
708
684
|
**Retires the legacy exemplar auto-ingest.** Server boot no longer pulls
|
|
@@ -734,7 +710,6 @@ component-tree shape upgrade is queued for Phase B.
|
|
|
734
710
|
ingest round trip) and a smaller in-memory pattern library.
|
|
735
711
|
|
|
736
712
|
---
|
|
737
|
-
|
|
738
713
|
## [0.0.4] - 2026-04-28
|
|
739
714
|
|
|
740
715
|
Dependency-only bump to pull `@adia-ai/a2ui-corpus@^0.0.5` (one fewer
|
|
@@ -747,7 +722,6 @@ from the refreshed embedding index.
|
|
|
747
722
|
- Bumps `@adia-ai/a2ui-corpus` requirement from `^0.0.4` to `^0.0.5`.
|
|
748
723
|
|
|
749
724
|
---
|
|
750
|
-
|
|
751
725
|
## [0.0.3] - 2026-04-28
|
|
752
726
|
|
|
753
727
|
Same-day follow-up to `0.0.2` shipped earlier today. Wires the corpus
|
|
@@ -800,7 +774,6 @@ don't have a 1:1 chunk and exercises the slot-validator path correctly.
|
|
|
800
774
|
- Bumps `@adia-ai/a2ui-corpus` requirement from `^0.0.3` to `^0.0.4`.
|
|
801
775
|
|
|
802
776
|
---
|
|
803
|
-
|
|
804
777
|
## [0.0.2] - 2026-04-28
|
|
805
778
|
|
|
806
779
|
Adds **gen-UI training-chunk tools** that expose the new chunk corpus
|
|
@@ -866,7 +839,6 @@ before HTML is materialized.
|
|
|
866
839
|
several stale mappings that diverged from the runtime registry.
|
|
867
840
|
|
|
868
841
|
---
|
|
869
|
-
|
|
870
842
|
## [0.0.1] - 2026-04-24
|
|
871
843
|
|
|
872
844
|
First public release. MCP server that wraps the compose engine and
|
|
@@ -905,7 +877,6 @@ exposes A2UI generation tools over JSON-RPC.
|
|
|
905
877
|
- `npm run test:a2ui` — 19 passed, 0 failed, 1 skipped (thinking-mode test is `--thinking` opt-in).
|
|
906
878
|
|
|
907
879
|
---
|
|
908
|
-
|
|
909
880
|
## [0.1.0] — internal baseline (unreleased)
|
|
910
881
|
|
|
911
882
|
Initial version at the time the monorepo was established. Contains:
|
package/package.json
CHANGED