Compare commits

...
Author SHA1 Message Date
pashpashpash e08a93ff01 increased max tasks 100-10000 in test mode 2025-04-11 00:59:12 -07:00
+1 -1
View File
@@ -29,7 +29,7 @@ async function updateAutoApprovalSettings(context: vscode.ExtensionContext, prov
useBrowser: false, // Keep browser disabled for tests
useMcp: false, // Keep MCP disabled for tests
},
maxRequests: 100, // Increase max requests for tests
maxRequests: 10000, // Increase max requests for tests
}
await updateGlobalState(context, "autoApprovalSettings", updatedSettings)