@absolutejs/agent 0.29.7 → 0.29.9

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 CHANGED
@@ -6,6 +6,18 @@ This file is generated by `absolute-changelog` from the entries in
6
6
  `changelog/`. Edit an entry, not this file — and add new ones under
7
7
  `changelog/unreleased/`.
8
8
 
9
+ ## 0.29.9 — 2026-09-13
10
+
11
+ ### Changed
12
+
13
+ - **Consume MCP 0.20.0 reviewed outbound actions and durable job recovery views.**
14
+
15
+ ## 0.29.8 — 2026-09-13
16
+
17
+ ### Changed
18
+
19
+ - **Consume MCP 0.19.0 with shared reviewed setup selection tools and view.**
20
+
9
21
  ## 0.29.7 — 2026-09-13
10
22
 
11
23
  ### Added
package/changelog.json CHANGED
@@ -2,6 +2,26 @@
2
2
  "contract": 1,
3
3
  "name": "@absolutejs/agent",
4
4
  "releases": [
5
+ {
6
+ "changes": [
7
+ {
8
+ "kind": "changed",
9
+ "summary": "Consume MCP 0.20.0 reviewed outbound actions and durable job recovery views."
10
+ }
11
+ ],
12
+ "date": "2026-09-13",
13
+ "version": "0.29.9"
14
+ },
15
+ {
16
+ "changes": [
17
+ {
18
+ "kind": "changed",
19
+ "summary": "Consume MCP 0.19.0 with shared reviewed setup selection tools and view."
20
+ }
21
+ ],
22
+ "date": "2026-09-13",
23
+ "version": "0.29.8"
24
+ },
5
25
  {
6
26
  "changes": [
7
27
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.29.7",
3
+ "version": "0.29.9",
4
4
  "description": "The production-grade, provider-neutral agent stack for AbsoluteJS: auth, actions, runtime, sandboxing, trust, memory, inbox, discovery, MCP, A2A, policy, wallet limits, controls, and conformance.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -163,7 +163,7 @@
163
163
  "@absolutejs/agent-trust": "^0.2.1",
164
164
  "@absolutejs/arazzo": "^0.1.3",
165
165
  "@absolutejs/manifest": "^0.9.0",
166
- "@absolutejs/mcp": "^0.18.0",
166
+ "@absolutejs/mcp": "^0.20.0",
167
167
  "@absolutejs/policy": "^0.3.0",
168
168
  "@absolutejs/wallet": "^0.9.3",
169
169
  "@absolutejs/webmcp": "^0.1.5",