215 Commits

Author SHA1 Message Date
adamdottv ef6b98fa13 fix(tui): clear command priority
publish / publish (push) Has been cancelled
2025-07-08 19:26:50 -05:00
Yihui Khuu d5158cdf14 Add debounce before exit when using non-leader exit command (#759) 2025-07-08 18:53:38 -05:00
Dax Raad 983f3de849 wip: remove excess import
publish / publish (push) Has been cancelled
2025-07-08 19:51:09 -04:00
adamdottv 2c3558df56 chore: vendor clipboard into go package 2025-07-08 18:48:40 -05:00
adamdottv 86d8e09307 chore: remove clipboard temp 2025-07-08 18:47:59 -05:00
adamdottv bfef7b322c chore: vendor clipboard into go package 2025-07-08 18:46:42 -05:00
adamdottv f640a3a27c fix(tui): panic when reading/writing clipboard on linux 2025-07-08 18:29:45 -05:00
Timo Clasen 4c88ecacab fix: make compact command interruptible (#691)
publish / publish (push) Has been cancelled
Co-authored-by: GitHub Action <action@github.com>
2025-07-08 15:37:25 -05:00
Robb Currall 061c8aa3e9 fix: support cancelled task state (#775) 2025-07-08 15:33:39 -05:00
adamdottv 5ea5ebbbdd fix(tui): pasting causes panic on macos 2025-07-08 14:57:17 -05:00
adamdottv b2a0eb3e6a fix(tui): model/provider arg parsing 2025-07-08 14:11:57 -05:00
adamdottv e5dee9c760 fix: image reading
publish / publish (push) Has been cancelled
2025-07-08 13:02:13 -05:00
adamdottv 90c521226f feat(tui): command aliases 2025-07-08 08:20:55 -05:00
adamdottv 162497783b feat(tui): paste images and pdfs 2025-07-08 08:09:01 -05:00
adamdottv 9007c6b36d feat(tui): handle --model and --prompt flags 2025-07-08 05:50:18 -05:00
Dax Raad ca926515b2 better handling of aborting sessions
publish / publish (push) Has been cancelled
2025-07-07 20:59:00 -04:00
Dax 9cad702612 v2 message format and upgrade to ai sdk v5 (#743)
publish / publish (push) Has been cancelled
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 e5275df48e use full filepath
publish / publish (push) Has been cancelled
2025-07-04 17:58:03 -04:00
Dax Raad 79d0545e0a fix input bar not rendering capital letters
publish / publish (push) Has been cancelled
2025-07-04 17:21:51 -04:00
Timo Clasen 00e50865f1 fix(tui): optimistic rendering (#692) 2025-07-04 16:06:57 -05:00
Dax Raad 4a274ef8a0 make file attachments work good like
publish / publish (push) Has been cancelled
2025-07-04 16:21:26 -04:00
adamdottv 0848fc6164 fix(tui): full paths for attachments 2025-07-04 11:42:22 -05:00
Dax Raad 4d2ed3c930 file attachments 2025-07-04 12:24:01 -04:00
adamdottv 973a6708ce fix(tui): markdown wrapping off sometimes 2025-07-04 11:16:38 -05:00
adamdottv c399f75f2f fix(tui): handle pdf and image @ files 2025-07-04 11:13:09 -05:00
adamdottv 6270feab77 feat(tui): render attachments 2025-07-04 10:55:02 -05:00
adamdottv 9ac592b58b feat(tui): file attachments 2025-07-04 10:55:02 -05:00
adamdottv f062b39ad3 fix(tui): slower startup due to file.status 2025-07-04 10:55:01 -05:00
adamdottv d49a1304f8 chore: simplify completions 2025-07-03 12:48:22 -05:00
adamdottv 0763cff26c chore: better local dev with stainless script 2025-07-03 11:49:15 -05:00
adamdottv dfff25a241 fix(tui): panic on completions failure
publish / publish (push) Has been cancelled
2025-07-03 10:53:43 -05:00
adamdottv b7bd7c28e2 fix(tui): redundant tool calls in each message in collapsed mode
publish / publish (push) Has been cancelled
2025-07-03 10:42:27 -05:00
adamdottv 384ab92fe4 fix(tui): include orphaned tool calls 2025-07-03 09:32:44 -05:00
adamdottv fdeff1c5b4 fix(tui): selected message visuals 2025-07-03 09:03:04 -05:00
adamdottv f733412538 feat(tui): unshare command
publish / publish (push) Has been cancelled
2025-07-03 07:09:09 -05:00
adamdottv 85d21de2bc fix(tui): always show status bar 2025-07-03 06:53:05 -05:00
adamdottv b99f76142b fix(tui): better highlight visuals 2025-07-03 06:49:37 -05:00
Craig Andrews a7ae9e2c7e fix: simplify parallel map using channels (#582) 2025-07-03 05:43:10 -05:00
Lev 685969001c fix: properly handle utf-8 in diff highlighting (#585) 2025-07-03 05:42:40 -05:00
andrewxt 05a535d1c3 fix mouse scroll events being interpreted as keyboard input (#628) 2025-07-02 23:26:09 -04:00
Dax Raad 196fc6b0e1 fix(tui): change messages layout toggle keybinding from <leader>m to <leader>p
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-07-02 20:06:30 -04:00
adamdottv cbae63697e feat(tui): file viewer, select messages 2025-07-02 16:08:11 -05:00
Timo Clasen 6ab9f3f277 fix(tui): no space between agent and user message (#598) 2025-07-02 05:12:49 -05:00
adamdottv 01f00e1c5e fix(tui): better message rendering performance
publish / publish (push) Has been cancelled
2025-07-01 07:57:45 -05:00
adamdottv 05ff77816e fix(tui): layout issues 2025-07-01 06:41:39 -05:00
Timo Clasen 07ef626992 feat: better model dialog with sorting by release date (#563) 2025-07-01 05:28:32 -05:00
adamdottv f83afc58c8 chore: include model release date 2025-06-30 15:46:18 -05:00
Dax Raad d438216a95 fix bash tool extra line 2025-06-30 15:31:30 -04:00
Dax Raad 98de39d0b8 fix formatting of bash tools
publish / publish (push) Has been cancelled
2025-06-30 15:28:59 -04:00
adamdottv bda7396a92 fix(tui): layout issues
publish / publish (push) Has been cancelled
2025-06-30 14:04:56 -05:00