summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components
AgeCommit message (Collapse)Author
2026-02-17chore(app): use radio group in prompt input (#14025)Adam
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-17tweak(ui): update icon transparencyDavid Hill
2026-02-17fix(ui): use icon-strong-base for active titlebar icon buttonsDavid 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-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'.
2026-02-17tweak(ui): use provider catalog namesDavid Hill
Renders provider and model display names from the provider list instead of raw IDs in user message hover metadata.
2026-02-17tweak(ui): show user message meta on hoverDavid Hill
Adds a hover-only metadata line under user messages showing agent, provider, model, and timestamp for quicker context.
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(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-17feat(app): session timeline/turn rework (#13196)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-15feat(app): localize "free usage exceeded" error & "Add credits" clickable ↵Alex Yaroshuk
link (#13652)
2026-02-15feat: Add GeistMono Nerd Font to available mono font options (#13720)Brandon Julio Thenaro
2026-02-13fix(ui): support cmd-click links in inline code (#12552)Kit Langton
2026-02-13fix(desktop): performance optimization for showing large diff & files (#13460)Filip
2026-02-12feat(app): toggle all provider modelsAdam
2026-02-12fix(app): emoji as avatarAdam
2026-02-12chore: cleanupAdam
2026-02-12fix(app): more defensive code componentAdam
2026-02-12wip(ui): diff virtualization (#12693)Adam
2026-02-12chore: style loading screenAdam
2026-02-10fix(app): task tool renderingAdam
2026-02-10fix(app): don't scroll code search inputAdam
2026-02-10fix(app): workspace reset issuesAdam
2026-02-09chore: more defensiveAdam
2026-02-09fix(app): make keyboard focus visible in settings (#12612)Joseph Campuzano
2026-02-09fix(app): tooltip children focus loopAdam
2026-02-09chore(app): cleanupAdam
2026-02-09feat(app): polish Open in icon treatmentAdam
Bring in the Open in button-group and transparent icon updates from #12641 while keeping locale strings unchanged. Replace CSS inversion with dedicated light/dark Zed icon assets for cleaner theme handling. Co-authored-by: Edin <[email protected]>
2026-02-08chore: generateopencode-agent[bot]
2026-02-08ui: default TextField copy affordance to clipboard (#12714)Kit Langton
2026-02-06feat(desktop): Session Review Images (#12360)Daniel Polito
2026-02-06fix(ui): markdown table renderingAdam
2026-02-06feat(desktop): added Macos support for displaying only installed editors & ↵OpeOginni
added sublime text editor (#12501)
2026-02-06fix(app): don't rely on metadata.summary in task tool render (#12497)Adam
2026-02-06desktop: add loading window and restructure rust (#12176)Brendan Allan
2026-02-06fix(ui): add Windows File Explorer icon for session header (#12386)Maharshi Patel
2026-02-06fix(app): retry error unwrapping (#12462)Adam
2026-02-05fix(app): hide prompt input when there are perms or questions (#12339)Adam
2026-02-05fix(ui): toast overflowAdam
2026-02-05feat(app): open in <app> button (#12322)Adam
2026-02-05fix(app): copy buttons smaller and out of the wayAdam
2026-02-04fix(app): last turn changes rendered in review pane (#12182)Adam
2026-02-04fix(ui): review comments z-index stackingAdam
2026-02-03chore(app): don't forceMount tooltipsAdam