Brendan Allan
|
d0a57305ef
|
app: file type filter on desktop + multiple files (#18403)
|
2026-03-20 15:02:07 +00:00 |
|
OpeOginni
|
bd4527b4f2
|
fix(desktop): remote server switching (#17214)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
|
2026-03-19 13:32:11 +00:00 |
|
Andrew Maguire
|
f4a9fe29a3
|
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
|
8e09e8c612
|
feat: integrate multistep auth flows into desktop app (#18103)
|
2026-03-19 13:47:51 +10:00 |
|
OpeOginni
|
976aae7e42
|
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
|
3256886e25
|
tui: make the title bar search easier to scan without a redundant icon
|
2026-03-18 13:52:57 +00:00 |
|
David Hill
|
d2194f6dde
|
Revert "tui: clean up search button in session header by removing magnifying glass icon and excess padding"
This reverts commit bfd4787fcd.
|
2026-03-18 13:52:36 +00:00 |
|
David Hill
|
bfd4787fcd
|
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
|
7daea69e13
|
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]
|
b07b5a9b7f
|
chore: generate
|
2026-03-17 11:15:35 +00:00 |
|
Luke Parker
|
dbbe931a18
|
fix(app): avoid prompt tooltip Switch on startup (#17857)
|
2026-03-17 06:14:30 -05:00 |
|
Luke Parker
|
e416e59ea6
|
test(app): deflake slash terminal toggle flow (#17881)
|
2026-03-17 12:55:58 +10:00 |
|
David Hill
|
b9f6b40e3a
|
tweak(ui): remove open label (#17512)
|
2026-03-15 08:25:40 -05:00 |
|
Shoubhit Dash
|
689d9e14ea
|
fix(app): handle multiline web paste in prompt composer (#17509)
|
2026-03-14 22:51:45 +05:30 |
|
Adam
|
4ad8116ce3
|
fix(app): model selection persist by session (#17348)
|
2026-03-13 11:05:08 -05:00 |
|
David Hill
|
5c7088338c
|
fix(app): polish prompt composer controls (#17388)
|
2026-03-13 10:48:10 -05:00 |
|
David Hill
|
050d71bcf9
|
fix(app): avoid clipping new session during sidebar anim
|
2026-03-13 10:18:03 -05:00 |
|
David Hill
|
ffde837e83
|
fix(app): animate titlebar controls on sidebar open
|
2026-03-13 10:17:56 -05:00 |
|
David Hill
|
536abea2e2
|
fix(app): restore sidebar dash and sync session spinner colors (#17384)
|
2026-03-13 10:08:23 -05:00 |
|
Adam
|
c4ccb50c37
|
fix(app): fork should copy prompt into new session (#17375)
|
2026-03-13 09:59:11 -05:00 |
|
Adam
|
c9e9dbeee1
|
fix(app): terminal cloning without retry (#17354)
|
2026-03-13 08:56:48 -05:00 |
|
Adam
|
b88b323049
|
fix(app): scroll falls behind prompt input
|
2026-03-13 08:39:42 -05:00 |
|
Adam
|
1a3735b619
|
fix(app): better optimistic prompt submit (#17337)
|
2026-03-13 07:38:03 -05:00 |
|
Adam
|
843f188aaa
|
fix(app): support text attachments (#17335)
|
2026-03-13 06:58:24 -05:00 |
|
Adam
|
05cb3c87ca
|
chore(app): i18n sync (#17283)
|
2026-03-13 06:48:38 -05:00 |
|
Adam
|
270cb0b8b4
|
chore: cleanup (#17284)
|
2026-03-13 06:27:58 -05:00 |
|
Adam
|
d961981e25
|
fix(app): list item background colors
|
2026-03-12 22:23:51 -05:00 |
|
Adam
|
42a5af6c8f
|
feat(app): follow-up behavior (#17233)
|
2026-03-12 20:17:36 +00:00 |
|
David Hill
|
184732fc20
|
fix(app): titlebar cleanup (#17206)
|
2026-03-12 18:26:50 +00:00 |
|
Adam
|
dce7eceb28
|
chore: cleanup (#17197)
|
2026-03-12 11:32:05 -05:00 |
|
Adam
|
12efbbfa4c
|
chore: cleanup (#17184)
|
2026-03-12 08:52:51 -05:00 |
|
Adam
|
03cd891ea9
|
chore: cleanup
|
2026-03-12 08:41:22 -05:00 |
|
Adam
|
d4107d51f1
|
chore: cleanup (#17115)
|
2026-03-12 12:26:43 +00:00 |
|
Brendan Allan
|
b76ead3fe8
|
refactor(desktop): rework default server initialization and connection handling (#16965)
|
2026-03-12 08:10:52 +00:00 |
|
Luke Parker
|
328c6de80d
|
Fix terminal e2e flakiness with a real terminal driver (#17144)
|
2026-03-12 17:35:26 +10:00 |
|
OpeOginni
|
c9c0318e0e
|
fix(desktop): set default WebSocket username and prevent repeated calling of terminal spawn properly closing the terminal (#17061)
|
2026-03-12 14:48:44 +08:00 |
|
Luke Parker
|
d481f64bde
|
fix(electron): theme Windows titlebar overlay (#16843)
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
|
2026-03-12 16:38:56 +10:00 |
|
Chris Yang
|
cf7ca9b2f7
|
fix(app): skip editor reconcile during IME composition (#17041)
|
2026-03-11 13:40:06 -05:00 |
|
Adam
|
835a27cf51
|
fix(app): terminal jank
|
2026-03-10 13:00:14 -05:00 |
|
Adam
|
5ec5d1dace
|
chore(app): debug window
|
2026-03-10 07:05:54 -05:00 |
|
Adam
|
ee18c9976e
|
chore(app): dev stats
|
2026-03-09 15:57:24 -05:00 |
|
Adam
|
b976f339e8
|
feat(app): generate color palettes (#16232)
|
2026-03-08 19:28:58 -05:00 |
|
David Hill
|
8fa04986cf
|
Revert "tui: dock auto-accept after thinking and move Add file to bottom-left"
This reverts commit 69cb49f7cc.
|
2026-03-08 01:31:09 +00:00 |
|
David Hill
|
a5710ed3e1
|
Revert "tui: keep model + thinking selectors beside Add file"
This reverts commit 426dcfa3b0.
|
2026-03-08 01:31:06 +00:00 |
|
David Hill
|
2efdc9df93
|
Revert "tui: add more editor bottom padding for prompt controls"
This reverts commit 981353793d.
|
2026-03-08 01:31:03 +00:00 |
|
David Hill
|
0c245886fe
|
Revert "tui: expose auto-accept as a permissions select"
This reverts commit 12d862dbd3.
|
2026-03-08 01:31:00 +00:00 |
|
David Hill
|
f03288b411
|
Revert "tui: use text-base color for prompt selects"
This reverts commit 207ebf4b8c.
|
2026-03-08 01:30:55 +00:00 |
|
David Hill
|
09388c98f3
|
Revert "tui: remove prompt model/thinking/permissions selectors on dev so the composer stays simple"
This reverts commit ae25c1e7b7.
|
2026-03-08 01:27:45 +00:00 |
|
David Hill
|
ae25c1e7b7
|
tui: remove prompt model/thinking/permissions selectors on dev so the composer stays simple
|
2026-03-08 01:21:45 +00:00 |
|
David Hill
|
0813c14cc6
|
tui: restore new-session logo on dev so users recognize OpenCode immediately
|
2026-03-08 01:18:42 +00:00 |
|