We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1675a8 commit d3049ebCopy full SHA for d3049eb
src/core/webview/ClineProvider.ts
@@ -2546,7 +2546,6 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
2546
enableMcpServerCreation: stateValues.enableMcpServerCreation ?? true,
2547
alwaysApproveResubmit: stateValues.alwaysApproveResubmit ?? false,
2548
requestDelaySeconds: Math.max(5, stateValues.requestDelaySeconds ?? 10),
2549
- // rateLimitSeconds is now part of the API configuration
2550
currentApiConfigName: stateValues.currentApiConfigName ?? "default",
2551
listApiConfigMeta: stateValues.listApiConfigMeta ?? [],
2552
modeApiConfigs: stateValues.modeApiConfigs ?? ({} as Record<Mode, string>),
0 commit comments