@kynver-app/openclaw-agent-os 0.1.38 → 0.1.40
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 +57 -19
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"enableTelegramToolErrorFilter": {
|
|
151
151
|
"type": "boolean",
|
|
152
152
|
"default": true,
|
|
153
|
-
"description": "Suppress raw
|
|
153
|
+
"description": "Suppress raw exec/tool progress and failure lines on Telegram and webchat direct chat."
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
}
|
package/package.json
CHANGED