David Hill
77b49135de
fix(app): avoid clipping new session during sidebar anim
2026-03-12 23:40:09 +00:00
David Hill
d89b652163
fix(app): animate titlebar controls on sidebar open
2026-03-12 23:23:03 +00:00
David Hill
d86b00ebd0
tui: remove shell/normal mode toggle from prompt input
...
Users no longer need to manually switch between shell and normal modes as the agent now automatically determines the appropriate mode based on context.
2026-03-12 17:23:05 +00:00
David Hill
69e3924aaf
tui: fix status indicator positioning for better visual alignment
2026-03-12 17:13:39 +00:00
David Hill
d0b4c5d3d7
fix(app): normalize open app icon sizing
2026-03-12 16:40:02 +00:00
David Hill
d25e9426fd
fix(app): adjust open dropdown spacing
2026-03-12 14:02:43 +00:00
David Hill
c12b2b75bb
fix(app): tone down search shortcut color
2026-03-12 12:58:20 +00:00
David Hill
23980fb62d
fix(ui): stabilize dropdown menu item layout
2026-03-12 12:56:03 +00:00
David Hill
e7988d9e12
fix(app): tighten open button spacing
2026-03-12 12:42:24 +00:00
David Hill
7242d572ba
fix(app): keep server tooltip on one line
2026-03-12 12:31:16 +00:00
David Hill
f0bc54f096
fix(app): truncate server row in status popover
2026-03-12 12:28:33 +00:00
David Hill
08d090b10a
feat(app): add status tooltip
2026-03-12 12:17:01 +00:00
David Hill
648e64082b
feat(app): add status titlebar icon with health badge
2026-03-12 12:13:28 +00:00
David Hill
4b1e6ac557
feat(app): refresh titlebar icons
...
Swap titlebar controls to the new terminal/review/file tree/sidebar/new session icons with explicit active variants, and style navigation-active titlebar buttons via aria-current.
2026-03-12 11:07:31 +00:00
David Hill
5ca2dc87b7
fix(app): move session share into options menu
...
Remove the title bar share control and surface sharing from the session options dropdown, opening the share popover in-place after selection to avoid flicker and keep consistent dismissal behavior.
2026-03-11 15:39:59 +00:00
Adam
835a27cf51
fix(app): terminal jank
2026-03-10 13:00:14 -05:00
Adam
5ec5d1dace
chore(app): debug window
2026-03-10 07:05:54 -05:00
Adam
ee18c9976e
chore(app): dev stats
2026-03-09 15:57:24 -05:00
Adam and GitHub
b976f339e8
feat(app): generate color palettes ( #16232 )
2026-03-08 19:28:58 -05:00
David Hill
8fa04986cf
Revert "tui: dock auto-accept after thinking and move Add file to bottom-left"
...
This reverts commit 69cb49f7cc .
2026-03-08 01:31:09 +00:00
David Hill
a5710ed3e1
Revert "tui: keep model + thinking selectors beside Add file"
...
This reverts commit 426dcfa3b0 .
2026-03-08 01:31:06 +00:00
David Hill
2efdc9df93
Revert "tui: add more editor bottom padding for prompt controls"
...
This reverts commit 981353793d .
2026-03-08 01:31:03 +00:00
David Hill
0c245886fe
Revert "tui: expose auto-accept as a permissions select"
...
This reverts commit 12d862dbd3 .
2026-03-08 01:31:00 +00:00
David Hill
f03288b411
Revert "tui: use text-base color for prompt selects"
...
This reverts commit 207ebf4b8c .
2026-03-08 01:30:55 +00:00
David Hill
09388c98f3
Revert "tui: remove prompt model/thinking/permissions selectors on dev so the composer stays simple"
...
This reverts commit ae25c1e7b7 .
2026-03-08 01:27:45 +00:00
David Hill
ae25c1e7b7
tui: remove prompt model/thinking/permissions selectors on dev so the composer stays simple
2026-03-08 01:21:45 +00:00
David Hill
0813c14cc6
tui: restore new-session logo on dev so users recognize OpenCode immediately
2026-03-08 01:18:42 +00:00
David Hill
b5151c421f
tui: revert new-session logo on dev so this UI change only ships with auto-accept-permissions
2026-03-08 01:10:52 +00:00
David Hill
e66fd079db
tui: add opencode logo to new session screen so users can immediately identify the app when starting a fresh session
2026-03-08 00:59:03 +00:00
David Hill
207ebf4b8c
tui: use text-base color for prompt selects
...
Select triggers in the composer now use the normal text color so model/thinking/permissions controls read consistently with the rest of the input UI.
2026-03-08 00:53:57 +00:00
David Hill
12d862dbd3
tui: expose auto-accept as a permissions select
...
Lets people explicitly choose between normal permission prompts and auto-accept while composing, without relying on an ambiguous icon state.
2026-03-08 00:53:57 +00:00
David Hill
981353793d
tui: add more editor bottom padding for prompt controls
...
Gives typed text more breathing room above the Add file/model/thinking row so the controls don’t visually crowd what you’re writing.
2026-03-08 00:53:57 +00:00
David Hill
426dcfa3b0
tui: keep model + thinking selectors beside Add file
...
People change models and thinking settings while composing, so keeping those controls next to the Add file button avoids hunting in the footer and reduces context switching mid-message.
2026-03-08 00:53:57 +00:00
David Hill
69cb49f7cc
tui: dock auto-accept after thinking and move Add file to bottom-left
...
Auto-accept now lives in the footer dock beside the thinking control so it stays easy to find without crowding the text box.
The Add file button moves to the bottom-left of the editor and the input gets a bit more bottom padding so the control row doesn’t overlap what you’re typing.
2026-03-08 00:53:57 +00:00
David Hill
9dc8ac4734
tui: revert prompt control docking
...
Restore the previous prompt control layout after the dock/position changes made the composer feel less familiar.
This brings auto-accept back to its prior spot and returns Add file to the previous placement.
2026-03-08 00:17:28 +00:00
David Hill
fdd037ba20
tui: dock auto-accept after thinking and move Add file to bottom-left
...
Auto-accept now lives in the footer dock beside the thinking control so it stays easy to find without crowding the text box.
The Add file button moves to the bottom-left of the editor and the input gets a bit more bottom padding so the control row doesn’t overlap what you’re typing.
2026-03-08 00:08:37 +00:00
David Hill
1b494e5087
tui: balance titlebar columns so center content doesn't get squeezed by long side content
2026-03-07 23:50:23 +00:00
SANGWOO PARK and GitHub
f0beb38f91
fix(app): guard session-header current() against undefined when options is empty ( #16478 )
2026-03-07 09:51:21 -06:00
Adam
ba1edea0ab
fix(app): model sticks to session
2026-03-07 06:57:00 -06:00
David Hill and GitHub
6b99dd50b6
tui: align session empty states ( #16412 )
2026-03-07 05:39:43 -06:00
Alexandre Reyes Martins and GitHub
95385eb652
fix(app): enable Safari autocorrect in normal mode, disable in shell mode ( #15563 )
2026-03-06 22:36:27 +05:30
Luis Felipe Cordeiro Sena and GitHub
b7605add58
fix(app): enable auto-accept keybind regardless of permission config ( #16259 )
2026-03-06 04:49:12 -06:00
Adam
a3d4ea0de1
fix(app): locale error
2026-03-05 08:10:36 -06:00
Adam
4c185c70f2
fix(app): provider settings consistency
2026-03-05 08:00:42 -06:00
Adam
5f40bd42f8
fix(app): icon jiggle
2026-03-05 07:00:21 -06:00
OpeOginni and GitHub
27baa2d65c
refactor(desktop): improve error handling and translation in server error formatting ( #16171 )
2026-03-05 06:28:17 -06:00
Adam
d7569a5625
fix(app): terminal tab close
2026-03-04 07:04:03 -06:00
Brendan Allan and GitHub
5cf235fa6c
desktop: add electron version ( #15663 )
2026-03-04 15:12:34 +08:00
Adam
10c325810b
fix(app): tighten up header elements
2026-03-03 07:19:24 -06:00
opencode-agent[bot]
b5dc6e670a
chore: generate
2026-03-02 22:25:39 +00:00