Commit Graph

147 Commits

Author SHA1 Message Date
Rhys Sullivan 850eee623c [feat]: prompt stashing (#6021) 2025-12-23 09:58:00 -06:00
Sebastian Herrlinger beba422835 indent wrapped todo items properly 2025-12-23 15:44:45 +01:00
Sebastian Herrlinger 3af7592bfe no intermediate autocomplete result to avoid flickering 2025-12-23 12:22:34 +01:00
Aiden Cline 50fab0b838 feat: better styling for small screens (short and/or not wide) (#5968) 2025-12-22 18:00:26 -06:00
Josh Thomas 135c7944f4 fix(tui): resize textarea if text inserted via appendPrompt TUI API (#5983) 2025-12-22 16:29:18 -06:00
Neil Daquioag b7a01f8d00 fix: support clipboard image paste (Ctrl+V) on Windows (#5919) 2025-12-21 21:18:47 -06:00
Sherlock Holmes 54bbb9cc23 feat(tui): implement smooth scrolling for autocomplete dropdown navigation (#5559)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-19 00:40:16 -06:00
Ariane Emory ecadcaddc3 feat(tui): fork slash command for keyboard-friendly session forking (resolves #5599) (#5610)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-18 10:38:19 -06:00
Spoon 723f1aeeb4 UI: show plugins in /status (#4515)
Co-authored-by: GitHub Action <action@github.com>
2025-12-17 15:01:52 -06:00
Ravi Kumar 0d7b285ffc fix(tui): resolve session_status TypeError (#5520) 2025-12-17 11:38:05 -06:00
Aiden Cline 0ae5f2b753 fix: keep session dialog open if deleting session 2025-12-17 11:29:55 -06:00
Sebastian Herrlinger 735d7df5fb upgrade opentui to v0.1.61 2025-12-17 09:38:04 +01:00
Dax Raad ca052fdec3 tui: fix autocomplete file loading and update dependencies 2025-12-16 13:37:22 -05:00
Ariane Emory f97f184807 fix: record shell mode in history (resolves #5454) (#5551) 2025-12-15 14:42:17 -06:00
justfortheloveof 98c97b99fb tweak: prioritize fuzzysort results that start with user input (#5571) 2025-12-15 14:22:37 -06:00
Nalin Singh e276eecdb2 fix: input lip visibility for transparent themes (#5544) 2025-12-14 23:10:33 -06:00
Mark Jaquith 16416d139c feat(cli): auto-submit prompt when using --prompt flag (#4510) 2025-12-14 21:06:04 -06:00
Dax c9c6b26a2e LLM cleanup (#5462)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-14 21:11:30 -05:00
GitHub Action 70d06daef0 chore: format code 2025-12-14 17:48:34 +00:00
Nalin Singh f78ea561c9 fix: ensure input borders are drawn in transparent themes (#5524) 2025-12-14 11:48:02 -06:00
David Hill aa76c0dda7 Merge branch 'dev' of https://github.com/sst/opencode into dev 2025-12-12 22:50:50 +00:00
David Hill f5b97fd47c fix: mute the whole prompt area when leader key is active 2025-12-12 22:50:48 +00:00
Sebastian Herrlinger 46ba4b63cb only exit app when prompt is empty, otherwise fallthrough, fix #5457 2025-12-12 22:45:28 +01:00
David Hill e06ff4f8f0 Merge branch 'dev' of https://github.com/sst/opencode into dev 2025-12-12 09:44:06 +00:00
David Hill fbcc5792b1 fix: make the logo on the home screen non-selectable 2025-12-12 09:43:41 +00:00
Rhys Sullivan 58d2608447 [feat]: show indicator for in progress chats in the sessions list (#5417) 2025-12-11 21:57:03 -05:00
Koichi Nakayamada f6179ba902 fix: add fg color to some TUI text elements for light mode visibility (#5378) 2025-12-11 16:29:34 -06:00
Aiden Cline 5d103fe75a tweak(tui): better error msg rendering 2025-12-11 16:22:10 -06:00
Sebastian Herrlinger 7d0ed22773 fix super modifier parsing 2025-12-11 19:20:23 +01:00
Sebastian Herrlinger 5254c1f489 allow custom mappings for all textarea actions via config 2025-12-11 17:23:47 +01:00
Sebastian Herrlinger 505b744f5d bump opentui to v0.1.60, fixing doubled key events on some older terminal emulators and add_buffer leaks for prompt input 2025-12-10 15:03:14 +01:00
Sebastian Herrlinger 56984a15b6 remove input_forward_delete special handling 2025-12-10 14:55:56 +01:00
Adam 274f0b8a5a fix: exit aliases 2025-12-10 02:49:54 -06:00
Adam 0963bd84d1 fix(tui): order 2025-12-09 06:13:36 -06:00
Ariane Emory 064cfa96b6 fix: sort sessions by updated time (resolves #5074) (#5080) 2025-12-08 15:04:39 -06:00
Sebastian Herrlinger 2a7c72f220 set theme text color for no matching items in auto complete 2025-12-08 20:59:00 +01:00
Daniel Polito 12db150690 feat: ability to toggle MCP Servers in TUI (#4509) 2025-12-08 11:31:22 -06:00
GitHub Action cd569426ec chore: format code 2025-12-08 04:22:50 +00:00
Ariane Emory 7d446e570b fix: Sort themes in the /theme modal alphabetically (resolves #5217) (#5219)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-07 22:20:40 -06:00
Dax 616265d0ef v2 SDK (#5216)
Co-authored-by: GitHub Action <action@github.com>
2025-12-07 19:04:14 -05:00
André Cruz 29a40e2267 feat(mcp): add OAuth authentication support for remote MCP servers (#5014) 2025-12-07 15:47:27 -05:00
Mikheil Berishvili b01398d9d3 fix: autocomplete popup repositions on window resize (#5196) 2025-12-07 12:25:35 -06:00
Dax Raad 6ea4900f84 sync 2025-12-06 18:21:32 -05:00
Dax Raad e224c55556 tui: prevent deprecated models from appearing in model picker 2025-12-06 18:18:45 -05:00
Aiden Cline 9c1ff1c9a5 tui: fix /new slash command being persisted in prompt input 2025-12-04 12:01:13 -06:00
Daniel Gray dd7670c48a Preserve prompt input when creating new session (#4993) 2025-12-04 11:12:58 -06:00
Adam 7e21f41892 fix(tui): cursor color 2025-12-04 06:56:48 -06:00
Aiden Cline 844d326f90 fix: tui crash when no authed providers and default provider disabled (#4964) 2025-12-01 18:35:40 -06:00
Aiden Cline b3fa3d4475 get codex working in copilot (#4914)
Co-authored-by: OpeOginni <107570612+OpeOginni@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
2025-11-29 21:47:29 -06:00
Sebastian Herrlinger 211ae32359 tweak spinner to be bg independent 2025-11-30 00:50:30 +01:00