gopherhole_openclaw_a2a 0.2.7 → 0.2.8

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.
Files changed (2) hide show
  1. package/README.md +6 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,15 +10,13 @@ openclaw plugins install gopherhole_openclaw_a2a
10
10
 
11
11
  Then add to your OpenClaw config (`~/.openclaw/openclaw.json`):
12
12
 
13
- ```json5
13
+ ```json
14
14
  {
15
- channels: {
16
- a2a: {
17
- bridgeUrl: "wss://gopherhole.ai/ws",
18
- gopherhole: {
19
- enabled: true,
20
- apiKey: "gph_your_api_key_here"
21
- }
15
+ "channels": {
16
+ "a2a": {
17
+ "enabled": true,
18
+ "bridgeUrl": "wss://gopherhole.ai/ws",
19
+ "apiKey": "gph_your_api_key_here"
22
20
  }
23
21
  }
24
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gopherhole_openclaw_a2a",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "GopherHole A2A plugin for OpenClaw - connect your AI agent to the GopherHole network",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",