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 21f04f5 commit 63346fbCopy full SHA for 63346fb
src/test/suite/task.test.ts
@@ -22,6 +22,10 @@ suite("Roo Code Task", () => {
22
await new Promise((resolve) => setTimeout(resolve, interval))
23
}
24
25
+ await globalThis.provider.updateGlobalState("mode", "Code")
26
+ await globalThis.provider.updateGlobalState("alwaysAllowModeSwitch", true)
27
+ await globalThis.provider.updateGlobalState("autoApprovalEnabled", true)
28
+
29
await globalThis.api.startNewTask("Hello world, what is your name? Respond with 'My name is ...'")
30
31
// Wait for task to appear in history with tokens.
0 commit comments