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