mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adds a new opt-in setting "terminalAutoShow" that: - When using VS Code terminal (shell integration enabled): automatically shows the terminal panel when Roo runs a command - When using Inline Terminal (execa mode): auto-expands command output in the chat so users can always see what is happening Addresses options (a) and (c) from Issue #12277. Changes: - packages/types: add terminalAutoShow to schema + ExtensionState - src/core/tools/ExecuteCommandTool: conditionally call terminal.show() - src/core/webview/ClineProvider: thread setting through state - webview-ui: add checkbox in TerminalSettings, auto-expand in CommandExecution - i18n: add English strings for the new setting |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||
| vscode-shim | ||