Dax Raad
2d54930666
tui: redesign tips display on home screen
2026-01-12 09:42:28 -05:00
Dax
043e16e061
disable server unless explicitly opted in ( #7529 )
2026-01-09 16:33:46 -05:00
Max Stevens
258ea8c336
refactor: session settings simplification ( #7342 )
2026-01-08 11:06:06 -06:00
Dax
544f398374
core: add interactive question tool for gathering user preferences and clarifying instructions ( #7268 )
2026-01-07 22:29:42 -05:00
Ariane Emory
7c40a0e41c
fix: use selectedForeground's computer colour (or theme's selectedForeground value) for the colour of text in permission selection ( resolves #7246 ) ( #7251 )
2026-01-07 14:45:30 -06:00
GitHub Action
cfb483d771
chore: generate
2026-01-07 18:06:30 +00:00
Thanh Nguyen
0bdb39e9f2
fix(theme): add selectedListItemText to orng themes for button text visibility ( #7169 )
2026-01-07 12:05:46 -06:00
Dax Raad
66e6170c3f
theme
2026-01-07 09:50:04 -05:00
Dax Raad
751e842c03
theme reload
2026-01-07 09:34:11 -05:00
Dax Raad
ce1aa7b2e0
clear palette cache
2026-01-07 08:49:35 -05:00
Spoon
b6e55461d7
add agent color to inline task tool ascii char and highlight agent name ( #7142 )
2026-01-07 00:10:00 -06:00
Rohan Mukherjee
f4d6b18bed
fix: lucent-orng bg transparency for slash commands ( #6938 )
2026-01-05 12:56:49 -06:00
Dax Raad
26bba7e5b7
tui: add system theme resolution and event handling
2026-01-05 10:38:35 -05:00
Dax Raad
82c2b82a26
tui: add session search functionality with debounced input and server-side filtering
2026-01-04 13:38:30 -05:00
Paolo Ricciuti
1e49c94c76
feat: mcp resources ( #6542 )
2026-01-04 09:12:54 -06:00
Aiden Cline
d074b749f8
tui: fix system theme diff highlighting
...
- Generate distinct red/green backgrounds for added/removed lines in system theme
- Use bright ANSI colors for diff highlights to improve visibility
- Fix ANSI palette indexing to handle null entries safely
- Add color tinting to create proper diff backgrounds while respecting terminal colors
Resolves issue where system theme showed no red/green diff highlighting
2026-01-04 02:01:02 -06:00
shuv
841fa12720
fix(tui): pass attach directory to sdk client ( #6715 )
...
Co-authored-by: shuv <shuv@shuv.dev >
2026-01-02 21:54:11 -06:00
steez
9cfef101cb
feat(theme): add Osaka Jade theme ( #6609 )
2026-01-02 10:26:01 -06:00
Dax Raad
c0c2d7fea3
tui: add reload functionality and improve lazy utility with reset capability
2026-01-01 22:11:43 -05:00
Dax
e839c1522d
Permission rework ( #6319 )
...
Co-authored-by: Github Action <action@github.com >
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com >
2026-01-01 17:54:11 -05:00
Aiden Cline
eec8e4c1b0
Reapply "tweak: adjust keys for uniqueness calculations to use provider/model"
...
This reverts commit 9d32a0354f1db3ea4893f4ad00900c6420ab78c6.
2025-12-31 14:54:21 -06:00
Aiden Cline
c9e55e2b00
Revert "tweak: adjust keys for uniqueness calculations to use provider/model"
...
This reverts commit 3f8c159a07 .
2025-12-31 14:54:21 -06:00
Aiden Cline
3f8c159a07
tweak: adjust keys for uniqueness calculations to use provider/model
2025-12-30 18:41:28 -06:00
Aiden Cline
f5e84c3225
fix: ensure variants also work for completely custom models ( #6481 )
...
Co-authored-by: Daniel Smolsky <dannysmo@gmail.com >
2025-12-30 16:37:32 -06:00
Joachim Isaksson
2164464699
fix: prevent model list corruption from SolidJS reactivity ( #6359 )
...
Co-authored-by: Joachim Isaksson <joachim.isaksson@centiro.com >
2025-12-29 23:45:15 -06:00
Aiden Cline
66bf9402ce
feat: add variants toggle ( #6325 )
...
Co-authored-by: Github Action <action@github.com >
2025-12-29 21:43:50 -06:00
Dax Raad
724ad46bc7
tui: fix SDK context usage and server port fallback
...
- Update SDK context to return client instead of event for proper usage
- Add server port fallback to 4096 when port 0 is specified but unavailable
- Fix SDK event listener usage in TUI app
2025-12-21 14:57:55 -05:00
shamil2
f43f4b543d
feat: add Catppuccin Frappé theme ( #5821 )
...
Co-authored-by: shamil2 <shamil2@users.noreply.github.com >
2025-12-20 12:04:35 -06:00
Shpetim
73d2bb1e04
fix: system theme flicker ( #5842 )
...
Co-authored-by: Shpetim <shpetim.alimi@ndbit.net >
2025-12-20 11:53:46 -06:00
Matt Silverlock
f33003881d
feat: support configuring a default_agent across all API/user surfaces ( #5843 )
...
publish-github-action / publish (push) Has been cancelled
Update Nix Hashes / update (push) Has been cancelled
Co-authored-by: observerw <observerw@users.noreply.github.com >
2025-12-20 11:49:23 -06:00
ja
48744d79c9
fix: prioritize session list loading when resuming with -c ( #5816 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-20 11:39:26 -06:00
Ryan Cassidy
4dba6a2376
feat: add cursor theme ( #5850 )
2025-12-20 10:56:27 -06:00
Ariane Emory
e3e7330666
feat(tui): reinsert forked message text in prompt text input box when forking session ( resolves #5495 ) ( #5545 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-19 21:45:33 -06:00
Rohan Mukherjee
2ef4737e47
feat: added lucent-orng theme ( #5678 )
...
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-17 09:10:35 -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
Sebastian Herrlinger
7d0ed22773
fix super modifier parsing
2025-12-11 19:20:23 +01:00
Aiden Cline
c117e94374
tweak: small fix
2025-12-10 16:01:10 -06:00
OpeOginni
510371aab2
fix(cli): obtain directory data from server ( #5320 )
2025-12-10 15:55:15 -06:00
Matt Silverlock
c37febd7f2
themes: update orng theme ( #5329 )
2025-12-10 10:52:58 -06:00
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