@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.
- package/dist/index.js +1 -1
- 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:
|
|
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
|
}
|