@adia-ai/llm 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.
- package/CHANGELOG.md +5 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
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
|
+
|
|
3
8
|
## [0.8.9] — 2026-07-19
|
|
4
9
|
|
|
5
10
|
### Maintenance
|
|
@@ -224,14 +229,12 @@ Ride-along PATCH cut — no changes this cycle.
|
|
|
224
229
|
|
|
225
230
|
- **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
231
|
|
|
227
|
-
|
|
228
232
|
## [0.6.46] — 2026-05-29
|
|
229
233
|
|
|
230
234
|
### Maintenance
|
|
231
235
|
|
|
232
236
|
- **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
237
|
|
|
234
|
-
|
|
235
238
|
## [0.6.45] — 2026-05-29
|
|
236
239
|
|
|
237
240
|
### Maintenance
|
|
@@ -462,8 +465,6 @@ _No pending changes._
|
|
|
462
465
|
|
|
463
466
|
TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
|
|
464
467
|
|
|
465
|
-
|
|
466
|
-
|
|
467
468
|
## [0.6.3] - 2026-05-18
|
|
468
469
|
|
|
469
470
|
### v0.6.3 — Lockstep ride-along
|
|
@@ -471,8 +472,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
|
|
|
471
472
|
TS Phase 5: runtime real declarations (§358) + compose branded IDs.
|
|
472
473
|
No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
473
474
|
|
|
474
|
-
|
|
475
|
-
|
|
476
475
|
## [0.6.2] - 2026-05-18
|
|
477
476
|
|
|
478
477
|
### v0.6.2 — Lockstep ride-along
|
|
@@ -480,8 +479,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
|
480
479
|
TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
|
|
481
480
|
No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
482
481
|
|
|
483
|
-
|
|
484
|
-
|
|
485
482
|
## [0.6.1] - 2026-05-18
|
|
486
483
|
|
|
487
484
|
### v0.6.1 §353 — TypeScript-first Phase 2: `@adia-ai/llm` source → `.ts`
|
|
@@ -493,8 +490,6 @@ Published import paths unchanged. No runtime behaviour change.
|
|
|
493
490
|
|
|
494
491
|
**No BREAKING changes.** Internal dep ranges stay at `^0.6.0`.
|
|
495
492
|
|
|
496
|
-
|
|
497
|
-
|
|
498
493
|
## [0.6.0] - 2026-05-18
|
|
499
494
|
|
|
500
495
|
_Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
|
|
@@ -547,22 +542,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
|
|
|
547
542
|
|
|
548
543
|
_Lockstep ride-along (no source change)._
|
|
549
544
|
|
|
550
|
-
|
|
551
545
|
## [0.5.10] - 2026-05-15
|
|
552
546
|
|
|
553
547
|
_Lockstep ride-along (no source change)._
|
|
554
548
|
|
|
555
|
-
|
|
556
549
|
## [0.5.9] - 2026-05-15
|
|
557
550
|
|
|
558
551
|
_Lockstep ride-along (no source change)._
|
|
559
552
|
|
|
560
|
-
|
|
561
553
|
## [0.5.8] - 2026-05-15
|
|
562
554
|
|
|
563
555
|
_Lockstep ride-along (no source change)._
|
|
564
556
|
|
|
565
|
-
|
|
566
557
|
## [0.5.7] - 2026-05-15
|
|
567
558
|
|
|
568
559
|
_Lockstep ride-along (no source change)._
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/llm",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.10",
|
|
4
4
|
"description": "Provider-agnostic LLM client \u2014 anthropic / openai / gemini adapters with a unified chat() + streamChat() facade. Used by AdiaUI's chat-shell and the A2UI generation pipeline; works in browser (with proxyUrl) and Node.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|