Commit Graph

90 Commits

Author SHA1 Message Date
Adam b0b9740de9 feat: delete sessions (#362)
publish / publish (push) Has been cancelled
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-06-24 11:07:41 -05:00
Tom 777645ea9b 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 4250f7803b feat(tui): optimistically render user messages
publish / publish (push) Has been cancelled
2025-06-23 12:30:20 -05:00
adamdottv 26fa010891 fix(tui): less incorrect escapingn of < and > 2025-06-23 11:32:32 -05:00
adamdottv 2674e9f6dd fix: markdown wrapping issue 2025-06-23 11:20:44 -05:00
adamdottv 5df7b580c7 fix(tui): help dialog visuals 2025-06-22 14:28:16 -05:00
Márk Magyar a90cb9f298 ignore: fix typos and formatting (#294) 2025-06-22 14:26:46 -04:00
adamdottv a157edb81f fix(tui): cleanup help dialog
publish / publish (push) Has been cancelled
2025-06-22 06:44:23 -05:00
phantomreactor 129469a108 fix: invisible html tags and compact long delay (#304) 2025-06-22 06:29:04 -05:00
adamdottv 31d643736c fix(tui): cleanup modal visuals
publish / publish (push) Has been cancelled
2025-06-22 06:09:23 -05:00
adamdottv 96252dbadc fix(tui): theme dialog visuals 2025-06-22 05:34:22 -05:00
Dax Raad 0ae21cb235 footer clarifies it's showing context usage, not input token usage 2025-06-20 22:52:51 -04:00
adamdottv f4c59e865a fix(tui): visual tweaks to themes
publish / publish (push) Has been cancelled
2025-06-20 15:49:51 -05:00
Márk Magyar 843f831497 feat(tui): theme switcher with preview (#264) 2025-06-20 15:14:05 -05:00
adamdottv fdbdf1d281 chore(tui): rename theme colors 2025-06-20 13:00:31 -05:00
adamdottv 65dcb33041 fix(tui): async load messages on theme/session switch 2025-06-20 11:25:21 -05:00
adamdottv 02ec438865 fix(tui): input latency optimization 2025-06-20 11:08:08 -05:00
adamdottv 8bb4f64b0b fix(tui): fetch tool more defensive
publish / publish (push) Has been cancelled
2025-06-20 09:00:28 -05:00
adamdottv bddfa6557b fix(tui): typeahead open/close perf 2025-06-20 08:20:10 -05:00
adamdottv c90a1a4467 fix(tui): insert newline correctly positioned 2025-06-20 07:42:04 -05:00
adamdottv 0b7358672e fix(tui): input feels laggy 2025-06-20 07:31:45 -05:00
adamdottv 8374977903 fix(tui): better help on home
publish / publish (push) Has been cancelled
2025-06-19 15:56:28 -05:00
adamdottv a0ffc4e7ae fix(tui): better tool titles 2025-06-19 15:11:53 -05:00
adamdottv a879a388a0 feat(tui): better task tool rendering
publish / publish (push) Has been cancelled
2025-06-19 15:02:13 -05:00
adamdottv 5f25476682 fix(tui): sorted tool arg maps 2025-06-19 14:07:33 -05:00
adamdottv 16cc70eda1 fix(tui): sorted tool arg maps 2025-06-19 13:56:09 -05:00
adamdottv 9af0aa12ba fix(tui): overlay border backgrounds 2025-06-19 11:41:30 -05:00
adamdottv 44919b1270 fix(tui): toast placement and overlay rendering 2025-06-19 10:45:10 -05:00
adamdottv 9ccb743875 feat(tui): more toast messages 2025-06-19 10:41:59 -05:00
adamdottv 0d6c436fc8 feat(tui): toast messages 2025-06-19 10:12:29 -05:00
Dax Raad b7319a304f remove opencode_ prefixes from tool names. unfortunately this will break
publish / publish (push) Has been cancelled
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 8c6e559179 feat(tui): expand input to fit message
publish / publish (push) Has been cancelled
2025-06-19 08:45:27 -05:00
Josh 0a853034e5 fix: incorrect command on main screen for exiting application (#201)
publish / publish (push) Has been cancelled
2025-06-18 23:19:43 -04:00
adamdottv 3854f6a63f feat(tui): show provider next to model 2025-06-18 16:09:49 -05:00
adamdottv aa99745a9d chore: tui style tweaks 2025-06-18 15:59:58 -05:00
adamdottv 91107f2889 fix(tui): file completion quirks 2025-06-18 15:51:26 -05:00
adamdottv 14334dbdb2 fix(tui): modal visuals 2025-06-18 15:12:24 -05:00
adamdottv 60b5b046ab chore: cleanup logs 2025-06-18 14:18:46 -05:00
adamdottv 2fe9c6180c fix(tui): help dialog sorting 2025-06-18 14:06:20 -05:00
adamdottv 4e0821f7d9 feat(tui): configurable keybinds and mouse scroll 2025-06-18 13:56:51 -05:00
adamdottv bbd7c065f4 feat: better collapsed tool call visuals
publish / publish (push) Has been cancelled
2025-06-17 08:35:18 -05:00
adamdottv 60c10c7b68 chore: consolidate chat page into tui.go 2025-06-17 07:09:04 -05:00
adamdottv ffe9b6df7e feat: share and init commands
publish / publish (push) Has been cancelled
2025-06-16 15:58:52 -05:00
adamdottv b0b5d2a5cc fix: include cached tokens in tui 2025-06-16 12:59:38 -05:00
adamdottv aa90b03da6 feat: believe it or not, even faster tui init
publish / publish (push) Has been cancelled
2025-06-16 12:34:34 -05:00
adamdottv c482fe1ac8 feat: even faster tui init 2025-06-16 12:24:18 -05:00
adamdottv 6120b64792 feat: faster tui init
publish / publish (push) Has been cancelled
2025-06-16 11:54:55 -05:00
adamdottv 34823c4bc5 chore: remove status service 2025-06-16 10:45:19 -05:00
adamdottv 03a017e8c7 fix: spinner background color 2025-06-16 10:03:44 -05:00
adamdottv 742eed5ce4 fix: background color rendering issues
publish / publish (push) Has been cancelled
2025-06-15 15:07:05 -05:00