summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src
AgeCommit message (Collapse)Author
2026-02-18tui: simplify mode toggle icon stylingDavid Hill
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-18desktop: temporarily disable wslBrendan Allan
2026-02-17chore: cleanupAdam
2026-02-17chore(app): use radio group in prompt input (#14025)Adam
2026-02-17tui: simplify prompt mode toggle icon colors via CSS and tighten message ↵David Hill
timeline padding
2026-02-17fix(app): prompt input quirksAdam
2026-02-17fix(app): terminal disconnect and resync (#14004)Adam
2026-02-17tui: improve modified file visibility and button spacingDavid Hill
- Replace warning yellow with distinct orange color for modified files in git diff indicators - Increase button padding for better visual balance in session header and status popover
2026-02-17tui: show monochrome file icons by default in tree view, revealing colors on ↵David Hill
hover to reduce visual clutter and help users focus on code content
2026-02-17tui: fix share button text styling to use consistent 12px regular font weightDavid Hill
2026-02-17tui: add warning icon to permission requests for better visibilityDavid Hill
Adds a visual warning indicator to permission request dialogs to make them more noticeable and help users understand when the agent needs approval to use tools. Also improves the layout with consistent spacing and icon alignment.
2026-02-17refactor(ui): extract dock prompt shellDavid Hill
2026-02-17tweak(ui): bump button heights and align permission prompt layoutDavid Hill
2026-02-17fix(app): ui flashing when switching tabs (#13978)Filip
2026-02-17tui: increase prompt mode toggle height for better clickabilityDavid Hill
2026-02-17tweak(ui): update magnifying-glass iconDavid Hill
Replace the magnifying-glass glyph with a 16px viewBox variant and keep default 1px stroke; adjust the titlebar search to render the icon at 16x16.
2026-02-17tweak(app): tighten titlebar action paddingDavid Hill
Use pr-2 for the status and fallback copy-path actions, and tighten the copy icon/text gap to 1.5.
2026-02-17tweak(app): refine titlebar search and open paddingDavid Hill
Ensure the titlebar search placeholder truncates cleanly and left-aligns; match the fallback copy-path button left padding to the open action.
2026-02-17tweak(ui): center titlebar search and soften keybindDavid Hill
Mount the titlebar search in the center area and tune its sizing/spacing; use regular weight for the keybind pill text.
2026-02-17tweak(app): align titlebar search text sizeDavid Hill
Use the same 12px text style for the titlebar search placeholder as the status and open actions.
2026-02-17tweak(app): match titlebar active bg to hoverDavid Hill
Use the ghost hover background for active/expanded titlebar actions and tighten titlebar popover gutters to 4px.
2026-02-17tweak(app): use weak borders in titlebar actionsDavid Hill
Use border-border-weak-base for the titlebar status and open actions (including the open button divider) and adjust the English copy-path label casing.
2026-02-17tweak(app): reduce titlebar right paddingDavid Hill
Use pr-2 (instead of pr-6) on the titlebar right section when not on Windows.
2026-02-17tweak(app): keep file tree toggle visibleDavid Hill
Always show the titlebar file tree button (and space the right-side icon buttons at 4px) so it stays accessible regardless of the review panel state.
2026-02-17chore: generateopencode-agent[bot]
2026-02-17tweak(ui): icon button spacingDavid Hill
2026-02-17chore: app polish (#13976)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-17feat(app): session timeline/turn rework (#13196)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-17fix(app): recover state after sse reconnect and harden sse streams (#13973)Shoubhit Dash
2026-02-17fix(app): keep Escape handling local to prompt input on macOS desktop (#13963)Ganesh
2026-02-16chore: cleanupAdam
2026-02-15fix(desktop): issue viewing new files opened from the file tree (#13689)Shane Bishop
2026-02-15fix(app): only navigate prompt history at input boundaries (#13690)Shoubhit Dash
2026-02-15fix(app): keybind [shift+tab] (#13695)Filip
2026-02-15feat: Add GeistMono Nerd Font to available mono font options (#13720)Brandon Julio Thenaro
2026-02-14feat(app): clear notifications action (#13668)Adam
Co-authored-by: adamelmore <[email protected]>
2026-02-14fix(app): stack overflow in filetree (#13667)Adam
Co-authored-by: adamelmore <[email protected]>
2026-02-14sqlite again (#10597)Dax
Co-authored-by: Github Action <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Brendan Allan <[email protected]>
2026-02-13chore: cleanupAdam
2026-02-13fix(app): terminal resizeAdam
2026-02-13fix(web): use prompt_async endpoint to avoid timeout over VPN/tunnel (#12749)eytans
2026-02-13fix(app): remount SDK/sync tree when server URL changes (#13437)Chris Yang
2026-02-13fix(web): sync docs locale cookie on alias redirects (#13109)Jun
2026-02-13fix(desktop): performance optimization for showing large diff & files (#13460)Filip
2026-02-12fix(app): reconnect event stream on disconnectAdam
2026-02-12feat(app): toggle all provider modelsAdam
2026-02-12fix(app): notification should navigate to sessionAdam
2026-02-12fix(app): prompt input quirksAdam
2026-02-12fix(app): failed to create storeAdam
2026-02-12fix(app): terminal pty isolationAdam