mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +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. |
||
|---|---|---|
| .. | ||
| npm | ||
| src | ||
| eslint.config.mjs | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@roo-code/types
Publish to NPM
First authenticate with NPM:
npm login
Next, manually bump the NPM package version:
cd packages/types/npm && npm version minor && cd -
Finally, publish to NPM:
pnpm --filter @roo-code/types npm:publish
Note that you'll be asked for an MFA code to complete the publish.