summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components
AgeCommit message (Collapse)Author
2026-04-19feat: add terminal font settings and built-in Nerd Font (#23391)Luke Parker
2026-04-17feat(app): hide desktop titlebar tools behind settings (#19029)Jay
Co-authored-by: Brendan Allan <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
2026-04-16app: start migrating bootstrap data fetching to TanStack Query (#22756)Brendan Allan
2026-04-16beta badge for desktop app (#14471)Adam
Co-authored-by: Brendan Allan <[email protected]>
2026-04-16fix: clean up final 16 no-unused-vars warnings (#22751)Kit Langton
2026-04-15feat: enable type-aware no-floating-promises rule, fix all 177 violations ↵Kit Langton
(#22741)
2026-04-16fix: remove 10 unused type-only imports and declarations (#22696)Kit Langton
2026-04-15fix: resolve oxlint warnings — suppress false positives, remove unused ↵Kit Langton
imports (#22687)
2026-04-15feat: add oxlint with correctness defaults (#22682)Kit Langton
2026-04-15shared package (#22626)Dax
2026-04-15fix: update prompt input submit handler (#22566)Brendan Allan
2026-04-14delete all e2e tests (#22501)Dax Raad
Cherry-picked from ea463e604cdd2a3e83e1c286e39b789455f0d413
2026-04-09Remove CLI from electron app (#17803)Brendan Allan
Co-authored-by: LukeParkerDev <[email protected]>
2026-04-09fix(app): skip url password setting for same-origin server and web app (#19923)OpeOginni
2026-04-07fix(opencode): keep user message variants scoped to model (#21332)Dax
2026-04-07Move auto-accept permissions to settings (#21308)Shoubhit Dash
2026-04-07feat(app): show full names on composer attachment chips (#21306)Shoubhit Dash
2026-04-03chore(app): remove queued follow-ups for nowAdam
2026-04-03fix(app): show correct submit icon when typing follow upAdam
2026-04-03fix: restore prompt focus after footer selection (#20841)Shoubhit Dash
2026-04-03fix(prompt): unmount model controls in shell mode (#20886)Shoubhit Dash
2026-04-02test(app): add a golden path for mocked e2e prompts (#20593)Kit Langton
2026-04-02cleanup event listeners with solid-primitives/event-listener (#20619)Brendan Allan
2026-04-02use solid-primitives/resize-observer across web code (#20613)Brendan Allan
2026-04-01feat(comments): support file mentions (#20447)Shoubhit Dash
2026-04-01app: try to hide autofill popups in prompt input (#20197)Brendan Allan
2026-03-30fix: preserve image attachments when selecting slash commands (#19771)Jack
2026-03-27tui plugins (#19347)Sebastian
2026-03-26fix(app): don't bundle fonts (#19329)Adam
2026-03-26fix(app): more startup perf (#19288)Adam
2026-03-25Reapply "fix(app): startup efficiency"Adam
This reverts commit 898456a25cf2edbfc4ae4961b37424f633419dd6.
2026-03-25Revert "fix(app): startup efficiency"Adam
2026-03-25Reapply "fix(app): more startup efficiency (#18985)"Adam
This reverts commit cbe1337f2401066cf33eb9009b597eafb49123ba.
2026-03-25Reapply "fix(app): startup efficiency (#18854)"Adam
This reverts commit a379eb38673aad097e1f178307865ec40a5ac3ea.
2026-03-24Revert "fix(app): startup efficiency (#18854)"Adam
This reverts commit 546748a461539ca63e188ee07ab2b143c5ac2c83.
2026-03-24Revert "fix(app): more startup efficiency (#18985)"Adam
This reverts commit 98b3340ceeb6928d0d57898d02665d763ef1ea9c.
2026-03-24tweak: use theme tokens for debug bar surfaceJay V
2026-03-24fix(app): more startup efficiency (#18985)Adam
2026-03-24fix(app): startup efficiency (#18854)Adam
2026-03-24fix(app): use optional chaining for model.current() in ProviderIcon (#18927)Burak Yigit Kaya
2026-03-23fix(app): only navigate prompt history when input is empty (#18775)Brendan Allan
2026-03-23fix(app): batch multi-file prompt attachments (#18722)Shoubhit Dash
2026-03-23tweak(ui): fix padding bottom on the context tab (#18680)David Hill
2026-03-22fix(app): terminal rename from context menu (#18263)Filip
Co-authored-by: Brendan Allan <[email protected]>
2026-03-21app: manage mutation loading states with tanstack query (#18501)Brendan Allan
2026-03-20app: file type filter on desktop + multiple files (#18403)Brendan Allan
2026-03-19fix(desktop): remote server switching (#17214)OpeOginni
Co-authored-by: Brendan Allan <[email protected]>
2026-03-19fix(app): ignore repeated Enter submits in prompt input (#18148)Andrew Maguire
Co-authored-by: Shoubhit Dash <[email protected]>
2026-03-19feat: integrate multistep auth flows into desktop app (#18103)Aiden Cline
2026-03-18fix(desktop): fix error handling by adding errorName function to identify ↵OpeOginni
NotFoundError rather than statusCode (#17591)