@agen-ai/agent-protocol 0.2.0 → 0.2.1
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ validated protocol output remains canonical across transports and consumers.
|
|
|
94
94
|
|
|
95
95
|
## Versioning and release
|
|
96
96
|
|
|
97
|
-
The package is at `0.2.
|
|
97
|
+
The package is at `0.2.1` while the public API is still being proven with external adapters. Minor
|
|
98
98
|
releases may include breaking changes during this beta period. Every such change will be called out
|
|
99
99
|
in the release notes. Protocol V7 is independent of any host transport or product persistence
|
|
100
100
|
version. Version `0.2.0` is a direct break from V6/`0.1.0`; there is no compatibility parser. See
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agen-ai/agent-protocol",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Provider-neutral sessions, turns, requests, capabilities, artifacts, and events for coding-agent runtimes.",
|
|
6
6
|
"type": "module",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"zod": "4.4.3",
|
|
59
|
-
"@agen-ai/validation": "^0.2.
|
|
59
|
+
"@agen-ai/validation": "^0.2.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"ajv": "8.17.1",
|