Commit Graph

316 Commits

Author SHA1 Message Date
Dax Raad d4ad35748d wip: make api logger sort correctly 2025-07-20 11:54:56 -04:00
adamdotdevin b9aea8f19f wip: file part source in server/api (optional) 2025-07-20 05:39:18 -05:00
adamdotdevin 1654a78cd8 chore: updated tui gitignore 2025-07-20 05:39:18 -05:00
b0tmtl c824f50bc7 fix(windows): resolve numlock and French keyboard input issues (#1165) 2025-07-20 05:28:15 -05:00
Dax Raad c1f56a162d fix bad layout on first render of chat history
publish / publish (push) Has been cancelled
2025-07-19 22:38:36 -04:00
Dax Raad 079526743f fix bash tool rendering
publish / publish (push) Has been cancelled
2025-07-19 22:25:15 -04:00
Aiden Cline 977f474038 fix: adjust editor parsing to handle flags like --wait (#1160) 2025-07-19 20:01:25 -05:00
Dax Raad 3f0f80297f Revert "fix: prevent sparse spacing in hyphenated words (#1102)"
publish / publish (push) Has been cancelled
This reverts commit d01fd0a344.
2025-07-19 19:25:15 -04:00
Dax Raad 64c9908db4 perf: more performance improvements
publish / publish (push) Has been cancelled
2025-07-19 18:41:21 -04:00
Dax Raad 85bbcce7db perf: scroll to bottom in thread
publish / publish (push) Has been cancelled
2025-07-19 17:55:01 -04:00
Dax Raad b236673fa4 disable todo tools when running as task
publish / publish (push) Has been cancelled
2025-07-19 15:54:11 -04:00
Dax Raad 44c91d8c55 ignore: create memo abstraction
publish / publish (push) Has been cancelled
2025-07-19 15:26:26 -04:00
Dax Raad 86541ff922 shitty hack for terrible charm bubbletea performance
publish / publish (push) Has been cancelled
2025-07-19 15:00:11 -04:00
Aiden Cline 4e3c46b941 fix: bullet display (#1148) 2025-07-19 12:36:50 -05:00
Aiden Cline b6b4c4421a fix: escape ansi sequences (#1139) 2025-07-19 12:02:24 -05:00
Yihui Khuu c26b67e045 feat(tui): collapse session header into single line when sharing is disabled (#1145) 2025-07-19 11:43:04 -05:00
Tom d01fd0a344 fix: prevent sparse spacing in hyphenated words (#1102) 2025-07-19 09:28:40 -05:00
CodinCat a1436fa8f9 fix table heading rendering (#1138) 2025-07-18 20:17:22 -05:00
adamdotdevin 3b74b92924 feat(tui): simpler layout, always stretched 2025-07-18 13:03:27 -05:00
Dax d8dd1f2929 wip: optional IDs in api (#1128)
publish / publish (push) Has been cancelled
2025-07-18 13:42:50 -04:00
Dax Raad f8e2ad06d9 message rendering performance improvements 2025-07-18 13:40:07 -04:00
Yihui Khuu 1c4b5526c9 fix: \{return} should be replaced with new line on all lines (#1119) 2025-07-18 06:22:36 -05:00
Timo Clasen 41b9c1378d feat(tui): parse for file attachments when exiting EDITOR (#1117) 2025-07-18 04:47:20 -05:00
Aiden Cline 772324ac8e tweak: remove needless resorting (#1116) 2025-07-18 04:42:43 -05:00
Tom b3410e83ad fix(tui): ensure viewport scrolls to bottom on new messages (#1110) 2025-07-18 04:41:03 -05:00
Alexander Drottsgård 33dc00b47c feat(tui): highlight current session in sessions modal (#1093) 2025-07-17 07:40:15 -05:00
Timo Clasen 693e540323 feat(tui): remove share commands from help if sharing is disabled (#1087) 2025-07-17 04:28:12 -05:00
Aiden Cline 69160619d7 fix: message error centering (#1085) 2025-07-17 04:27:40 -05:00
Timo Clasen 642cb27584 fix(tui): user defined ctrl+z should take precedence over suspending (#1088) 2025-07-17 04:27:02 -05:00
Timo Clasen 2ae3d05101 feat(tui): remove sharing info from session header when sharing is disabled (#1076) 2025-07-16 17:36:48 -05:00
Mike Wallio d568f52f7f Remove binary file opencode (#1069) 2025-07-16 15:10:40 -05:00
adamdotdevin 39f63ed5e0 fix(tui): slightly faster scroll speed 2025-07-16 14:26:46 -05:00
adamdotdevin e333bffb54 feat(tui): more ways to quit 2025-07-16 14:20:28 -05:00
adamdotdevin 63befaffc1 feat(tui): layout config to render full width
publish / publish (push) Has been cancelled
2025-07-16 12:43:02 -05:00
John Henry Rudden 81c478771b Fix: Add escape sequence for @ symbols to prevent send blocking (#1029) 2025-07-16 11:18:48 -05:00
Tom fe9f156dff fix: Prevent division by zero in context percentage calculation (#1055) 2025-07-16 09:35:20 -05:00
Adi Yeroslav ca4c92aafb feat(tui): shift+tab to cycle modes backward (#1049) 2025-07-16 07:43:48 -05:00
adamdotdevin fb9071b1f0 fix(tui): diagnostics rendering 2025-07-16 06:55:14 -05:00
adamdotdevin 0415c0be73 fix(tui): pending tool call width 2025-07-16 06:27:32 -05:00
adamdotdevin d87addc89f fix(tui): render attachments in user messages in accent color 2025-07-16 06:09:27 -05:00
adamdotdevin d795b494c3 chore: messages cleanup 2025-07-16 06:09:27 -05:00
adamdotdevin a270e1e4b9 fix(tui): faster cache algo 2025-07-16 06:09:27 -05:00
adamdotdevin 23a5b323ba chore(tui): simplify messages component, remove navigate, add copy last message 2025-07-16 06:09:26 -05:00
Matias Insaurralde 092c710810 perf: move ANSI regex compilations to package level (#1040)
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
2025-07-16 04:20:25 -05:00
Dax Raad a78f3065ee clean up export command
publish / publish (push) Has been cancelled
2025-07-15 21:50:43 -04:00
Joe Schmitt cd99781e2c feat(tui): add /export command to export conversation to editor (#989)
Co-authored-by: opencode <noreply@opencode.ai>
2025-07-15 13:53:21 -05:00
Dax Raad 7d7ed19879 add small model for title generation
publish / publish (push) Has been cancelled
2025-07-15 14:00:52 -04:00
adamdotdevin 0ae563491b fix(tui): wider max width
publish / publish (push) Has been cancelled
2025-07-15 12:44:41 -05:00
adamdotdevin 2a87b01e00 fix(tui): mouse scroll ansi parsing and perf 2025-07-15 12:03:30 -05:00
Timo Clasen 4fee633821 feat(tui): add keymap to remove entries from recently used models (#1019) 2025-07-15 11:20:56 -05:00