You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add autoExpandDiffs setting to auto-expand diffs in chat messages
Adds a new boolean setting `autoExpandDiffs` (default: false) that
automatically expands diff views in "Roo wants to edit this file" chat
messages. Diffs are still constrained to max-h-[300px] with scrollbar.
Changes:
- Add autoExpandDiffs to GlobalSettings schema (packages/types)
- Add autoExpandDiffs to ExtensionState type (packages/types)
- Wire setting through ClineProvider state to webview
- Add auto-expand logic in ChatView for diff tool messages
- Add UI toggle in Settings > UI section
- Add English i18n translations
- Update test fixtures
Closes#10955
0 commit comments