Roo-Code/packages
Roo Code ed32ba1cdb feat: add terminalAutoShow setting for auto-showing terminal on command execution
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
2026-05-06 15:56:09 +00:00
..
build Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
cloud Changeset version bump (#12085) 2026-04-08 15:16:12 -06:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
core Changeset version bump (#12085) 2026-04-08 15:16:12 -06:00
evals Changeset version bump (#12085) 2026-04-08 15:16:12 -06:00
ipc Changeset version bump (#12085) 2026-04-08 15:16:12 -06:00
telemetry Changeset version bump (#12085) 2026-04-08 15:16:12 -06:00
types feat: add terminalAutoShow setting for auto-showing terminal on command execution 2026-05-06 15:56:09 +00:00
vscode-shim Some cleanup in ExtensionHost (#10600) 2026-01-10 02:29:33 -08:00