mirror of
https://github.com/PawanOsman/ChatGPT.git
synced 2026-07-18 08:05:57 +02:00
5dab80f764
- Introduced a coalescing mechanism for UI events in the sidebar and agent loop to prevent performance issues caused by high-frequency updates. - Added budget management for foreground and background subagents, ensuring timely execution and preventing timeouts. - Enhanced the `runAgent` function to handle budget hits and provide appropriate feedback on subagent execution status. - Updated the UI to batch process events, improving responsiveness and reducing the likelihood of UI freezes during agent operations.