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 +1 -1
- package/static/js/client.js +2 -2
package/package.json
CHANGED
package/static/js/client.js
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
2750
|
+
this.disableControls();
|
|
2751
2751
|
this.syncPromptState(conversationId);
|
|
2752
2752
|
} else {
|
|
2753
2753
|
this.syncPromptState(conversationId);
|