summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/components/chat/editor.go
AgeCommit message (Expand)Author
2025-07-22wip: tui apiDax Raad
2025-07-21feat(tui): add ctrl+p and ctrl-n to history navigation (#1199)Timo Clasen
2025-07-21fix(tui): up/down arrow handlingadamdotdevin
2025-07-21feat(tui): paste minimizing (#784)plyght
2025-07-21fix(tui): restore spinner ticksadamdotdevin
2025-07-21feat(tui): message history select with up/down arrowsadamdotdevin
2025-07-18feat(tui): simpler layout, always stretchedadamdotdevin
2025-07-18wip: optional IDs in api (#1128)Dax
2025-07-18fix: \{return} should be replaced with new line on all lines (#1119)Yihui Khuu
2025-07-18feat(tui): parse for file attachments when exiting EDITOR (#1117)Timo Clasen
2025-07-16feat(tui): more ways to quitadamdotdevin
2025-07-16feat(tui): layout config to render full widthadamdotdevin
2025-07-15fix(tui): rework lists and search dialogadamdotdevin
2025-07-10feat(tui): accent editor border on leader keyadamdotdevin
2025-07-10fix: encode & decode file paths (#843)Aiden Cline
2025-07-10fix(tui): fouc in textarea on app loadadamdottv
2025-07-10feat(tui): /editor - change the auto-send behavior to put content in input bo...Adi Yeroslav
2025-07-10feat(tui): @symbol attachmentsadamdottv
2025-07-09feat(tui): treat pasted text file paths as file references (#809)Timo Clasen
2025-07-09chore: internal clipboard packageadamdottv
2025-07-08fix(tui): clear command priorityadamdottv
2025-07-08Add debounce before exit when using non-leader exit command (#759)Yihui Khuu
2025-07-08fix: image readingadamdottv
2025-07-08feat(tui): paste images and pdfsadamdottv
2025-07-08feat(tui): handle --model and --prompt flagsadamdottv
2025-07-07v2 message format and upgrade to ai sdk v5 (#743)Dax
2025-07-04use full filepathDax Raad
2025-07-04fix(tui): full paths for attachmentsadamdottv
2025-07-04file attachmentsDax Raad
2025-07-04fix(tui): handle pdf and image @ filesadamdottv
2025-07-04feat(tui): file attachmentsadamdottv
2025-07-02feat(tui): file viewer, select messagesadamdottv
2025-07-01fix(tui): layout issuesadamdottv
2025-06-30chore: rework layout primitivesadamdottv
2025-06-26fix(tui): editor width issuesadamdottv
2025-06-26fix(tui): chat editor aestheticsadamdottv
2025-06-26fix(tui): editor spinner colorsadamdottv
2025-06-26feat: default system theme (#419)Adam
2025-06-24fix: file completions replaced wrong text when paths overlap (#378)Aiden Cline
2025-06-24feat(tui): add debounce logic to escape key interrupt (#169)Tom
2025-06-20fix(tui): input latency optimizationadamdottv
2025-06-20fix(tui): insert newline correctly positionedadamdottv
2025-06-19fix(tui): overlay border backgroundsadamdottv
2025-06-19feat(tui): expand input to fit messageadamdottv
2025-06-18feat(tui): show provider next to modeladamdottv
2025-06-18chore: tui style tweaksadamdottv
2025-06-18fix(tui): file completion quirksadamdottv
2025-06-18feat(tui): configurable keybinds and mouse scrolladamdottv
2025-06-17chore: consolidate chat page into tui.goadamdottv
2025-06-16feat: share and init commandsadamdottv