@adia-ai/agent 0.8.39 → 0.8.41
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 +10 -0
- package/frame.d.ts +3 -2
- package/frame.d.ts.map +1 -1
- package/frame.js +3 -2
- package/frame.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.41] — 2026-08-17
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Comment-only terminology touch (gh#1354, REQ-018).** `src/frame.ts`'s framing docstring adopts the A2UI v1.0-Candidate renderer→agent vocabulary (`rendererFunctionResponse`); no code or API change. Part of the estate-wide Candidate terminology sweep (PR #1472).
|
|
7
|
+
|
|
8
|
+
## [0.8.40] — 2026-08-15
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the lockstep version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.40 work shipped in the ADR-0052/0053/0054/0056 attribute-grammar and token-convention breaking wave. See `packages/web-components/CHANGELOG.md#0840--2026-08-15` for details.
|
|
12
|
+
|
|
3
13
|
## [0.8.39] — 2026-08-15
|
|
4
14
|
|
|
5
15
|
### Maintenance
|
package/frame.d.ts
CHANGED
|
@@ -11,8 +11,9 @@
|
|
|
11
11
|
* them out BEFORE framing is attempted, and `frameClientMessage` itself
|
|
12
12
|
* THROWS if handed one directly — a should-not-run message is
|
|
13
13
|
* unconstructable as a turn, not merely skipped. This mirrors the wire's
|
|
14
|
-
* own
|
|
15
|
-
* level up, in plain language the model
|
|
14
|
+
* own renderer->agent vocabulary (v1.0 Candidate terms: action / error /
|
|
15
|
+
* rendererFunctionResponse) one level up, in plain language the model
|
|
16
|
+
* reads as a user turn.
|
|
16
17
|
*/
|
|
17
18
|
export type ClientMessage =
|
|
18
19
|
/** A surface action fired (a button, a form submit) — carries the
|
package/frame.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"frame.d.ts","sourceRoot":"","sources":["src/frame.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"frame.d.ts","sourceRoot":"","sources":["src/frame.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,MAAM,MAAM,aAAa;AACvB;2EAC2E;AACzE;IAAE,IAAI,EAAE,eAAe,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE;AACjF,qDAAqD;GACnD;IAAE,IAAI,EAAE,gBAAgB,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE;AAC1D;uBACuB;GACrB;IAAE,IAAI,EAAE,qBAAqB,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE;AAChE;4DAC4D;GAC1D;IAAE,IAAI,EAAE,iBAAiB,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE;AAC/E;6CAC6C;GAC3C;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC;AAItC;wCACwC;AACxC,wBAAgB,aAAa,CAAC,GAAG,EAAE,aAAa,GAAG,OAAO,CAEzD;AAED;;0EAE0E;AAC1E,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,aAAa,GAAG,MAAM,CAsB7D"}
|
package/frame.js
CHANGED
|
@@ -11,8 +11,9 @@
|
|
|
11
11
|
* them out BEFORE framing is attempted, and `frameClientMessage` itself
|
|
12
12
|
* THROWS if handed one directly — a should-not-run message is
|
|
13
13
|
* unconstructable as a turn, not merely skipped. This mirrors the wire's
|
|
14
|
-
* own
|
|
15
|
-
* level up, in plain language the model
|
|
14
|
+
* own renderer->agent vocabulary (v1.0 Candidate terms: action / error /
|
|
15
|
+
* rendererFunctionResponse) one level up, in plain language the model
|
|
16
|
+
* reads as a user turn.
|
|
16
17
|
*/
|
|
17
18
|
const SILENT_APPLY_KINDS = new Set(['dataModelUpdate', 'ack']);
|
|
18
19
|
/** Gate BEFORE framing: false means this message applies silently and must
|
package/frame.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"frame.js","sourceRoot":"","sources":["src/frame.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"frame.js","sourceRoot":"","sources":["src/frame.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAkBH,MAAM,kBAAkB,GAAuC,IAAI,GAAG,CAAC,CAAC,iBAAiB,EAAE,KAAK,CAAC,CAAC,CAAC;AAEnG;wCACwC;AACxC,MAAM,UAAU,aAAa,CAAC,GAAkB;IAC9C,OAAO,CAAC,kBAAkB,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AAC3C,CAAC;AAED;;0EAE0E;AAC1E,MAAM,UAAU,kBAAkB,CAAC,GAAkB;IACnD,QAAQ,GAAG,CAAC,IAAI,EAAE,CAAC;QACjB,KAAK,eAAe;YAClB,OAAO,0BAA0B,GAAG,CAAC,MAAM,sBAAsB,GAAG,CAAC,SAAS,iBAAiB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC;QAExI,KAAK,gBAAgB;YACnB,OAAO,gBAAgB,GAAG,CAAC,IAAI,cAAc,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC;QAE5E,KAAK,qBAAqB;YACxB,OAAO,sCAAsC,GAAG,CAAC,IAAI,MAAM,GAAG,CAAC,OAAO,6BAA6B,CAAC;QAEtG,KAAK,iBAAiB,CAAC;QACvB,KAAK,KAAK;YACR,MAAM,IAAI,KAAK,CACb,wBAAwB,GAAG,CAAC,IAAI,8DAA8D,CAC/F,CAAC;QAEJ,OAAO,CAAC,CAAC,CAAC;YACR,MAAM,WAAW,GAAU,GAAG,CAAC;YAC/B,MAAM,IAAI,KAAK,CAAC,qCAAsC,WAA6B,CAAC,IAAI,GAAG,CAAC,CAAC;QAC/F,CAAC;IACH,CAAC;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/agent",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.41",
|
|
4
4
|
"description": "Composable chat-agent harness — assemble an agent from four declared parts (prompt layers, tools, workflows, resources) on top of @adia-ai/llm. Owns the tool-call loop, the session model, and the one shared event reducer. Works in browser and Node.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|