libp2p-mesh 2026.6.25 → 2026.6.26

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ P2P mesh network plugin for OpenClaw. Enables direct peer-to-peer communication
23
23
  ### Method 1: Via OpenClaw CLI (Recommended)
24
24
 
25
25
  ```bash
26
- openclaw install libp2p-mesh
26
+ openclaw plugins install libp2p-mesh
27
27
  ```
28
28
 
29
29
  ### Method 2: Manual (npm)
@@ -91,7 +91,7 @@ openclaw plugins update libp2p-mesh@latest
91
91
  如果是首次安装,也可以使用:
92
92
 
93
93
  ```bash
94
- openclaw install libp2p-mesh
94
+ openclaw plugins install libp2p-mesh
95
95
  ```
96
96
 
97
97
  安装或更新后,插件会自动安装或更新 `~/.openclaw/workspace/AGENTS.md` 中由 `libp2p-mesh` 管理的提示词区块,并在未显式配置时使用 mDNS、NAT traversal、DHT 和 delivery ACK timeout 的默认网络设置。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libp2p-mesh",
3
- "version": "2026.6.25",
3
+ "version": "2026.6.26",
4
4
  "description": "OpenClaw libp2p P2P mesh network plugin for cross-instance agent communication",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",