Commit Graph

73 Commits

Author SHA1 Message Date
Matt Silverlock 632f32434c themes: add new orng theme (#5267)
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-12-08 20:17:10 -06:00
Sebastian Herrlinger 7471e025c1 bump opentui to v0.1.58, fixing diff color issues in light themes 2025-12-08 21:59:09 +01:00
Daniel Polito 12db150690 feat: ability to toggle MCP Servers in TUI (#4509) 2025-12-08 11:31:22 -06:00
rari404 3141b2f0a7 feat: add theme support for thinking text opacity (#5240) 2025-12-08 11:06:46 -06:00
Bishal Roy f698e3af23 feat: add catppuccin-macchiato theme (#5225) 2025-12-08 10:27:03 -06:00
Dax 616265d0ef v2 SDK (#5216)
Co-authored-by: GitHub Action <action@github.com>
2025-12-07 19:04:14 -05:00
Saatvik Arya edaf18830f feat(tui): add dynamic terminal window title (#5112) 2025-12-06 14:49:11 -06:00
Dak Washbrook dbf1922ef7 feat: add mercury.com theme (#5141) 2025-12-06 14:27:56 -06:00
Anthony Shew 84fde5ee99 feat(theme): Vercel (#5119)
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-12-05 10:01:20 -06:00
Daniel Gray dd7670c48a Preserve prompt input when creating new session (#4993) 2025-12-04 11:12:58 -06:00
Jason Cheatham 0abc227805 fix: handle 0 in ANSI theme color definitions (#5009) 2025-12-02 22:42:30 -06:00
Dalton Alexandre 46b4dcdb48 fix: handle ANSI color indexes in theme resolution (#4842) 2025-12-02 10:45:22 -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
Dax 50ccfd7b75 tui design refinement (#4809) 2025-11-26 20:11:39 -05:00
Dax Raad 723cbf548a lil branch refactor 2025-11-26 12:34:48 -05:00
Jensen 75254b1afd fix(tui): show bootstrap errors instead of {} to trace (#4779)
Co-authored-by: Github Action <action@github.com>
2025-11-26 10:49:55 -06:00
opencode-agent[bot] 3aa85e85a0 Renamed vcs.changed to vcs.branch.updated (#4771)
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-26 01:17:59 -06:00
shuv 533f642e8e Add favorites to model selector (#23) (#4343)
Co-authored-by: Github Action <action@github.com>
2025-11-26 00:41:41 -06:00
Aiden Cline 21bf5a10e5 show current git branch in tui (#4765)
Co-authored-by: GitHub Action <action@github.com>
2025-11-25 21:39:20 -06:00
Dax Raad 239db60587 tui: fix event subscription cleanup in SDK context 2025-11-25 21:32:56 -05:00
Dax Raad cca71babf4 tui: prevent re-fetching already synced sessions when switching sessions 2025-11-24 21:43:11 -05:00
Aiden Cline cad68b1e70 fix: persist light vs dark mode 2025-11-24 01:51:13 -06:00
Aiden Cline 5d7728617e fix: fatal: undefined is not an object (evaluating 'color.buffer') 2025-11-23 23:56:15 -06:00
Ariane Emory 3942dd7769 feature: optional selectedListItemText element in themes and luminance-based fallback to solve 4369 (#4572)
Co-authored-by: knanao <nao.7ken@gmail.com>
Co-authored-by: knanao <k@knanao.com>
2025-11-23 01:51:07 -06: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
Tommy D. Rossi d58fc8fd63 feat: lower opacity for thinking summaries (#4610) 2025-11-21 17:35:47 -06: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
Dax e9141bf5cd Tui onboarding (#4569)
Co-authored-by: GitHub Action <action@github.com>
2025-11-21 00:21:06 -05:00
OpeOginni 59cebb31b2 fix: allow for theme references (#4450) 2025-11-18 14:26:42 -06:00
Dax Raad d3de88af1d respect server suggestion for default model 2025-11-17 20:53:48 -05: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
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
Aiden Cline 368a75c983 Revert "fix: system theme background to use 'none' for terminal transparency" (#4415) 2025-11-17 10:24:20 -06:00
Jensen de7090ecf4 fix: system theme background to use 'none' for terminal transparency (#4408) 2025-11-17 10:22:31 -06:00
Dax 9fdf25c750 Refactor agent loop (#4412) 2025-11-17 10:57:18 -05:00
Aiden Cline dec5d350c6 fix: panic when theme has 'none' 2025-11-16 01:43:23 -06:00
Alvin Johansson 9dc39bcc82 Add Flexoki theme (#3986) 2025-11-15 21:28:13 -06:00
Luke Parker fca9943523 fix: Diff view now ignores line endings changes/windows autocrlf (#4356) 2025-11-15 21:18:39 -06:00
Dax Raad 09e96e7525 handle config errors gracefully 2025-11-13 18:59:09 -05:00
Aiden Cline ec8df862cf fix: opencode run timeout 2025-11-13 14:27:33 -06:00
Dax 1dfeed3c5e fix: add support for loading custom themes from .opencode/themes directory (#4229)
Co-authored-by: GitHub Action <action@github.com>
2025-11-11 21:30:38 -05:00
Dax Raad 84fb84662f better errors on initial tui boot 2025-11-11 21:01:45 -05:00
Aiden Cline ad086e1d10 feat: agent color cfg (#4226)
Co-authored-by: 0xrin <0xrin1@protonmail.com>
Co-authored-by: GitHub Action <action@github.com>
2025-11-11 18:32:44 -06:00
Dax Raad c661a18885 fix race condition 2025-11-09 01:41:49 -05:00
Dax Raad dc9f1cfd94 tui: fix continue session navigation to wait for sync completion before redirecting
Previously, the continue session navigation would immediately try to redirect
to the most recent session before the sync data was fully loaded, causing
navigation to fail. Now it waits for sync status to be complete before
attempting the redirect, ensuring the session data is available.
2025-11-08 20:53:18 -05:00
Dax Raad 2f4a423103 tui: fix continue session navigation to use most recent session instead of oldest session 2025-11-08 20:28:23 -05:00
Dax Raad 3867f88966 Merge remote-tracking branch 'origin/dev' into dev 2025-11-08 20:21:02 -05:00
Dax Raad 1819472982 improve startup speed 2025-11-08 20:18:36 -05:00
Kamaal Farah 944c804f2e fix(theme): filter out null values from theme palette (#4083)
Signed-off-by: Kamaal Farah <kamaal.f1@gmail.com>
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-08 16:27:07 -06:00
GitHub Action 9855771157 chore: format code 2025-11-08 01:59:02 +00:00