Commit Graph

550 Commits

Author SHA1 Message Date
David Hill
98f3ff6273 tweak(app): refine titlebar search and open padding
Ensure the titlebar search placeholder truncates cleanly and left-aligns; match the fallback copy-path button left padding to the open action.
2026-02-17 14:37:44 +00:00
David Hill
ce08442732 tweak(ui): center titlebar search and soften keybind
Mount the titlebar search in the center area and tune its sizing/spacing; use regular weight for the keybind pill text.
2026-02-17 14:37:44 +00:00
David Hill
8fcfbd697a tweak(app): align titlebar search text size
Use the same 12px text style for the titlebar search placeholder as the status and open actions.
2026-02-17 14:37:44 +00:00
David Hill
a8669aba8f tweak(app): match titlebar active bg to hover
Use the ghost hover background for active/expanded titlebar actions and tighten titlebar popover gutters to 4px.
2026-02-17 14:37:44 +00:00
David Hill
d31e9cff6a tweak(app): use weak borders in titlebar actions
Use border-border-weak-base for the titlebar status and open actions (including the open button divider) and adjust the English copy-path label casing.
2026-02-17 14:37:44 +00:00
David Hill
0cb11c2412 tweak(app): reduce titlebar right padding
Use pr-2 (instead of pr-6) on the titlebar right section when not on Windows.
2026-02-17 14:37:44 +00:00
David Hill
9b1d7047d4 tweak(app): keep file tree toggle visible
Always show the titlebar file tree button (and space the right-side icon buttons at 4px) so it stays accessible regardless of the review panel state.
2026-02-17 14:37:44 +00:00
opencode-agent[bot]
703d634744 chore: generate 2026-02-17 13:45:58 +00:00
David Hill
e273a31e70 tweak(ui): icon button spacing 2026-02-17 13:44:59 +00:00
Adam
277c68d8e5
chore: app polish (#13976)
Co-authored-by: David Hill <iamdavidhill@gmail.com>
2026-02-17 07:34:02 -06:00
Adam
10985671ad
feat(app): session timeline/turn rework (#13196)
Co-authored-by: David Hill <iamdavidhill@gmail.com>
2026-02-17 07:16:23 -06:00
Ganesh
0186a85063
fix(app): keep Escape handling local to prompt input on macOS desktop (#13963) 2026-02-17 06:04:11 -06:00
Shoubhit Dash
3c85cf4fac
fix(app): only navigate prompt history at input boundaries (#13690) 2026-02-15 07:47:19 -06:00
Brandon Julio Thenaro
985c2a3d15
feat: Add GeistMono Nerd Font to available mono font options (#13720) 2026-02-15 07:44:21 -06:00
Adam
460a87f359
fix(app): stack overflow in filetree (#13667)
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
2026-02-14 19:24:48 -06:00
Adam
4f51c0912d
chore: cleanup 2026-02-13 05:52:43 -06:00
Adam
1c71604e0a
fix(app): terminal resize 2026-02-13 05:52:42 -06:00
eytans
e242fe19e4
fix(web): use prompt_async endpoint to avoid timeout over VPN/tunnel (#12749) 2026-02-13 05:25:47 -06:00
Adam
fb7b2f6b4d
feat(app): toggle all provider models 2026-02-12 20:19:26 -06:00
Adam
7f95cc64c5
fix(app): prompt input quirks 2026-02-12 19:58:57 -06:00
Adam
548608b7ad
fix(app): terminal pty isolation 2026-02-12 15:15:34 -06:00
Adam
4e0f509e7b
feat(app): option to turn off sound effects 2026-02-12 15:03:05 -06:00
Adam
ff3b174c42
fix(app): normalize oauth error messages 2026-02-12 14:58:25 -06:00
Adam
70303d0b42
chore: cleanup 2026-02-12 14:48:09 -06:00
Adam
e9b9a62fe4
chore: cleanup 2026-02-12 14:39:02 -06:00
Adam
81c623f26e
chore: cleanup 2026-02-12 14:32:31 -06:00
Adam
3696d1ded1
chore: cleanup 2026-02-12 14:24:19 -06:00
Adam
50f208d69f
fix(app): suggestion active state broken 2026-02-12 14:17:05 -06:00
Rasheed
0771e3a8be
fix(app): preserve undo history for plain-text paste (#13351) 2026-02-12 17:27:53 +00:00
Adam
da952135ca
chore(app): refactor for better solidjs hygiene (#13344) 2026-02-12 11:26:19 -06:00
Adam
ed472d8a67
fix(app): more defensive session context metrics 2026-02-12 10:00:58 -06:00
Adam
ff4414bb15
chore: refactor packages/app files (#13236)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Frank <frank@anoma.ly>
2026-02-12 09:49:14 -06:00
Adam
81ca2df6ad
fix(app): guard randomUUID in insecure browser contexts (#13237)
Co-authored-by: Selim <31136147+selimerunkut@users.noreply.github.com>
2026-02-12 01:05:15 +00:00
Filip
eef3ae3e1f
Fix/reverception (#13166)
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2026-02-11 09:18:44 -06:00
Adam
2e8082dd21
Revert "feat(desktop): add WSL backend mode (#12914)"
This reverts commit 213a87234d.
2026-02-11 08:51:41 -06:00
Adam
7222fc0ba0
fix(app): terminal resize 2026-02-11 08:47:26 -06:00
Adam
ef5ec5dc28
fix(app): terminal copy/paste 2026-02-11 07:19:33 -06:00
Adam
c426cb0f14
fix(app): copy path button styles 2026-02-11 07:19:33 -06:00
Filip
cf7a1b8d80
feat(desktop): enhance Windows app resolution and UI loading states (#13084) 2026-02-11 04:40:52 -06:00
Brendan Allan
213a87234d
feat(desktop): add WSL backend mode (#12914) 2026-02-11 07:49:48 +00:00
Filip
dce4c05fa9
fix(desktop): open apps with executables on Windows (#13022) 2026-02-10 15:10:58 -06:00
Adam
80220cebe4
fix(app): disable terminal transparency 2026-02-10 13:11:31 -06:00
Adam
70c794e913
fix(app): regressions 2026-02-10 10:15:37 -06:00
Adam
3929f0b5bd
fix(app): terminal replay (#12991) 2026-02-10 10:15:19 -06:00
Adam
19ad7ad809
chore: fix test 2026-02-10 07:06:20 -06:00
Adam
83853cc5e6
fix(app): new session in workspace choosing wrong workspace 2026-02-10 06:02:17 -06:00
Kit Langton
949f61075f
feat(app): add Cmd+[/] keybinds for session history navigation (#12880) 2026-02-09 19:25:42 -06:00
Adam
371e106faa
chore: cleanup 2026-02-09 14:02:14 -06:00
Adam
19809e7680
fix(app): max widths 2026-02-09 13:59:26 -06:00
Adam
a84bdd7cd7
fix(app): incorrect workspace on new session 2026-02-09 12:19:04 -06:00
Adam
5be1202eea
chore: cleanup 2026-02-09 09:58:55 -06:00
Adam
7ff51183ce
chore: cleanup 2026-02-09 07:41:17 -06:00
Adam
bda0cbdec7
chore: cleanup 2026-02-09 07:38:06 -06:00
Adam
03f3029dc6
feat(app): polish Open in icon treatment
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 <86423329+edoedac0@users.noreply.github.com>
2026-02-09 07:38:05 -06:00
Adam
dd2d232a9d
fix: add fallback for when crypto.randomUUID is unavailable
Closes #11452

Co-authored-by: Yo'av Moshe <bjesus@users.noreply.github.com>
2026-02-09 06:35:53 -06:00
Israel Araújo de Oliveira
93a11ddedf
feat(desktop): add native Wayland toggle on Linux (#11971)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-02-09 17:00:35 +08:00
Kit Langton
27c8a08144
ui: default TextField copy affordance to clipboard (#12714) 2026-02-08 11:37:59 -06:00
Adam
7c6b8d7a8a
fix(ui): context stale in prompt input (#12695) 2026-02-08 12:36:53 +00:00
opencode-agent[bot]
d5c86b03ba chore: generate 2026-02-08 11:27:37 +00:00
Kit Langton
bc25efdf72
refine(app): tighten slash autocomplete matching (#12647) 2026-02-08 05:26:59 -06:00
Devin Griffin
c639200ede
fix(app): Toast when session is missing on prompt-submit (#12654) 2026-02-08 05:26:31 -06:00
Abdul Rahman ArM
d5036cf01f
fix(desktop): add native clipboard image paste and fix text paste (#12682) 2026-02-08 11:24:09 +00:00
Ryan Miville
ecaeb9e602
fix(app): respect terminal toggle keybind when terminal is focused (#12635) 2026-02-07 19:26:54 -06:00
Devin Griffin
fb331f6cb8
fix(app): disable 3 safari prompt-input annoyances (#12558) 2026-02-07 13:33:54 -06:00
Devin Griffin
6bdd3528ac
feat(app): drag-n-drop to @mention file (#12569) 2026-02-07 13:33:00 -06:00
Khang Ha (Kelvin)
4efbfcd087
fix(app): handle Windows paths in frontend file URL encoding (#12601) 2026-02-07 13:27:40 -06:00
Rahul A Mistry
b5b93aea42
fix(app): toggle file tree and review panel better ux (#12481) 2026-02-07 05:02:40 -06:00
Khang Ha (Kelvin)
fde0b39b7c
fix: properly encode file URLs with special characters (#12424) 2026-02-06 16:16:56 -06:00
Abdi Ibrahim
e9a3cfc083
fix(desktop): allow agent select to use full width on windows (#12428) 2026-02-06 16:15:04 -06:00
Ganesh
13381580af
fix(app): keep startup script field scrollable in edit project dialog (#12431) 2026-02-06 16:13:37 -06:00
Adam
6324d1c351
fix(app): more terminal replay issues 2026-02-06 12:10:05 -06:00
OpeOginni
8069197329
feat(desktop): added Macos support for displaying only installed editors & added sublime text editor (#12501) 2026-02-06 17:21:47 +00:00
Adam
2c58dd6203
chore: refactoring and tests, splitting up files (#12495) 2026-02-06 10:02:31 -06:00
Adam
a4bc883595
chore: refactoring and tests (#12468) 2026-02-06 09:37:49 -06:00
Brendan Allan
b7ad8e459c
desktop: add loading window and restructure rust (#12176) 2026-02-06 23:03:07 +08:00
Adam
0ec5f6608b
fix(app): hide 'open in app' button on narrow viewports 2026-02-06 07:10:23 -06:00
opencode-agent[bot]
732a3dab8c chore: generate 2026-02-06 12:20:53 +00:00
OpeOginni
400bc7973a
fix(desktop): update server removal logic to clear default server URL if removed (#12372) 2026-02-06 06:20:03 -06:00
Alex Yaroshuk
ac88c6b637
feat(app): session last updated time display in command pallete's search (#12376) 2026-02-06 06:19:25 -06:00
Maharshi Patel
d4fcc1b863
fix(ui): add Windows File Explorer icon for session header (#12386) 2026-02-06 06:18:45 -06:00
Cameron
6c0dce6711
fix(desktop): support desktop titlebar double-click maximize (#12459) 2026-02-06 20:13:24 +08:00
Adam
4afec6731d
ignore: refactoring and tests (#12460) 2026-02-06 05:51:01 -06:00
Brendan Allan
e0e32ed3a8
desktop: add more basic menu bar items 2026-02-06 18:10:48 +08:00
Alex Yaroshuk
d160cca179
fix(app): make close comment button visible in prompt input (#12349) 2026-02-05 15:23:29 -06:00
Adam
d7c2d5db3b
fix(app): hide prompt input when there are perms or questions (#12339) 2026-02-05 14:42:56 -06:00
Adam
2875405514
fix(app): more terminal stability fixes 2026-02-05 14:21:13 -06:00
Adam
8c0300c021
fix(app): modified file color contrast 2026-02-05 14:21:13 -06:00
Adam
b738d88ec4
feat(app): open in <app> button (#12322) 2026-02-05 19:55:49 +00:00
Adam
83646e0366
fix(app): allow toggling file tree closed independently (#12293) 2026-02-05 13:51:08 -06:00
Adam
bf7af99a3f
fix(app): terminal URL issues 2026-02-05 06:20:19 -06:00
Adam
2896b8a863
fix(app): terminal url 2026-02-04 15:43:13 -06:00
Adam
9679e0c59c
fix(app): terminal EOL issues 2026-02-04 14:36:10 -06:00
Dave Dennis
912098928a
fix(app): derive terminal WebSocket URL from browser origin instead o… (#12178) 2026-02-04 14:22:50 -06:00
Adam
57b8c62909
fix(app): terminal hyperlink clicks 2026-02-04 10:54:55 -06:00
Adam
a219615fe5
fix(app): opened tabs follow created session 2026-02-04 06:22:55 -06:00
Lucas (TaeYoung) Jo
891875402c
fix(terminal): support remote server connections and fix GLIBC compatibility (#11906) 2026-02-04 05:01:10 -06:00
Adam
4f7da2b757
fix(app): model selector truncating too soon 2026-02-03 11:51:30 -06:00
Daniel Polito
76381f33d5
feat(desktop): Allow empty prompt with review comments (#11953) 2026-02-03 09:06:02 -06:00
Adam
a38bae684f
chore(app): don't forceMount tooltips 2026-02-03 07:01:12 -06:00
Rahul A Mistry
0d557721cf
fix(app): edit project dialog icon on hover (#11921) 2026-02-03 06:19:07 -06:00