@absolutejs/agent 0.29.3 → 0.29.5

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.5 — 2026-09-11
10
+
11
+ ### Added
12
+
13
+ - **Expose account-bound MCP billing reports and host-policy-gated billing management links**
14
+
15
+ ## 0.29.4 — 2026-09-11
16
+
17
+ ### Fixed
18
+
19
+ - **Consume rebuilt MCP checkout exports and verify the installed facade at runtime**
20
+
9
21
  ## 0.29.3 — 2026-09-11
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
+ "version": "0.29.5",
7
+ "date": "2026-09-11",
8
+ "changes": [
9
+ {
10
+ "kind": "added",
11
+ "summary": "Expose account-bound MCP billing reports and host-policy-gated billing management links"
12
+ }
13
+ ]
14
+ },
15
+ {
16
+ "version": "0.29.4",
17
+ "date": "2026-09-11",
18
+ "changes": [
19
+ {
20
+ "kind": "fixed",
21
+ "summary": "Consume rebuilt MCP checkout exports and verify the installed facade at runtime"
22
+ }
23
+ ]
24
+ },
5
25
  {
6
26
  "version": "0.29.3",
7
27
  "date": "2026-09-11",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.29.3",
3
+ "version": "0.29.5",
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.15.0",
166
+ "@absolutejs/mcp": "^0.16.0",
167
167
  "@absolutejs/policy": "^0.3.0",
168
168
  "@absolutejs/wallet": "^0.9.3",
169
169
  "@absolutejs/webmcp": "^0.1.5",