Roo-Code/src/core
Roo Code a5aad6373b fix: reduce API request delays to improve responsiveness
- Reduced minimum requestDelaySeconds from 5s to 1s in UI slider
- Changed default requestDelaySeconds from 10s to 2s
- Updated Math.max constraint from 5s to 1s minimum
- Updated tests to reflect new default values

This addresses the issue where API requests were taking too long to respond,
causing poor user experience. Users can now set delays as low as 1 second
and the default is a more reasonable 2 seconds.

Fixes #9438
2025-11-20 17:41:31 +00:00
..
assistant-message perf: reduce excessive getModel() calls & implement disk cache fallback (#9410) 2025-11-19 23:13:39 -05:00
auto-approval Move auto-approval from ChatView to Task (#9157) 2025-11-10 17:01:50 -08:00
checkpoints Fix checkpoints test (#8803) 2025-10-24 10:18:19 -04:00
condense Enable browser-use tool for all image-capable models (#8121) 2025-10-21 22:23:42 -04:00
config feat: auto-switch to imported mode with architect fallback (#9003) 2025-11-06 16:40:27 -05:00
context/context-management Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
context-management rename: sliding-window -> context-management; truncateConversationIfNeeded -> manageContext (#9206) 2025-11-12 22:16:25 -05:00
context-tracking fix: use safeWriteJson for all JSON file writes with race condition fix (#4733) 2025-06-25 16:05:02 -04:00
diff feat(chat): Improve diff appearance in main chat view (#8932) 2025-11-06 16:18:01 -05:00
environment feat: add git status to environment details (#9310) 2025-11-17 14:10:32 -05:00
ignore Follow symlinks in rooignore checks (#7405) 2025-08-26 10:12:20 -04:00
mentions Revert "refactor(task): switch to <feedback> wrapper to prevent focus drift after context-management event (condense/truncate)" (#9261) 2025-11-14 00:43:45 -05:00
message-queue Move message queue to the extension host (#7604) 2025-09-02 19:12:18 -07:00
prompts Improve read_file tool description with examples (#9422) 2025-11-20 07:21:48 -05:00
protect Mark code-workspace files as protected (#7403) 2025-08-26 00:09:14 -04:00
task fix: reduce API request delays to improve responsiveness 2025-11-20 17:41:31 +00:00
task-persistence Migrate conversation continuity to plugin-side encrypted reasoning items (Responses API) (#9203) 2025-11-12 19:50:24 -05:00
tools fix: Include nativeArgs in tool repetition detection (#9377) 2025-11-18 21:20:29 -05:00
webview fix: reduce API request delays to improve responsiveness 2025-11-20 17:41:31 +00:00