mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- Add minRetryDelaySeconds and maxRetryDelaySeconds settings to global state schema - Implement exponential backoff clamping in Task.attemptApiRequest method - Add UI controls with range sliders for min/max delay configuration - Add proper validation to ensure min <= max delay bounds - Add comprehensive unit tests for retry delay bounds logic - Update webview message handlers and state management - Add localization strings for new UI controls - Fix TypeScript compilation errors in test files This resolves excessive 20+ minute wait times by allowing users to configure retry delay bounds with defaults of 5-100 seconds. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||