@clawchatsai/connector 0.0.68 → 0.0.69

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
@@ -417,7 +417,7 @@ function normalizeGatewayPayload(raw) {
417
417
  const sk = parsed.params.sessionKey || '';
418
418
  if (sk.includes(':chat:') && !_hintedSessions.has(sk)) {
419
419
  _hintedSessions.add(sk);
420
- parsed.params.message += '\n[ClawChats: files reach the chat UI when exec outputs MEDIA:/path works after Write tool too]';
420
+ parsed.params.message += '\n[ClawChats: after using Write tool, run exec with: echo "MEDIA:/path/to/file" to surface it in chat]';
421
421
  console.log(`[clawchats] capability-note injected for session ${sk}`);
422
422
  return JSON.stringify(parsed);
423
423
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawchatsai/connector",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "type": "module",
5
5
  "description": "ClawChats OpenClaw plugin — P2P tunnel + local API bridge",
6
6
  "main": "dist/index.js",