diff --git a/src/core/tools/executeCommandTool.ts b/src/core/tools/executeCommandTool.ts index 9fe9e9d535..82b4bbe5c0 100644 --- a/src/core/tools/executeCommandTool.ts +++ b/src/core/tools/executeCommandTool.ts @@ -195,7 +195,7 @@ export async function executeCommand( const terminal = await TerminalRegistry.getOrCreateTerminal(workingDir, !!customCwd, cline.taskId, terminalProvider) if (terminal instanceof Terminal) { - terminal.terminal.show() + terminal.terminal.show(true) // Update the working directory in case the terminal we asked for has // a different working directory so that the model will know where the