@colinlu50/openclaw-lark-stream 260327.2.5 → 260327.2.6

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 CHANGED
@@ -115922,6 +115922,7 @@ var init_streaming_card_controller = __esm({
115922
115922
  if (!this.shouldProceed("onToolStart")) return;
115923
115923
  const toolName = payload.name ?? "unknown";
115924
115924
  log17.debug("onToolStart", { toolName, phase: payload.phase });
115925
+ if (payload.phase === "update") return;
115925
115926
  this.commitReasoningEvent();
115926
115927
  this.reasoning.isReasoningPhase = false;
115927
115928
  this.completeRunningTools();