@absolutejs/agent 0.29.9 → 0.30.0

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.30.0 — 2026-09-13
10
+
11
+ ### Added
12
+
13
+ - **Expose budget-bound deferred action review and credit status through the MCP facade**
14
+
15
+ ## 0.29.10 — 2026-09-13
16
+
17
+ ### Fixed
18
+
19
+ - **Consume MCP 0.20.1 so read-only reviews cannot display approval controls.**
20
+
9
21
  ## 0.29.9 — 2026-09-13
10
22
 
11
23
  ### Changed
package/changelog.json CHANGED
@@ -1,96 +1,116 @@
1
1
  {
2
- "contract": 1,
3
- "name": "@absolutejs/agent",
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
- },
25
- {
26
- "changes": [
27
- {
28
- "kind": "added",
29
- "summary": "Expose shared MCP setup and budget-preview views through the agent umbrella"
30
- }
31
- ],
32
- "date": "2026-09-13",
33
- "version": "0.29.7"
34
- },
35
- {
36
- "changes": [
37
- {
38
- "kind": "added",
39
- "summary": "Expose negotiated MCP Apps and bundled billing views, and consume immutable MCP session migrations"
40
- }
41
- ],
42
- "date": "2026-09-11",
43
- "version": "0.29.6"
44
- },
45
- {
46
- "changes": [
47
- {
48
- "kind": "added",
49
- "summary": "Expose account-bound MCP billing reports and host-policy-gated billing management links"
50
- }
51
- ],
52
- "date": "2026-09-11",
53
- "version": "0.29.5"
54
- },
55
- {
56
- "changes": [
57
- {
58
- "kind": "fixed",
59
- "summary": "Consume rebuilt MCP checkout exports and verify the installed facade at runtime"
60
- }
61
- ],
62
- "date": "2026-09-11",
63
- "version": "0.29.4"
64
- },
65
- {
66
- "changes": [
67
- {
68
- "kind": "added",
69
- "summary": "Expose MCP credit checkout handoff and purchase recovery tools"
70
- }
71
- ],
72
- "date": "2026-09-11",
73
- "version": "0.29.3"
74
- },
75
- {
76
- "changes": [
77
- {
78
- "kind": "added",
79
- "summary": "Expose budgeted MCP work envelopes through the agent umbrella"
80
- }
81
- ],
82
- "date": "2026-09-11",
83
- "version": "0.29.2"
84
- },
85
- {
86
- "changes": [
87
- {
88
- "kind": "added",
89
- "summary": "Expose MCP host commerce guards and credit balance tools through the agent umbrella"
90
- }
91
- ],
92
- "date": "2026-09-11",
93
- "version": "0.29.1"
94
- }
95
- ]
2
+ "contract": 1,
3
+ "name": "@absolutejs/agent",
4
+ "releases": [
5
+ {
6
+ "changes": [
7
+ {
8
+ "kind": "added",
9
+ "summary": "Expose budget-bound deferred action review and credit status through the MCP facade"
10
+ }
11
+ ],
12
+ "date": "2026-09-13",
13
+ "version": "0.30.0"
14
+ },
15
+ {
16
+ "changes": [
17
+ {
18
+ "kind": "fixed",
19
+ "summary": "Consume MCP 0.20.1 so read-only reviews cannot display approval controls."
20
+ }
21
+ ],
22
+ "date": "2026-09-13",
23
+ "version": "0.29.10"
24
+ },
25
+ {
26
+ "changes": [
27
+ {
28
+ "kind": "changed",
29
+ "summary": "Consume MCP 0.20.0 reviewed outbound actions and durable job recovery views."
30
+ }
31
+ ],
32
+ "date": "2026-09-13",
33
+ "version": "0.29.9"
34
+ },
35
+ {
36
+ "changes": [
37
+ {
38
+ "kind": "changed",
39
+ "summary": "Consume MCP 0.19.0 with shared reviewed setup selection tools and view."
40
+ }
41
+ ],
42
+ "date": "2026-09-13",
43
+ "version": "0.29.8"
44
+ },
45
+ {
46
+ "changes": [
47
+ {
48
+ "kind": "added",
49
+ "summary": "Expose shared MCP setup and budget-preview views through the agent umbrella"
50
+ }
51
+ ],
52
+ "date": "2026-09-13",
53
+ "version": "0.29.7"
54
+ },
55
+ {
56
+ "changes": [
57
+ {
58
+ "kind": "added",
59
+ "summary": "Expose negotiated MCP Apps and bundled billing views, and consume immutable MCP session migrations"
60
+ }
61
+ ],
62
+ "date": "2026-09-11",
63
+ "version": "0.29.6"
64
+ },
65
+ {
66
+ "changes": [
67
+ {
68
+ "kind": "added",
69
+ "summary": "Expose account-bound MCP billing reports and host-policy-gated billing management links"
70
+ }
71
+ ],
72
+ "date": "2026-09-11",
73
+ "version": "0.29.5"
74
+ },
75
+ {
76
+ "changes": [
77
+ {
78
+ "kind": "fixed",
79
+ "summary": "Consume rebuilt MCP checkout exports and verify the installed facade at runtime"
80
+ }
81
+ ],
82
+ "date": "2026-09-11",
83
+ "version": "0.29.4"
84
+ },
85
+ {
86
+ "changes": [
87
+ {
88
+ "kind": "added",
89
+ "summary": "Expose MCP credit checkout handoff and purchase recovery tools"
90
+ }
91
+ ],
92
+ "date": "2026-09-11",
93
+ "version": "0.29.3"
94
+ },
95
+ {
96
+ "changes": [
97
+ {
98
+ "kind": "added",
99
+ "summary": "Expose budgeted MCP work envelopes through the agent umbrella"
100
+ }
101
+ ],
102
+ "date": "2026-09-11",
103
+ "version": "0.29.2"
104
+ },
105
+ {
106
+ "changes": [
107
+ {
108
+ "kind": "added",
109
+ "summary": "Expose MCP host commerce guards and credit balance tools through the agent umbrella"
110
+ }
111
+ ],
112
+ "date": "2026-09-11",
113
+ "version": "0.29.1"
114
+ }
115
+ ]
96
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.29.9",
3
+ "version": "0.30.0",
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.20.0",
166
+ "@absolutejs/mcp": "^0.21.0",
167
167
  "@absolutejs/policy": "^0.3.0",
168
168
  "@absolutejs/wallet": "^0.9.3",
169
169
  "@absolutejs/webmcp": "^0.1.5",