summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src
AgeCommit message (Expand)Author
2026-03-12fix(electron): theme Windows titlebar overlay (#16843)Luke Parker
2026-03-12chore: generateopencode-agent[bot]
2026-03-12fix(app): guard comment accessor in message timeline (#17126)Luke Parker
2026-03-11feat(app): restore to message and fork session (#17092)Adam
2026-03-11fix(app): todos not clearingAdam
2026-03-11fix(app): skip editor reconcile during IME composition (#17041)Chris Yang
2026-03-11chore(app): simplify review pane (#17066)Adam
2026-03-11perf(app): trim session render work (#16987)Shoubhit Dash
2026-03-10chore: cleanupAdam
2026-03-10fix(app): terminal jankAdam
2026-03-10fix(app): terminal focus issues and jankAdam
2026-03-10chore(app): debug windowAdam
2026-03-09chore(app): dev statsAdam
2026-03-09fix(app): terminal state corruptionAdam
2026-03-09fix(app): scroll jitter/loopAdam
2026-03-09fix(app): session title turn spinner (#16764)David Hill
2026-03-09fix(app): dismiss toast notifications when questions or permissions a… (#16...Filip
2026-03-09fix(app): remove oc-1 themeAdam
2026-03-09tui: fix sidebar workspace container sizing by adding box-border class to pre...David Hill
2026-03-09fix(app): don't animate review panel in/outAdam
2026-03-09revert(app): "STUPID SEXY TIMELINE (#16420)" (#16745)Adam
2026-03-09fix(app): sanitize workspace store filenames on Windows (#16703)Luke Parker
2026-03-08feat(app): generate color palettes (#16232)Adam
2026-03-08tui: fix sidebar background color when collapsedDavid Hill
2026-03-08app: suppress hover when opening project menu or right-clicking to prevent fl...David Hill
2026-03-08fix: trim retained desktop terminal buffers (#16583)Shoubhit Dash
2026-03-08chore: refactoring ui hooksAdam
2026-03-08fix(app): messages not loading reliablyAdam
2026-03-08fix: prune and evict stale app session caches (#16584)Shoubhit Dash
2026-03-08Revert "tui: dock auto-accept after thinking and move Add file to bottom-left"David Hill
2026-03-08Revert "tui: keep model + thinking selectors beside Add file"David Hill
2026-03-08Revert "tui: add more editor bottom padding for prompt controls"David Hill
2026-03-08Revert "tui: expose auto-accept as a permissions select"David Hill
2026-03-08Revert "tui: use text-base color for prompt selects"David Hill
2026-03-08Revert "tui: remove prompt model/thinking/permissions selectors on dev so the...David Hill
2026-03-08tui: remove prompt model/thinking/permissions selectors on dev so the compose...David Hill
2026-03-08tui: restore new-session logo on dev so users recognize OpenCode immediatelyDavid Hill
2026-03-08tui: revert new-session logo on dev so this UI change only ships with auto-ac...David Hill
2026-03-08tui: add opencode logo to new session screen so users can immediately identif...David Hill
2026-03-08tui: use text-base color for prompt selectsDavid Hill
2026-03-08tui: expose auto-accept as a permissions selectDavid Hill
2026-03-08tui: add more editor bottom padding for prompt controlsDavid Hill
2026-03-08tui: keep model + thinking selectors beside Add fileDavid Hill
2026-03-08tui: dock auto-accept after thinking and move Add file to bottom-leftDavid Hill
2026-03-08tui: revert prompt control dockingDavid Hill
2026-03-08tui: dock auto-accept after thinking and move Add file to bottom-leftDavid Hill
2026-03-07tui: balance titlebar columns so center content doesn't get squeezed by long ...David Hill
2026-03-07tui: center empty states vertically in session view and improve review panel ...David Hill
2026-03-07fix(app): review panel transitionAdam
2026-03-07fix(app): guard session-header current() against undefined when options is em...SANGWOO PARK