-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Open
Labels
webRelates to opencode on web / desktopRelates to opencode on web / desktop
Description
Web UI ignores the tui.diff_style configuration setting in opencode.json. When setting tui.diff_style to "stacked", the TUI correctly shows unified diff view, but the web UI continues to use split view.
This is inconsistent with expected behavior - the config should control diff view style across all interfaces (TUI and Web UI).
Steps to reproduce:
- Set
tui.diff_styleto"stacked"in opencode.json - Open TUI - diff view is correctly shown as unified (single column)
- Open Web UI - diff view still shows split (side-by-side)
- Expected: Web UI should also show unified diff view when config is set to "stacked"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
webRelates to opencode on web / desktopRelates to opencode on web / desktop