Adam
dce7eceb28
chore: cleanup ( #17197 )
2026-03-12 11:32:05 -05:00
Adam
12efbbfa4c
chore: cleanup ( #17184 )
2026-03-12 08:52:51 -05:00
Chris Yang
cf7ca9b2f7
fix(app): skip editor reconcile during IME composition ( #17041 )
2026-03-11 13:40:06 -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
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
Alexandre Reyes Martins
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
b7605add58
fix(app): enable auto-accept keybind regardless of permission config ( #16259 )
2026-03-06 04:49:12 -06:00
opencode-agent[bot]
b5dc6e670a
chore: generate
2026-03-02 22:25:39 +00:00
Kit Langton
9d7852b5c3
Animation Smorgasbord ( #15637 )
...
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com >
2026-03-02 16:24:32 -06:00
Adam
78069369e2
fix(app): default auto-respond to false
2026-03-02 13:10:37 -06:00
Adam
8176bafc55
chore(app): solidjs refactoring ( #13399 )
2026-03-02 10:50:50 -06:00
mridul
971bd30516
fix(app): fallback to synthetic icon for unknown provider IDs ( #15295 )
2026-02-28 15:13:23 -06:00
Adam
dfa0281117
fix(app): auto-accept permissions
2026-02-27 06:17:40 -06:00
Adam
fc52e4b2d3
feat(app): better diff/code comments ( #14621 )
...
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com >
Co-authored-by: David Hill <iamdavidhill@gmail.com >
2026-02-26 18:23:04 -06:00
Adam
7e6a007c35
feat(app): auto-accept all permissions mode
2026-02-26 15:23:26 -06:00
Adam
7e681b0bc0
fix(app): large text pasted into prompt-input causes main thread lock
2026-02-20 07:38:22 -06:00
Adam
c76a81434d
chore: cleanup
2026-02-19 15:09:24 -06:00
Adam
49cc872c44
chore: refactor composer/dock components ( #14328 )
2026-02-19 15:02:45 -06:00
Adam
7fb2081dce
chore: cleanup
2026-02-19 14:25:12 -06:00
David Hill
cfea5c73de
tweak(app): delay prompt mode toggle tooltip
2026-02-18 21:33:14 +00:00
David Hill
2589eb207f
tweak(app): shorten prompt mode toggle tooltips
2026-02-18 21:33:14 +00:00
Adam
42aa28d512
chore: cleanup ( #14181 )
2026-02-18 13:23:20 -06:00
David Hill
cc86a64bb5
tui: simplify mode toggle icon styling
...
Use consistent strong color for active mode icons instead of different
colors for shell vs normal mode, making the active state more visually
clear to users.
2026-02-18 12:35:28 +00:00
Adam
d327a2b1cf
chore(app): use radio group in prompt input ( #14025 )
2026-02-17 15:53:38 -06:00
David Hill
92912219df
tui: simplify prompt mode toggle icon colors via CSS and tighten message timeline padding
2026-02-17 20:10:16 +00:00
Adam
bab3124e8b
fix(app): prompt input quirks
2026-02-17 13:10:43 -06:00
David Hill
adfbfe350d
tui: increase prompt mode toggle height for better clickability
2026-02-17 15:28:35 +00:00
Adam
277c68d8e5
chore: app polish ( #13976 )
...
Co-authored-by: David Hill <iamdavidhill@gmail.com >
2026-02-17 07:34:02 -06:00
Adam
10985671ad
feat(app): session timeline/turn rework ( #13196 )
...
Co-authored-by: David Hill <iamdavidhill@gmail.com >
2026-02-17 07:16:23 -06:00
Ganesh
0186a85063
fix(app): keep Escape handling local to prompt input on macOS desktop ( #13963 )
2026-02-17 06:04:11 -06:00
Shoubhit Dash
3c85cf4fac
fix(app): only navigate prompt history at input boundaries ( #13690 )
2026-02-15 07:47:19 -06:00
Adam
7f95cc64c5
fix(app): prompt input quirks
2026-02-12 19:58:57 -06:00
Adam
3696d1ded1
chore: cleanup
2026-02-12 14:24:19 -06:00
Adam
da952135ca
chore(app): refactor for better solidjs hygiene ( #13344 )
2026-02-12 11:26:19 -06:00
Adam
ff4414bb15
chore: refactor packages/app files ( #13236 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Frank <frank@anoma.ly >
2026-02-12 09:49:14 -06:00
Adam
83853cc5e6
fix(app): new session in workspace choosing wrong workspace
2026-02-10 06:02:17 -06:00
Kit Langton
bc25efdf72
refine(app): tighten slash autocomplete matching ( #12647 )
2026-02-08 05:26:59 -06:00
Abdul Rahman ArM
d5036cf01f
fix(desktop): add native clipboard image paste and fix text paste ( #12682 )
2026-02-08 11:24:09 +00:00