opencode
opencode copied to clipboard
feat(tui): add config option to disable syntax highlighting in diffs
for #7853
Summary
Adds tui.diff_syntax config option to disable syntax highlighting in diffs.
{
"tui": {
"diff_syntax": false
}
}
Default is true (syntax highlighting enabled). When set to false, diffs render without syntax highlighting.
Changes
- Added
diff_syntaxboolean option to TUI config schema - Updated
Editcomponent and permission dialog to respect the config - Regenerated SDK types