negotium 0.2.30 → 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.
@@ -1016,7 +1016,7 @@ var init_claude_registry = __esm(() => {
1016
1016
  });
1017
1017
 
1018
1018
  // ../../packages/core/src/version.ts
1019
- var NEGOTIUM_VERSION = "0.2.30";
1019
+ var NEGOTIUM_VERSION = "0.2.32";
1020
1020
 
1021
1021
  // ../../packages/core/src/agents/codex-native-multi-agent.ts
1022
1022
  import { spawn as spawn2 } from "child_process";
@@ -15096,7 +15096,6 @@ async function runTurnEventStream(topicId, topicTitle, queryId, events, control,
15096
15096
  const emitPendingAssistantMessage = (usage) => {
15097
15097
  const text2 = pendingText.trimEnd();
15098
15098
  pendingText = "";
15099
- pendingSawDelta = false;
15100
15099
  if (silent || !text2.trim())
15101
15100
  return null;
15102
15101
  const message = {
@@ -15169,7 +15168,11 @@ async function runTurnEventStream(topicId, topicTitle, queryId, events, control,
15169
15168
  break;
15170
15169
  }
15171
15170
  case "text":
15172
- if (!pendingSawDelta) {
15171
+ if (pendingSawDelta) {
15172
+ pendingSawDelta = false;
15173
+ break;
15174
+ }
15175
+ {
15173
15176
  const incoming = event.content;
15174
15177
  accumulatedText += incoming;
15175
15178
  pendingText += incoming;
@@ -21156,4 +21159,4 @@ export {
21156
21159
  createAgentHealthMcpServer
21157
21160
  };
21158
21161
 
21159
- //# debugId=B16C23FD8281AF2664756E2164756E21
21162
+ //# debugId=B0DE0D9A030DDEFA64756E2164756E21