@absolutejs/agent 0.29.9 → 0.29.10
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 +6 -0
- package/changelog.json +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ 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.10 — 2026-09-13
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- **Consume MCP 0.20.1 so read-only reviews cannot display approval controls.**
|
|
14
|
+
|
|
9
15
|
## 0.29.9 — 2026-09-13
|
|
10
16
|
|
|
11
17
|
### Changed
|
package/changelog.json
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
"contract": 1,
|
|
3
3
|
"name": "@absolutejs/agent",
|
|
4
4
|
"releases": [
|
|
5
|
+
{
|
|
6
|
+
"changes": [
|
|
7
|
+
{
|
|
8
|
+
"kind": "fixed",
|
|
9
|
+
"summary": "Consume MCP 0.20.1 so read-only reviews cannot display approval controls."
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"date": "2026-09-13",
|
|
13
|
+
"version": "0.29.10"
|
|
14
|
+
},
|
|
5
15
|
{
|
|
6
16
|
"changes": [
|
|
7
17
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@absolutejs/agent",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.10",
|
|
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.
|
|
166
|
+
"@absolutejs/mcp": "^0.20.1",
|
|
167
167
|
"@absolutejs/policy": "^0.3.0",
|
|
168
168
|
"@absolutejs/wallet": "^0.9.3",
|
|
169
169
|
"@absolutejs/webmcp": "^0.1.5",
|