TevinClaw
14 hours ago 753b5070530fb7f94d2a3a41a544feaa8aba41e4
修复飞书消息重投机制触发的问题,开启 idempotent 去重
1 files modified
5 ■■■■ changed files
openclaw.json 5 ●●●● patch | view | raw | blame | history
openclaw.json
@@ -153,7 +153,10 @@
        }
      },
      "connectionMode": "websocket",
      "domain": "feishu"
      "domain": "feishu",
      "timeout": 2000,
      "idempotent": true,
      "sessionMode": "per-chat"
    }
  },
  "gateway": {