You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): migrate global rate limit to profile-specific settings
This commit introduces a new method to migrate the global rate limit setting to individual API configurations. The `migrateRateLimitToProfiles` method updates all existing configurations with the global rate limit value and removes the global setting. Additionally, the rate limit is now part of the API configuration, allowing for more granular control.
- Added migration logic in `ConfigManager`.
- Updated `ClineProvider` to handle rate limit updates.
- Adjusted related components to accommodate the new rate limit structure.
Tests have been added to ensure the migration works correctly and handles edge cases.
0 commit comments