mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adds a new boolean setting "autoExpandDiffs" (default: false) under Settings > UI. When enabled, file edit diffs in chat messages are automatically expanded instead of requiring a click on the collapsed filename bar. The CodeAccordion component already enforces a 300px max height with scrollbar, so auto-expanded diffs will not overwhelm the chat view. Changes: - packages/types: add autoExpandDiffs to GlobalSettings schema and ExtensionState - webview-ui context: add default and hydration for autoExpandDiffs - ChatView: add useEffect that auto-expands diff tool messages when setting is on - UISettings: add checkbox toggle for the new setting - SettingsView: wire the new setting through cached state - i18n: add English translation strings - Tests: update test fixtures for change-detection, unsaved-changes, UISettings Closes #10955 |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||
| vscode-shim | ||