summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-02-18chore: cleanupAdam
2026-02-18desktop: cleanupBrendan Allan
2026-02-18desktop: temporarily disable wslBrendan Allan
2026-02-18ci: allow commits on top of beta PRs (#11924)Caleb Norton
2026-02-18fix(opencode): fix Clojure syntax highlighting (#13453)Salam Elbilig
Co-authored-by: Aiden Cline <[email protected]>
2026-02-18ci: add nix-eval workflow for cross-platform flake evaluation (#12175)Jérôme Benoit
2026-02-17fix: ensure explore subagent has external_directory perm set to ask instead ↵Aiden Cline
of auto denying (#14060)
2026-02-17fix: dont autoload kilo (#14052)Aiden Cline
2026-02-17chore: generateopencode-agent[bot]
2026-02-17feat: add Kilo as a native provider (#13765)RAMA
2026-02-17refactor: simplify redundant ternary in updateMessage (#13954)legao
2026-02-17chore: generateopencode-agent[bot]
2026-02-17ci: ensure triage adds acp label (#14039)Aiden Cline
2026-02-17tui: exit cleanly without hanging after session endsDax Raad
- Force process exit after TUI thread completes to prevent lingering processes - Add 5-second timeout to worker shutdown to prevent indefinite hangs during cleanup
2026-02-17fix(tui): style scrollbox for permission and sidebar (#12752)Anton Volkov
2026-02-17chore: remove leftover patch (#13749)Anton Volkov
2026-02-17tweak: ensure read tool uses fs/promises for all paths (#14027)Aiden Cline
2026-02-17chore: add missing newline (#13992)jackarch-2
2026-02-17fix(app): better tool call batchingAdam
2026-02-17chore: cleanupAdam
2026-02-17chore(app): use radio group in prompt input (#14025)Adam
2026-02-17fix: make read tool more mem efficient (#14009)Aiden Cline
2026-02-17chore: generateopencode-agent[bot]
2026-02-17feat: surface plugin auth providers in the login picker (#13921)Nathan Anderson
Co-authored-by: Aiden Cline <[email protected]>
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-17zen: sonnet 4.6Frank
2026-02-17fix(app): virtualizer getting wrong scroll rootAdam
2026-02-17fix(app): terminal disconnect and resync (#14004)Adam
2026-02-17fix: Invalidate oauth credentials when oauth provider says so (#14007)Eduardo Gomes
Co-authored-by: Eduardo Gomes <[email protected]>
2026-02-18desktop: replicate tauri-plugin-shell logic (#13986)Brendan Allan
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-17tweak(ui): update icon transparencyDavid Hill
2026-02-17fix(ui): use icon-strong-base for active titlebar icon buttonsDavid Hill
2026-02-17tweak(ui): icon-interactive-base color change dark modeDavid 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-17ci: rm remap for jlongster since he is in org now (#14000)Aiden Cline
2026-02-17fix: don't fetch models.dev on completion (#13997)Caleb Norton
2026-02-17fix: Homepage video section layout shift (#13987)Alex Carpenter
2026-02-17fix(app): ui flashing when switching tabs (#13978)Filip
2026-02-17fix(desktop): avoid sidecar health-check timeout on shell startup (#13925)Chris Yang
Co-authored-by: Brendan Allan <[email protected]>
2026-02-17tui: increase prompt mode toggle height for better clickabilityDavid Hill
2026-02-17ui: add clearer 'Copy response' tooltip label for text partsDavid Hill
2026-02-17tweak(ui): allow full-width user message metaDavid Hill
Moves the user message meta row out of the bubble width constraints and truncates long metadata while keeping the timestamp visible with consistent middot spacing.
2026-02-17tweak(ui): show assistant response meta on hoverDavid Hill
Adds hover-only metadata after the assistant copy icon showing agent, provider, model, and response duration.
2026-02-17tweak(ui): refine user message hover metaDavid Hill
Moves the interrupted state into the user message hover metadata and updates the copy tooltip to 'Copy message'.