summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Expand)Author
2026-03-08docs: add session_child_first keybinding to documentation (#16631)Ariane Emory
2026-03-08feat(app): generate color palettes (#16232)Adam
2026-03-08disable fallback to free nano for small modelDax Raad
2026-03-08release: v1.2.22opencode
2026-03-08guard tui exit (#16640)Sebastian
2026-03-09fix(tui): canonicalize cwd after chdir (#16641)Luke Parker
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-08fix(app): less auto-expand/collapseAdam
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-08test: make process cwd check cross-platform (#16594)Shoubhit Dash
2026-03-08docs(zen.mdx): correct Italian grammar and punctuation errors (#16590)Roy Bruschini
2026-03-08fix(opencode): avoid TTY corruption from double cleanup (#16565)tobwen
2026-03-08fix(tui): fix broken /mcp toggling (#16431)Nate Williams
2026-03-07test: remove unused Ripgrep.search coverage (#16554)Dax
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-07test: normalize ripgrep path assertion on windowsDax Raad
2026-03-08chore: generateopencode-agent[bot]
2026-03-07test: lock in process, ripgrep, and installation helpersDax Raad
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-07core: update database path test to verify correct channel-based filenameDax Raad
2026-03-07core: allow beta channel to share database with stable channelDax Raad
2026-03-07tui: balance titlebar columns so center content doesn't get squeezed by long ...David Hill
2026-03-07tui: align numeric displays consistently across tool outputs and diff counter...David Hill
2026-03-07tui: center empty states vertically in session view and improve review panel ...David Hill
2026-03-07core: add OPENCODE_SKIP_MIGRATIONS flag to bypass database migrationsDax Raad
2026-03-07zen: fix graph legendFrank
2026-03-07fix(app): review panel transitionAdam
2026-03-07release: v1.2.21opencode
2026-03-07fix(storybook): restore build by mocking useLocation (#16472)Karan Handa
2026-03-07fix(app): text-shimmer undefined length (#16475)Eric Guo
2026-03-07fix(app): guard session-header current() against undefined when options is em...SANGWOO PARK