@adia-ai/llm 0.4.3 → 0.4.5
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 +14 -0
- package/models.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
|
|
9
9
|
_No pending changes._
|
|
10
10
|
|
|
11
|
+
## [0.4.5] - 2026-05-12
|
|
12
|
+
|
|
13
|
+
### Changed — doc-comment refresh (§54)
|
|
14
|
+
|
|
15
|
+
- **`models.js`** — header docstring path-rename `apps/genui/gen-ui-ux/` → `apps/genui/app/factory-chat/`. Cross-doc sweep from the §54 GenUI overhaul rename arc. No API change.
|
|
16
|
+
|
|
17
|
+
## [0.4.4] - 2026-05-12
|
|
18
|
+
|
|
19
|
+
### Ride-along (no source changes)
|
|
20
|
+
|
|
21
|
+
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.4` (14 yaml gap closures from corpus simplification arc), `@adia-ai/a2ui-runtime@0.4.4` (registry expansion +27 web-modules + renderer kebab-case fix), `@adia-ai/a2ui-compose@0.4.4` (composition-library rename + transpiler `<a>` → Link), `@adia-ai/a2ui-corpus@0.4.4` (corpus simplification arc §36–§51), `@adia-ai/a2ui-mcp@0.4.4` (`get_fragment` tool retirement). Source byte-identical to v0.4.3.
|
|
22
|
+
|
|
23
|
+
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.4]`](../../../CHANGELOG.md) for the cut narrative.
|
|
24
|
+
|
|
11
25
|
## [0.4.3] - 2026-05-11
|
|
12
26
|
|
|
13
27
|
### Added
|
package/models.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Shared model catalog — chat-input-ui grouped-options shape.
|
|
3
3
|
*
|
|
4
|
-
* Three consumers (as of 2026-05-06): playgrounds/chat/, apps/genui/
|
|
4
|
+
* Three consumers (as of 2026-05-06): playgrounds/chat/, apps/genui/app/factory-chat/,
|
|
5
5
|
* apps/genui/gen-ui/. Each previously carried a near-identical literal
|
|
6
6
|
* array; this module promotes them to one source.
|
|
7
7
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/llm",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
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": {
|