Commit Graph

435 Commits

Author SHA1 Message Date
Ravi Kumar 2417e7ea87 fix: auto upgrade toast message (#4625)
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: opencode <opencode@sst.dev>
2025-11-22 16:26:46 -06:00
Goni Zahavy e7dc4e2365 tui: added ctrl-z terminal suspension support (#3983) 2025-11-22 12:48:23 -06:00
Dax Raad 630b993434 tui: remove bullet prefix from timestamps in session view for cleaner display 2025-11-22 13:11:08 -05:00
Dax Raad 5e45e84942 more flickering fixes 2025-11-22 13:03:44 -05:00
Dax Raad a15abe7d46 tui: keep assistant footer from crashing after compaction 2025-11-22 18:00:54 +00:00
Dax Raad 962a266ac1 improve model footer 2025-11-22 12:54:02 -05:00
Valerio Di Maggio 7a47275827 Showed end time for agent loop and changed message time to show date if not current day (#4503)
Co-authored-by: GitHub Action <action@github.com>
2025-11-22 11:49:50 -06:00
Dax Raad 42628ad9a4 fix flickering/layout shift during work 2025-11-22 00:49:35 -05:00
Dax aed647068f enterprise (#4617)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-11-21 20:41:27 -05:00
Dax Raad edb2002294 ci: disable automatic config loading during CLI builds to prevent configuration interference 2025-11-21 19:08:51 -05:00
Tommy D. Rossi d58fc8fd63 feat: lower opacity for thinking summaries (#4610) 2025-11-21 17:35:47 -06:00
Dax Raad ee64c0ad2b tui: split revert memo into smaller tracked computations to prevent unnecessary re-evaluations 2025-11-21 18:27:25 -05:00
Dax Raad c37a28464b tui: batch SDK events to reduce render churn and improve responsiveness
Intelligently queue events and flush them in 16ms batches. Events processed within 16ms of the last flush are batched together to reduce the number of store updates and re-renders, preventing jank when receiving rapid consecutive events. Events after a 16ms gap are processed immediately to avoid adding latency.
2025-11-21 17:42:02 -05:00
Ian Maurer c19dc1ec61 fix(cli): ensure clean exit on provider/model errors (#4223)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-21 02:01:19 -06:00
Dax Raad 1fa2d3e032 hide gpt5 nano 2025-11-21 00:58:02 -05:00
Dax Raad cbe5707ae3 tui: replace text shimmer with animated progress bar during model processing 2025-11-21 00:47:27 -05:00
Dax Raad 7901aa0e54 tui: simplify popular providers list to show only top 6 instead of applying provider priority sorting 2025-11-21 00:32:21 -05:00
Dax e9141bf5cd Tui onboarding (#4569)
Co-authored-by: GitHub Action <action@github.com>
2025-11-21 00:21:06 -05:00
Zak 849a7bc69c tweak: adjust invalid directory error message (#4567)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 22:36:07 -06:00
Aiden Cline a542f64924 fix: split not a function error 2025-11-20 22:33:59 -06:00
Aiden Cline c52cbc0c1a fix: undefined err 2025-11-20 18:43:58 -06:00
Aiden Cline a762aead7f tweak: navigate to child session if it is asking for permissions 2025-11-20 15:46:49 -06:00
Aiden Cline 1331c5a4ab Revert "Image tag fix for real this time (#4540)"
This reverts commit 97d62fc17d.
2025-11-20 14:14:02 -06:00
shuv 97d62fc17d Image tag fix for real this time (#4540)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 12:34:39 -06:00
William Tan 2b5a652a8c tweak: Prefer VISUAL environment variable over EDITOR per Unix convention (#4549)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 11:27:16 -06:00
Haris Gušić 6077a87563 fix: Autocomplete with existing space after trigger (#4121)
Co-authored-by: GitHub Action <action@github.com>
2025-11-20 10:37:45 -06:00
Aiden Cline dfbf310bbd chore: rm unused code 2025-11-20 00:10:51 -06:00
Aiden Cline edd4c63993 tweak: let user name export file 2025-11-19 23:58:40 -06:00
Aiden Cline 19d7a9ec8c fix: make toast wrap 2025-11-19 22:50:27 -06:00
Aiden Cline db2353a33b tweak: make /export go to cwd 2025-11-19 22:45:40 -06:00
Dax Raad 7d2f35f420 refactor: switch to Switch/Match pattern for assistant message status rendering 2025-11-19 20:18:15 -05:00
Dax 352ffac8bd fix: resolve issue 4475 (#4505) 2025-11-19 13:10:09 -05:00
Aiden Cline 319a740ef1 Revert "Added subagents to agents modal, non-selectable (#4460)"
This reverts commit 84bd53a679.
2025-11-19 11:00:38 -06:00
Aiden Cline bb3a069b1d tweak: toast 2025-11-19 00:51:07 -06:00
opencode-agent[bot] 84bd53a679 Added subagents to agents modal, non-selectable (#4460)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-19 00:40:47 -06:00
Dax Raad 61d961e713 better gemini retry errors 2025-11-18 17:11:29 -05:00
OpeOginni 59cebb31b2 fix: allow for theme references (#4450) 2025-11-18 14:26:42 -06:00
opencode-agent[bot] 98fcde4e65 Added opencode agent list command to show all available agents with details. (#4446)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-18 13:25:53 -06:00
Dax Raad b0cdcb234b fix gpt compaction issue 2025-11-18 13:10:00 -05:00
Dax Raad 9673e10d91 fix model dialog sorting 2025-11-18 12:10:19 -05:00
Albert O'Shea 56f211ffd9 feat: nix support for the nix folks (#3924)
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2025-11-18 00:46:49 -06:00
opencode-agent[bot] f10ee34a19 Added width constraints to toast component for proper text wrapping. (#4441)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-11-18 00:23:36 -06:00
Dax Raad d3de88af1d respect server suggestion for default model 2025-11-17 20:53:48 -05:00
Aiden Cline ca93938a78 fix /exit 2025-11-17 16:13:41 -06:00
Aiden Cline aa8912f36c Revert "fix: system theme background to use 'none' for terminal transparency (#4408)"
This reverts commit de7090ecf4.
2025-11-17 16:03:27 -06:00
opencode-agent[bot] d45210c1ec Added /thinking slash command to toggle thinking blocks visibility in OpenTUI. (#4424)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-17 15:16:35 -06:00
Haris Gušić c7eaee452e chore: Remove obsolete 'any' type annotation (#4423) 2025-11-17 14:27:43 -06:00
Aiden Cline 35825c2835 Reapply "fix: system theme background to use 'none' for terminal transparency" (#4415)
This reverts commit 368a75c983.
2025-11-17 10:39:53 -06:00
Dax Raad a601bc1c40 better retry display 2025-11-17 11:31:10 -05:00
Aiden Cline 368a75c983 Revert "fix: system theme background to use 'none' for terminal transparency" (#4415) 2025-11-17 10:24:20 -06:00