Commit graph

220 commits

Author SHA1 Message Date
adamdottv
d2176064e1
fix(tui): min width on user messages 2025-06-27 06:31:13 -05:00
adamdottv
35fba793d0
fix(tui): editor width issues 2025-06-26 12:57:11 -05:00
adamdottv
5358d43b74
feat(tui): show lsp diagnostics for edit and write tools 2025-06-26 12:47:17 -05:00
adamdottv
f777347bac
fix(tui): chat editor aesthetics 2025-06-26 12:44:44 -05:00
adamdottv
8edbb74352
fix(tui): editor spinner colors 2025-06-26 12:21:20 -05:00
Adam
7d13baadc8
feat: default system theme (#419)
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-06-26 10:16:07 -05:00
Aiden Cline
0b1a8ae699
fix: file completions replaced wrong text when paths overlap (#378) 2025-06-24 18:13:15 -05:00
Tom
6bc61cbc2d
feat(tui): add debounce logic to escape key interrupt (#169)
Co-authored-by: opencode <noreply@opencode.ai>
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-06-24 06:31:02 -05:00
adamdottv
8d3b2fb821
feat(tui): optimistically render user messages 2025-06-23 12:30:20 -05:00
adamdottv
5e79e3d7a5
fix(tui): less incorrect escapingn of < and > 2025-06-23 11:32:32 -05:00
adamdottv
61f057337a
fix: markdown wrapping issue 2025-06-23 11:20:44 -05:00
phantomreactor
28bc49ad17
fix: invisible html tags and compact long delay (#304) 2025-06-22 06:29:04 -05:00
adamdottv
8b73c52f00
chore(tui): rename theme colors 2025-06-20 13:00:31 -05:00
adamdottv
9ea0d71e8d
fix(tui): async load messages on theme/session switch 2025-06-20 11:25:21 -05:00
adamdottv
b1a3599017
fix(tui): input latency optimization 2025-06-20 11:08:08 -05:00
adamdottv
7b0329f67f
fix(tui): fetch tool more defensive 2025-06-20 09:00:28 -05:00
adamdottv
40b1dd7ef2
fix(tui): insert newline correctly positioned 2025-06-20 07:42:04 -05:00
adamdottv
3728a12bee
fix(tui): better help on home 2025-06-19 15:56:28 -05:00
adamdottv
15a8936806
fix(tui): better tool titles 2025-06-19 15:11:53 -05:00
adamdottv
4e4cff49c0
feat(tui): better task tool rendering 2025-06-19 15:02:13 -05:00
adamdottv
5540503bee
fix(tui): sorted tool arg maps 2025-06-19 14:07:33 -05:00
adamdottv
72108c0296
fix(tui): sorted tool arg maps 2025-06-19 13:56:09 -05:00
adamdottv
4cdc86612c
fix(tui): overlay border backgrounds 2025-06-19 11:41:30 -05:00
adamdottv
f48eac638d
feat(tui): more toast messages 2025-06-19 10:41:59 -05:00
Dax Raad
26bab00dab remove opencode_ prefixes from tool names. unfortunately this will break
all old sessions and share links. we'll be more backwards compatible in
the future once we're more stable.
2025-06-19 09:59:44 -04:00
adamdottv
568c04753e
feat(tui): expand input to fit message 2025-06-19 08:45:27 -05:00
Josh
bb6b56b72a
fix: incorrect command on main screen for exiting application (#201) 2025-06-18 23:19:43 -04:00
adamdottv
183ca64ef9
feat(tui): show provider next to model 2025-06-18 16:09:49 -05:00
adamdottv
8c32cfe829
chore: tui style tweaks 2025-06-18 15:59:58 -05:00
adamdottv
87d1d3fb62
fix(tui): file completion quirks 2025-06-18 15:51:26 -05:00
adamdottv
bd46cf0f86
feat(tui): configurable keybinds and mouse scroll 2025-06-18 13:56:51 -05:00
adamdottv
2d68814abc
feat: better collapsed tool call visuals 2025-06-17 08:35:18 -05:00
adamdottv
a5da5127fa
chore: consolidate chat page into tui.go 2025-06-17 07:09:04 -05:00
adamdottv
d6d45bdc63
feat: share and init commands 2025-06-16 15:58:52 -05:00
adamdottv
b9f894f1e9
feat: even faster tui init 2025-06-16 12:24:18 -05:00
adamdottv
7c0d10a4ce
feat: faster tui init 2025-06-16 11:54:55 -05:00
adamdottv
3c94d26570
chore: remove status service 2025-06-16 10:45:19 -05:00
adamdottv
3c4e966216
fix: spinner background color 2025-06-16 10:03:44 -05:00
adamdottv
77a6b3bdd6
fix: background color rendering issues 2025-06-15 15:07:05 -05:00
adamdottv
b8a89dab0f
fix: background color rendering issues 2025-06-15 05:57:15 -05:00
Dax Raad
c4ff8dd205 revert ctrl+d - conflicts with page down 2025-06-14 21:29:02 -04:00
Conor O'Brien
d097c546db
nit: update commands displayed on home to match commands available (#108) 2025-06-14 18:56:44 -04:00
Gal Schlezinger
adb54521b4
make ctrl+d quit too, just like shells (#105) 2025-06-14 18:56:34 -04:00
Gal Schlezinger
fe109c921e
add focus tracking for tui so cursor will hide when not in focus (#103) 2025-06-14 14:53:43 -05:00
Mantena Rama Raju
27d3cec477
typo (#94) 2025-06-14 14:36:29 -04:00
adamdottv
67023bb007
wip: refactoring tui 2025-06-13 15:56:33 -05:00
adamdottv
10ddd654cf
wip: refactoring tui 2025-06-13 11:27:05 -05:00
adamdottv
62b9a30a9c
wip: refactoring tui 2025-06-13 10:47:51 -05:00
adamdottv
5706c6ad3a
wip: refactoring tui 2025-06-13 09:57:54 -05:00
adamdottv
e8e03c895a
wip: refactoring tui 2025-06-13 09:44:09 -05:00