@absolutejs/agent 0.29.1 → 0.29.3
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 +12 -0
- package/changelog.json +34 -14
- package/package.json +2 -2
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.3 — 2026-09-11
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- **Expose MCP credit checkout handoff and purchase recovery tools**
|
|
14
|
+
|
|
15
|
+
## 0.29.2 — 2026-09-11
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- **Expose budgeted MCP work envelopes through the agent umbrella**
|
|
20
|
+
|
|
9
21
|
## 0.29.1 — 2026-09-11
|
|
10
22
|
|
|
11
23
|
### Added
|
package/changelog.json
CHANGED
|
@@ -1,16 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
"contract": 1,
|
|
3
|
+
"name": "@absolutejs/agent",
|
|
4
|
+
"releases": [
|
|
5
|
+
{
|
|
6
|
+
"version": "0.29.3",
|
|
7
|
+
"date": "2026-09-11",
|
|
8
|
+
"changes": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "added",
|
|
11
|
+
"summary": "Expose MCP credit checkout handoff and purchase recovery tools"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"changes": [
|
|
17
|
+
{
|
|
18
|
+
"kind": "added",
|
|
19
|
+
"summary": "Expose budgeted MCP work envelopes through the agent umbrella"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"date": "2026-09-11",
|
|
23
|
+
"version": "0.29.2"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"changes": [
|
|
27
|
+
{
|
|
28
|
+
"kind": "added",
|
|
29
|
+
"summary": "Expose MCP host commerce guards and credit balance tools through the agent umbrella"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"date": "2026-09-11",
|
|
33
|
+
"version": "0.29.1"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
16
36
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@absolutejs/agent",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.3",
|
|
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.
|
|
166
|
+
"@absolutejs/mcp": "^0.15.0",
|
|
167
167
|
"@absolutejs/policy": "^0.3.0",
|
|
168
168
|
"@absolutejs/wallet": "^0.9.3",
|
|
169
169
|
"@absolutejs/webmcp": "^0.1.5",
|