Commit Graph

124 Commits

Author SHA1 Message Date
Dax fa0f567e08 tui: show exit message banner (#11733) 2026-02-02 00:13:47 -05:00
Dax Raad 5f842fccc4 tui: enable password authentication for remote session attachment
Allow users to authenticate when attaching to a remote OpenCode session by supporting basic auth via a password flag or OPENCODE_SERVER_PASSWORD environment variable
2026-01-31 14:42:36 -05:00
Ryan Vogel b10b3df3fe Revert "feat(app): add skill slash commands" (#11484) 2026-01-31 10:20:23 -05:00
Ryan Vogel 512e4a34dd feat(app): add skill slash commands (#11369) 2026-01-31 08:59:28 -06:00
Sebastian Herrlinger 27c1ba038c more timeout race guards 2026-01-29 00:17:39 -05:00
Aiden Cline 35b5c4d4db tweak: adjust tui syncing logic to help prevent case where agents would be undefined / missing 2026-01-25 21:26:47 -05:00
Suad Wolgram 3fb7fe07a8 feat(ui): add gruvbox theme (Web/App) (#9855) 2026-01-21 15:34:27 -06:00
Dax Raad 19bba02e90 tui: fix message history cleanup to prevent memory leaks 2026-01-19 18:22:19 -05:00
Aiden Cline 9bafdfd101 tui: fix model state persistence when model store is not ready 2026-01-17 14:41:42 -06:00
outside.observer 19ca850158 feat: add Carbonfox theme (#8723) 2026-01-15 16:02:29 -06:00
Kit Langton dad7bf8612 fix: restore brand integrity of TUI wordmark (#8584) 2026-01-15 00:04:11 -06:00
Dax Raad aec5ce053e tui: rename kvStore to store for consistency 2026-01-12 09:53:08 -05:00
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