negotium 0.2.31 → 0.2.32

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.
@@ -2399,7 +2399,7 @@ var init_claude_registry = __esm(() => {
2399
2399
  });
2400
2400
 
2401
2401
  // ../../packages/core/src/version.ts
2402
- var NEGOTIUM_VERSION = "0.2.31";
2402
+ var NEGOTIUM_VERSION = "0.2.32";
2403
2403
 
2404
2404
  // ../../packages/core/src/agents/codex-native-multi-agent.ts
2405
2405
  import { spawn as spawn2 } from "child_process";
@@ -15073,7 +15073,6 @@ async function runTurnEventStream(topicId, topicTitle, queryId, events, control,
15073
15073
  const emitPendingAssistantMessage = (usage) => {
15074
15074
  const text2 = pendingText.trimEnd();
15075
15075
  pendingText = "";
15076
- pendingSawDelta = false;
15077
15076
  if (silent || !text2.trim())
15078
15077
  return null;
15079
15078
  const message = {
@@ -15146,7 +15145,11 @@ async function runTurnEventStream(topicId, topicTitle, queryId, events, control,
15146
15145
  break;
15147
15146
  }
15148
15147
  case "text":
15149
- if (!pendingSawDelta) {
15148
+ if (pendingSawDelta) {
15149
+ pendingSawDelta = false;
15150
+ break;
15151
+ }
15152
+ {
15150
15153
  const incoming = event.content;
15151
15154
  accumulatedText += incoming;
15152
15155
  pendingText += incoming;
@@ -18892,4 +18895,4 @@ export {
18892
18895
  DEFAULT_SELF_CONFIG_PRODUCT
18893
18896
  };
18894
18897
 
18895
- //# debugId=08237A3674CE98A164756E2164756E21
18898
+ //# debugId=36E418EAAFD6002864756E2164756E21