Commit graph

62 commits

Author SHA1 Message Date
Yihui Khuu
46c246e01f
fix: \{return} should be replaced with new line on all lines (#1119) 2025-07-18 06:22:36 -05:00
Timo Clasen
df33143396
feat(tui): parse for file attachments when exiting EDITOR (#1117) 2025-07-18 04:47:20 -05:00
adamdotdevin
f7dd48e60d
feat(tui): more ways to quit 2025-07-16 14:20:28 -05:00
adamdotdevin
cdc1d8a94d
feat(tui): layout config to render full width 2025-07-16 12:43:02 -05:00
adamdotdevin
533f64fe26
fix(tui): rework lists and search dialog 2025-07-15 08:07:26 -05:00
adamdotdevin
54fe3504ba
feat(tui): accent editor border on leader key 2025-07-10 12:57:22 -05:00
Aiden Cline
8b2a909e1f
fix: encode & decode file paths (#843) 2025-07-10 11:19:54 -05:00
adamdottv
f95c3f4177
fix(tui): fouc in textarea on app load 2025-07-10 08:20:17 -05:00
Adi Yeroslav
a1701678cd
feat(tui): /editor - change the auto-send behavior to put content in input box instead (#827) 2025-07-10 05:57:52 -05:00
adamdottv
85dbfeb314
feat(tui): @symbol attachments 2025-07-10 05:53:00 -05:00
Timo Clasen
f22021187d
feat(tui): treat pasted text file paths as file references (#809) 2025-07-09 18:37:39 -05:00
adamdottv
3f25e5bf86
chore: internal clipboard package 2025-07-09 04:55:24 -05:00
adamdottv
58b1c58bc5
fix(tui): clear command priority
Some checks are pending
deploy / deploy (push) Waiting to run
publish / publish (push) Waiting to run
2025-07-08 19:26:50 -05:00
Yihui Khuu
7893b84614
Add debounce before exit when using non-leader exit command (#759) 2025-07-08 18:53:38 -05:00
adamdottv
f31cbf2744
fix: image reading 2025-07-08 13:02:13 -05:00
adamdottv
662d022a48
feat(tui): paste images and pdfs 2025-07-08 08:09:01 -05:00
adamdottv
ea96ead346
feat(tui): handle --model and --prompt flags 2025-07-08 05:50:18 -05:00
Dax
f884766445
v2 message format and upgrade to ai sdk v5 (#743)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me>
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com>
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-07-07 15:53:43 -04:00
Dax Raad
ea6bfef21a use full filepath
Some checks are pending
deploy / deploy (push) Waiting to run
publish / publish (push) Waiting to run
2025-07-04 17:58:03 -04:00
adamdottv
b8d276a049
fix(tui): full paths for attachments 2025-07-04 11:42:22 -05:00
Dax Raad
ee01f01271 file attachments 2025-07-04 12:24:01 -04:00
adamdottv
f6108b7be8
fix(tui): handle pdf and image @ files 2025-07-04 11:13:09 -05:00
adamdottv
f9abc7c84f
feat(tui): file attachments 2025-07-04 10:55:02 -05:00
adamdottv
c82a060eca
feat(tui): file viewer, select messages 2025-07-02 16:08:11 -05:00
adamdottv
739a9f71c3
fix(tui): layout issues 2025-07-01 06:41:39 -05:00
adamdottv
9f3ba03965
chore: rework layout primitives 2025-06-30 12:29:29 -05:00
adamdottv
35fba793d0
fix(tui): editor width issues 2025-06-26 12:57:11 -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
b1a3599017
fix(tui): input latency optimization 2025-06-20 11:08:08 -05:00
adamdottv
40b1dd7ef2
fix(tui): insert newline correctly positioned 2025-06-20 07:42:04 -05:00
adamdottv
4cdc86612c
fix(tui): overlay border backgrounds 2025-06-19 11:41:30 -05:00
adamdottv
568c04753e
feat(tui): expand input to fit message 2025-06-19 08:45:27 -05: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
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
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
Dax Raad
c4ff8dd205 revert ctrl+d - conflicts with page down 2025-06-14 21:29:02 -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
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