openclaw-bridge 0.4.6 → 0.4.7

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/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -224,6 +224,8 @@ ${nameMapping}
224
224
  });
225
225
  entry.agentId = newAgentId;
226
226
  entry.agentName = newAgentName;
227
+ config.agentId = newAgentId;
228
+ config.agentName = newAgentName;
227
229
  // Persist the renamed agentId to openclaw.json so it survives restarts
228
230
  const configPath = process.env.OPENCLAW_CONFIG_PATH;
229
231
  if (configPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-bridge",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "author": "Bill Zhao (https://www.linkedin.com/in/billzhaodi/)",
5
5
  "description": "OpenClaw plugin for cross-gateway communication — agent discovery, file transfer, real-time messaging, session handoff, and local process management. Install as plugin: openclaw plugins install openclaw-bridge",
6
6
  "type": "module",