@annals/agent-bridge 0.1.3 → 0.1.4

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -414,7 +414,7 @@ var OpenClawSession = class {
414
414
  this.config = config;
415
415
  this.gatewayUrl = config.gatewayUrl || DEFAULT_GATEWAY_URL;
416
416
  this.gatewayToken = config.gatewayToken || "";
417
- this.sessionKey = `bridge:${sessionId}`;
417
+ this.sessionKey = sessionId;
418
418
  }
419
419
  chunkCallbacks = [];
420
420
  doneCallbacks = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annals/agent-bridge",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "CLI bridge connecting local AI agents to the Agents.Hot platform",
5
5
  "type": "module",
6
6
  "bin": {