mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Add popout button to open instance in editor
This commit is contained in:
@@ -491,6 +491,7 @@ export class ClaudeDev {
|
||||
let resultToSend = result
|
||||
if (command) {
|
||||
await this.say("completion_result", resultToSend)
|
||||
// TODO: currently we don't handle if this command fails, it could be useful to let claude know and retry
|
||||
await this.executeCommand(command)
|
||||
resultToSend = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user