Commit Graph

661 Commits

Author SHA1 Message Date
Dax Raad e9f4933205 delete all e2e tests (#22501)
Cherry-picked from ea463e604cdd2a3e83e1c286e39b789455f0d413
2026-04-14 23:10:25 -04:00
Brendan Allan 30d17b3b82 Remove CLI from electron app (#17803)
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
2026-04-09 13:18:46 +08:00
OpeOginni 6b93f1351d fix(app): skip url password setting for same-origin server and web app (#19923) 2026-04-09 07:13:10 +08:00
Dax b9ded6db4e fix(opencode): keep user message variants scoped to model (#21332) 2026-04-07 10:12:53 -04:00
Shoubhit Dash 976bce3890 Move auto-accept permissions to settings (#21308) 2026-04-07 11:00:13 +00:00
Shoubhit Dash f103f18f3f feat(app): show full names on composer attachment chips (#21306) 2026-04-07 10:15:22 +00:00
Adam 85e391654a chore(app): remove queued follow-ups for now 2026-04-03 10:56:40 -05:00
Adam f5215e1686 fix(app): show correct submit icon when typing follow up 2026-04-03 10:51:07 -05:00
Shoubhit Dash 1aee1475e8 fix: restore prompt focus after footer selection (#20841) 2026-04-03 14:36:33 +00:00
Shoubhit Dash ab1b0250ed fix(prompt): unmount model controls in shell mode (#20886) 2026-04-03 13:16:26 +00:00
Kit Langton e4881e8d94 test(app): add a golden path for mocked e2e prompts (#20593) 2026-04-02 18:17:28 +00:00
Brendan Allan 1c97b92774 cleanup event listeners with solid-primitives/event-listener (#20619) 2026-04-02 09:40:03 +00:00
Brendan Allan b7382ab630 use solid-primitives/resize-observer across web code (#20613) 2026-04-02 17:24:10 +08:00
Shoubhit Dash 345b76313e feat(comments): support file mentions (#20447) 2026-04-01 16:11:57 +05:30
Brendan Allan 80a75b5004 app: try to hide autofill popups in prompt input (#20197) 2026-04-01 08:43:03 +00:00
Jack 692840c93c fix: preserve image attachments when selecting slash commands (#19771) 2026-03-30 17:11:34 +08:00
Sebastian 35ab6b6d40 tui plugins (#19347) 2026-03-27 15:00:26 +01:00
Adam 8c80f57cbe fix(app): don't bundle fonts (#19329) 2026-03-26 14:02:01 -05:00
Adam 6edeb30bc7 fix(app): more startup perf (#19288) 2026-03-26 13:41:22 -05:00
Adam 870a2f8773 Reapply "fix(app): startup efficiency"
This reverts commit 24f93b627b.
2026-03-25 06:25:57 -05:00
Adam 24f93b627b Revert "fix(app): startup efficiency" 2026-03-25 06:25:05 -05:00
Adam c21949be00 Reapply "fix(app): more startup efficiency (#18985)"
This reverts commit e514bfd49e.
2026-03-25 05:59:06 -05:00
Adam eba2f67227 Reapply "fix(app): startup efficiency (#18854)"
This reverts commit 311a58a8c8.
2026-03-25 05:59:05 -05:00
Adam 311a58a8c8 Revert "fix(app): startup efficiency (#18854)"
This reverts commit 824d903e86.
2026-03-24 18:36:37 -05:00
Adam e514bfd49e Revert "fix(app): more startup efficiency (#18985)"
This reverts commit dcca493ece.
2026-03-24 18:36:25 -05:00
Jay V 1d7e22d716 tweak: use theme tokens for debug bar surface 2026-03-24 22:07:32 +00:00
Adam dcca493ece fix(app): more startup efficiency (#18985) 2026-03-24 13:23:41 -05:00
Adam 824d903e86 fix(app): startup efficiency (#18854) 2026-03-24 09:10:24 -05:00
Burak Yigit Kaya 035f9d9e6d fix(app): use optional chaining for model.current() in ProviderIcon (#18927) 2026-03-24 09:01:58 -05:00
Brendan Allan 1bcf0e8e34 fix(app): only navigate prompt history when input is empty (#18775) 2026-03-23 11:48:34 +00:00
Shoubhit Dash 7cc9d15cc6 fix(app): batch multi-file prompt attachments (#18722) 2026-03-23 06:44:17 +00:00
David Hill c9c025d3b9 tweak(ui): fix padding bottom on the context tab (#18680) 2026-03-23 00:23:45 +00:00
Filip ce6f9bccb4 fix(app): terminal rename from context menu (#18263)
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2026-03-22 04:39:51 +00:00
Brendan Allan 34f9f99462 app: manage mutation loading states with tanstack query (#18501) 2026-03-21 23:33:04 +08:00
Brendan Allan bec6f54109 app: file type filter on desktop + multiple files (#18403) 2026-03-20 15:02:07 +00:00
OpeOginni 6d61ebeff8 fix(desktop): remote server switching (#17214)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-03-19 13:32:11 +00:00
Andrew Maguire 50ccbaa571 fix(app): ignore repeated Enter submits in prompt input (#18148)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
2026-03-19 11:53:44 +00:00
Aiden Cline 6a9ff35baf feat: integrate multistep auth flows into desktop app (#18103) 2026-03-19 13:47:51 +10:00
OpeOginni 55cb0a2ab0 fix(desktop): fix error handling by adding errorName function to identify NotFoundError rather than statusCode (#17591) 2026-03-18 19:27:56 +05:30
David Hill 40792c96c7 tui: make the title bar search easier to scan without a redundant icon 2026-03-18 13:52:57 +00:00
David Hill ab8bd02a48 Revert "tui: clean up search button in session header by removing magnifying glass icon and excess padding"
This reverts commit b22cc3eac2.
2026-03-18 13:52:36 +00:00
David Hill b22cc3eac2 tui: clean up search button in session header by removing magnifying glass icon and excess padding 2026-03-18 13:49:58 +00:00
David Hill 96ecc010bc tweak(ui): add an empty state to the sidebar when no projects (#17971)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
2026-03-17 19:54:14 +00:00
opencode-agent[bot] 8e8276dfca chore: generate 2026-03-17 11:15:35 +00:00
Luke Parker 1ed580cef1 fix(app): avoid prompt tooltip Switch on startup (#17857) 2026-03-17 06:14:30 -05:00
Luke Parker 80358a80f7 test(app): deflake slash terminal toggle flow (#17881) 2026-03-17 12:55:58 +10:00
David Hill 382c63bb3f tweak(ui): remove open label (#17512) 2026-03-15 08:25:40 -05:00
Shoubhit Dash 72fed20caa fix(app): handle multiline web paste in prompt composer (#17509) 2026-03-14 22:51:45 +05:30
Adam a65fb9a7a9 fix(app): model selection persist by session (#17348) 2026-03-13 11:05:08 -05:00
David Hill 4a931d8a4f fix(app): polish prompt composer controls (#17388) 2026-03-13 10:48:10 -05:00