agentgui 1.0.334 → 1.0.335

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.334",
3
+ "version": "1.0.335",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
@@ -741,7 +741,6 @@
741
741
  }
742
742
  } else if (block.type === 'result') {
743
743
  _voiceBreakNext = true;
744
- addVoiceResultBlock(block, isNew);
745
744
  } else {
746
745
  _voiceBreakNext = true;
747
746
  }
@@ -780,8 +779,6 @@
780
779
  hasContent = true;
781
780
  } else if (block.type === 'result') {
782
781
  _voiceBreakNext = true;
783
- addVoiceResultBlock(block, false);
784
- hasContent = true;
785
782
  } else {
786
783
  _voiceBreakNext = true;
787
784
  }