@adia-ai/agent 0.8.41 → 0.8.43
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.43] — 2026-08-18
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **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.43 work shipped in 0.9.0 breaking wave folded in, table-toolbar slots, disabled-state convention. See `packages/web-components/CHANGELOG.md#0843--2026-08-18` for details.
|
|
7
|
+
|
|
8
|
+
## [0.8.42] — 2026-08-17
|
|
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.42 work shipped in web-components. See `lockstep ride-along; substantive changes this cut are in web-components, web-modules, a2ui, gen-ui, mcp, and the two plugins — see their CHANGELOGs` for details.
|
|
12
|
+
|
|
3
13
|
## [0.8.41] — 2026-08-17
|
|
4
14
|
|
|
5
15
|
### Maintenance
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/agent",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.43",
|
|
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": {
|