@adia-ai/llm 0.7.24 → 0.7.26
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 +16 -6
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.26] — 2026-07-04
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.26 work shipped in variant="outline" retired as the reach-for-secondary generation-time habit. See `packages/a2ui/compose/CHANGELOG.md#unreleased` for details.
|
|
7
|
+
|
|
8
|
+
## [0.7.25] — 2026-07-03
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.25 work shipped in accordion-ui variant="flat|contained" posture + 2 footnote fixes + keyboard a11y. See `packages/web-components/CHANGELOG.md#0725--2026-07-03` for details.
|
|
12
|
+
|
|
3
13
|
## [0.7.24] — 2026-07-01
|
|
4
14
|
|
|
5
15
|
### Maintenance
|
|
@@ -317,7 +327,7 @@
|
|
|
317
327
|
## [0.6.15] — 2026-05-21
|
|
318
328
|
|
|
319
329
|
### Maintenance
|
|
320
|
-
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.6.15 work shipped in `@adia-ai/web-components` — `installIconLoaders` shape-detects malformed flat globs (FB-07 auto-promote + warn), `icons-phosphor.js` surfaces silent-fail diagnostics (FB-08), and docs/skill examples corrected (FB-09). See `packages/web-components/CHANGELOG.md#0615--2026-05-21` for details.
|
|
330
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.6.15 work shipped in `@adia-ai/web-components` — `installIconLoaders` shape-detects malformed flat globs (FB-07 auto-promote + warn), `icons-phosphor.js` surfaces silent-fail diagnostics (FB-08), and .claude/docs/skill examples corrected (FB-09). See `packages/web-components/CHANGELOG.md#0615--2026-05-21` for details.
|
|
321
331
|
|
|
322
332
|
## [0.6.14] — 2026-05-21
|
|
323
333
|
|
|
@@ -513,7 +523,7 @@ Deleted:
|
|
|
513
523
|
|
|
514
524
|
These existed to proxy LLM API calls from the browser to upstream providers (Anthropic/OpenAI/Google) with API key injection, model allowlist enforcement, max_tokens ceiling, origin/referer scrub. The §181 implementation predated the discovery that exe.dev (the platform hosting `ui-kit.exe.xyz`) provides this natively at `http://169.254.169.254/gateway/llm/<provider>/<rest>`.
|
|
515
525
|
|
|
516
|
-
**Production deployment** routes `/api/llm/*` via Caddy reverse_proxy to the exe.dev gateway (see `infra/caddy/llm-gateway.snippet` +
|
|
526
|
+
**Production deployment** routes `/api/llm/*` via Caddy reverse_proxy to the exe.dev gateway (see `infra/caddy/llm-gateway.snippet` + `.claude/docs/guides/production-llm-proxy-deployment.md`). The browser code path (`packages/llm/llm-bridge.js`) is unchanged — relative `/api/llm/anthropic/v1/messages` resolves identically; Caddy intercepts before this server sees the request.
|
|
517
527
|
|
|
518
528
|
**Local dev (`npm run dev`) unchanged**: Vite proxy at `vite.config.js:38-80` continues to use the developer's own `ANTHROPIC_API_KEY`. The gateway is link-local (`169.254.169.254`), VM-internal only; localhost dev doesn't reach it.
|
|
519
529
|
|
|
@@ -633,7 +643,7 @@ Lockstep version bump only — source byte-identical to v0.3.4. Internal `@adia-
|
|
|
633
643
|
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.
|
|
634
644
|
## [0.3.3] - 2026-05-07
|
|
635
645
|
|
|
636
|
-
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [
|
|
646
|
+
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`.claude/docs/specs/package-architecture.md` § 15](../../.claude/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`).
|
|
637
647
|
|
|
638
648
|
### Fixed
|
|
639
649
|
|
|
@@ -674,7 +684,7 @@ Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-
|
|
|
674
684
|
## [0.3.2] - 2026-05-06
|
|
675
685
|
|
|
676
686
|
**9-package lockstep patch cut to v0.3.2.** All lockstep members share
|
|
677
|
-
one version per [
|
|
687
|
+
one version per [`.claude/docs/specs/package-architecture.md` § 15](../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
678
688
|
Internal `@adia-ai/*` dep ranges unchanged at `^0.3.0`.
|
|
679
689
|
|
|
680
690
|
### No source changes
|
|
@@ -687,7 +697,7 @@ version only.
|
|
|
687
697
|
- `version`: `0.3.1` → `0.3.2`.
|
|
688
698
|
## [0.3.1] - 2026-05-06
|
|
689
699
|
|
|
690
|
-
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [
|
|
700
|
+
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [`.claude/docs/specs/package-architecture.md` § 15](../../.claude/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).
|
|
691
701
|
|
|
692
702
|
This package itself ships **no source changes** in v0.3.1. The cut bumps version only — substantive content lives in [`@adia-ai/web-components`](https://github.com/adiahealth/gen-ui-kit/releases/tag/web-components-v0.3.1) (folder-per-trait restructure; barrel API unchanged).
|
|
693
703
|
|
|
@@ -697,7 +707,7 @@ This package itself ships **no source changes** in v0.3.1. The cut bumps version
|
|
|
697
707
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
698
708
|
## [0.3.0] - 2026-05-05
|
|
699
709
|
|
|
700
|
-
**Initial release as the 9th `@adia-ai/*` lockstep package.** Joins the lockstep at the cut version. All 9 published `@adia-ai/*` packages now share one version, governed by [
|
|
710
|
+
**Initial release as the 9th `@adia-ai/*` lockstep package.** Joins the lockstep at the cut version. All 9 published `@adia-ai/*` packages now share one version, governed by [`.claude/docs/specs/package-architecture.md` § 15](../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
701
711
|
|
|
702
712
|
### Added
|
|
703
713
|
|
package/README.md
CHANGED
|
@@ -146,9 +146,9 @@ the platform handles auth, billing, model selection.
|
|
|
146
146
|
The AdiaUI repo demonstrates this pattern. `infra/caddy/llm-gateway.snippet`
|
|
147
147
|
holds a drop-in Caddyfile fragment for exe.dev VMs. The §188 (v0.5.5)
|
|
148
148
|
arc deleted ~155 LOC of hand-rolled passthrough from `server.js` in
|
|
149
|
-
favor of this approach. See
|
|
150
|
-
+
|
|
151
|
-
recipe and
|
|
149
|
+
favor of this approach. See `.claude/docs/specs/exe-dev-platform-reference.md`
|
|
150
|
+
+ `.claude/docs/guides/production-llm-proxy-deployment.md` for the full
|
|
151
|
+
recipe and `.claude/docs/journal/2026/05/2026-05-14.md §185-§188` for the
|
|
152
152
|
architectural migration arc.
|
|
153
153
|
|
|
154
154
|
**Stage 0b recon checklist**: before hand-rolling a proxy, check whether
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/llm",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.26",
|
|
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": {
|