palz-connector 1.3.9 → 1.4.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "palz-connector",
3
3
  "name": "Palz Connector Channel",
4
- "version": "1.3.9",
4
+ "version": "1.4.0",
5
5
  "description": "Palz IM 接入 OpenClaw",
6
6
  "channels": [
7
7
  "palz-connector"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palz-connector",
3
- "version": "1.3.9",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "main": "index.ts",
6
6
  "description": "Palz IM 接入 OpenClaw — 模块化架构,基于 OpenClaw Runtime 消息管道",
package/src/bot.ts CHANGED
@@ -558,7 +558,7 @@ async function _dispatchPalzMessageInner(params: HandlePalzMessageParams): Promi
558
558
  log(`${tag}: ${step6bCtx}`);
559
559
  span?.addEvent(step6bCtx);
560
560
 
561
- const showProcess = !isGroup && config.showProcess === true;
561
+ const showProcess = config.showProcess === true;
562
562
 
563
563
  const ctx = core.channel.reply.finalizeInboundContext({
564
564
  Body: combinedBody,