Roo-Code/src/core/task
Roo Code 246978ed20 fix: remove unnecessary setImmediate delay in streaming loop to improve response speed
- Removed setImmediate call that was adding artificial delay in the streaming response loop
- This was causing slower response times compared to Claude CLI
- The async/await pattern already provides natural yielding without blocking

Fixes #8056
2025-09-17 05:30:04 +00:00
..
__tests__ fix: Tackling Race/State condition issue by Changing the Code Design for Gemini Grounding Sources (#7434) 2025-09-05 15:03:09 -04:00
AutoApprovalHandler.ts Add auto-approved cost limits (#6484) 2025-07-31 15:33:09 -04:00
Task.ts fix: remove unnecessary setImmediate delay in streaming loop to improve response speed 2025-09-17 05:30:04 +00:00
types.ts Fix GPT-5 Responses API issues with condensing and image support (#7067) 2025-08-27 23:30:43 -04:00