opencode
opencode copied to clipboard
Add configurable time format support
- Add time_format config option: 'detect', '12h', '24h'
- Auto-detects system preference on macOS, defaults to 12h elsewhere
- Updates TUI to display timestamps in user's preferred format
only thing i see missing is a call to app.SaveState to save the detected time format!