opencode/packages/tui
Matthew Glazar 373e80c8ff fix(tui): don't use path/filepath for embed
EmbedFS uses '/' always for file paths. It does not support '\' even on
Windows. Make sure we don't give EmbedFS a '\' path on Windows. This
lets the TUI find the theme files, avoiding crashes in various parts of
the code that assume a theme exists.
2025-06-24 18:02:38 -04:00
..
cmd/opencode Add error handling on the calls to the server to debug issue #132 (#137) 2025-06-21 07:24:39 -05:00
internal fix(tui): don't use path/filepath for embed 2025-06-24 18:02:38 -04:00
pkg/client feat: delete sessions (#362) 2025-06-24 11:07:41 -05:00
.goreleaser.yml sync 2025-05-30 20:48:36 -04:00
go.mod fix: incorrect lipgloss version (#131) 2025-06-16 14:35:46 -05:00
go.sum ci: fixed ci issue 2025-06-16 16:58:25 -04:00