agentgui 1.0.565 → 1.0.566

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.565",
3
+ "version": "1.0.566",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
@@ -865,7 +865,7 @@ class AgentGUIClient {
865
865
  // Show queue/steer UI when streaming starts (for busy prompt)
866
866
  this.fetchAndRenderQueue(data.conversationId);
867
867
 
868
- // IMMUTABLE: Prompt area remains enabled - user can queue/steer messages
868
+ this.disableControls();
869
869
  this.emit('streaming:start', data);
870
870
  }
871
871
 
@@ -2747,7 +2747,7 @@ class AgentGUIClient {
2747
2747
 
2748
2748
  this.chunkPollState.lastFetchTimestamp = lastChunkTime;
2749
2749
  this.startChunkPolling(conversationId);
2750
- // IMMUTABLE: Prompt remains enabled - syncPromptState will set correct state
2750
+ this.disableControls();
2751
2751
  this.syncPromptState(conversationId);
2752
2752
  } else {
2753
2753
  this.syncPromptState(conversationId);