summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components
AgeCommit message (Collapse)Author
2026-03-08tui: add more editor bottom padding for prompt controlsDavid Hill
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-08tui: keep model + thinking selectors beside Add fileDavid Hill
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-08tui: dock auto-accept after thinking and move Add file to bottom-leftDavid Hill
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-08tui: revert prompt control dockingDavid Hill
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-08tui: dock auto-accept after thinking and move Add file to bottom-leftDavid Hill
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-07tui: balance titlebar columns so center content doesn't get squeezed by long ↵David Hill
side content
2026-03-07fix(app): guard session-header current() against undefined when options is ↵SANGWOO PARK
empty (#16478)
2026-03-07fix(app): model sticks to sessionAdam
2026-03-07tui: align session empty states (#16412)David Hill
2026-03-06fix(app): enable Safari autocorrect in normal mode, disable in shell mode ↵Alexandre Reyes Martins
(#15563)
2026-03-06fix(app): enable auto-accept keybind regardless of permission config (#16259)Luis Felipe Cordeiro Sena
2026-03-05fix(app): locale errorAdam
2026-03-05fix(app): provider settings consistencyAdam
2026-03-05fix(app): icon jiggleAdam
2026-03-05refactor(desktop): improve error handling and translation in server error ↵OpeOginni
formatting (#16171)
2026-03-04fix(app): terminal tab closeAdam
2026-03-04desktop: add electron version (#15663)Brendan Allan
2026-03-03fix(app): tighten up header elementsAdam
2026-03-02chore: generateopencode-agent[bot]
2026-03-02Animation Smorgasbord (#15637)Kit Langton
Co-authored-by: Adam <[email protected]>
2026-03-02fix(app): default auto-respond to falseAdam
2026-03-02chore(app): solidjs refactoring (#13399)Adam
2026-02-28fix(app): fallback to synthetic icon for unknown provider IDs (#15295)mridul
2026-02-27chore(app): i18n sync (#15362)Adam
2026-02-27feat(app): add Warp to the open menu (#15368)Kit Langton
2026-02-27fix(app): auto-accept permissionsAdam
2026-02-27feat(app): recent projects section in command pallette (#15270)Filip
2026-02-27app: allow providing username and password when connecting to remote server ↵Brendan Allan
(#14872)
2026-02-26feat(app): better diff/code comments (#14621)Adam
Co-authored-by: adamelmore <[email protected]> Co-authored-by: David Hill <[email protected]>
2026-02-27fix(ui): mute inactive file tab iconsDavid Hill
2026-02-26tui: fix session tab alignment in compact view to prevent vertical overflowDavid Hill
2026-02-26feat(app): new tabs styling (#15284)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-26feat(app): auto-accept all permissions modeAdam
2026-02-26feat: opencode go provider list (#15203)David Hill
2026-02-25feat(desktop): enhance Windows app resolution and UI loading states (#13320)Filip
Co-authored-by: Brendan Allan <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
2026-02-24fix(app): remove filetree tooltipsadamelmore
2026-02-22feat(app): feed customization optionsAdam
2026-02-20fix(app): remove double-border in share buttonAdam
2026-02-20fix(app): better sound effect disabling uxAdam
2026-02-20wip(app): custom scroll viewAdam
2026-02-20feat(app): show/hide reasoning summariesAdam
2026-02-20fix(app): large text pasted into prompt-input causes main thread lockAdam
2026-02-20fix(app): terminal issues (#14435)Adam
2026-02-19fix(desktop): restore settings header maskDavid Hill
2026-02-19fix(app): clear todos on abortAdam
2026-02-19chore: cleanupAdam
2026-02-19chore: refactor composer/dock components (#14328)Adam
2026-02-19chore: cleanupAdam
2026-02-19fix(app): terminal rework (#14217)Adam
2026-02-19app: deduplicate allServers listBrendan Allan