@wu529778790/open-im 1.11.4-beta.11 → 1.11.4-beta.12
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/clawbot/client.js +1 -1
- package/package.json +1 -1
package/dist/clawbot/client.js
CHANGED
|
@@ -134,7 +134,7 @@ function startPolling() {
|
|
|
134
134
|
}
|
|
135
135
|
// Debug: log raw item_list for image messages
|
|
136
136
|
if (extracted === '[图片]') {
|
|
137
|
-
log.info(`Image message raw item_list: ${JSON.stringify(msg.item_list).substring(0,
|
|
137
|
+
log.info(`Image message raw item_list: ${JSON.stringify(msg.item_list).substring(0, 2000)}`);
|
|
138
138
|
}
|
|
139
139
|
// Extract and download images from message
|
|
140
140
|
const imagePaths = await extractImages(msg);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wu529778790/open-im",
|
|
3
|
-
"version": "1.11.4-beta.
|
|
3
|
+
"version": "1.11.4-beta.12",
|
|
4
4
|
"description": "Your AI coding assistant, in every chat app. Multi-platform IM bridge for Claude Code, Codex, and CodeBuddy.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|