mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Add a delay to allow auto approved mode changes to take effect
This commit is contained in:
parent
f70e3fc08b
commit
bd0a613be1
1 changed files with 1 additions and 0 deletions
|
|
@ -2072,6 +2072,7 @@ export class Cline {
|
|||
targetMode.name
|
||||
} mode${reason ? ` because: ${reason}` : ""}.`,
|
||||
)
|
||||
await delay(500) // delay to allow mode change to take effect before next tool is executed
|
||||
break
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue