@clawchatsai/connector 0.0.79 → 0.0.80

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
@@ -448,7 +448,7 @@ function normalizeGatewayPayload(raw) {
448
448
  const sk = parsed.params.sessionKey || '';
449
449
  if (sk.includes(':chat:') && !_hintedSessions.has(sk)) {
450
450
  _hintedSessions.add(sk);
451
- parsed.params.message += '\n[ClawChats: after using Write tool, run exec with: echo "MEDIA:/path/to/file" to surface it in chat]';
451
+ parsed.params.message += '\n[ClawChats: exec stdout lines starting with MEDIA:/path/to/file are displayed inline use this after Write tool or when sharing a file location with the user]';
452
452
  console.log(`[clawchats] capability-note injected for session ${sk}`);
453
453
  return JSON.stringify(parsed);
454
454
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawchatsai/connector",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "type": "module",
5
5
  "description": "ClawChats OpenClaw plugin — P2P tunnel + local API bridge",
6
6
  "main": "dist/index.js",