mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +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 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||