@perkos/perkos-a2a 0.12.57 → 0.12.58

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "perkos-a2a",
3
3
  "name": "PerkOS A2A",
4
- "version": "0.12.57",
4
+ "version": "0.12.58",
5
5
  "description": "Agent-to-Agent (A2A) protocol communication for OpenClaw agents",
6
6
  "author": "PerkOS",
7
7
  "configSchema": {
@@ -208,7 +208,7 @@
208
208
  "description": "Ping cadence in ms. The server reaps after 90s of silence."
209
209
  }
210
210
  },
211
- "description": "PerkOS-Chat client config opt-in. The agent owns conversation history on local disk; the PerkOS cloud stores metadata only."
211
+ "description": "PerkOS-Chat client config \u2014 opt-in. The agent owns conversation history on local disk; the PerkOS cloud stores metadata only."
212
212
  },
213
213
  "platform": {
214
214
  "type": "object",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@perkos/perkos-a2a",
3
- "version": "0.12.57",
4
- "description": "A2A Protocol communication plugin for OpenClaw Agent-to-Agent protocol implementation",
3
+ "version": "0.12.58",
4
+ "description": "A2A Protocol communication plugin for OpenClaw \u2014 Agent-to-Agent protocol implementation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",