@efengx/openclaw-channel-dragon 0.5.34 → 0.5.35

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.
@@ -85,7 +85,7 @@ export class TelemetryComponent {
85
85
  if (last && last.signature === signature && now - last.timestamp < 1000) {
86
86
  return;
87
87
  }
88
- if ((payload.kind === "assistant_delta" || payload.kind === "reasoning") && last && now - last.timestamp < 350) {
88
+ if ((payload.kind === "assistant_delta" || payload.kind === "reasoning") && last && now - last.timestamp < 1500) {
89
89
  return;
90
90
  }
91
91
  this.lastProgress.set(key, { signature, timestamp: now });
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const dragonChannelPluginVersion = "0.5.34";
1
+ export declare const dragonChannelPluginVersion = "0.5.35";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const dragonChannelPluginVersion = "0.5.34";
1
+ export const dragonChannelPluginVersion = "0.5.35";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@efengx/openclaw-channel-dragon",
3
- "version": "0.5.34",
3
+ "version": "0.5.35",
4
4
  "description": "Dragon workbench channel for OpenClaw",
5
5
  "author": "feng xiang <ofengx@gmail.com>",
6
6
  "type": "module",