Commit Graph

312 Commits (b892d91baea94dea1605be37d72f515f10608ea3)

Author SHA1 Message Date
Brendan Allan d620455531
app: deduplicate allServers list 2026-02-19 09:34:23 +08:00
Adam 42aa28d512
chore: cleanup (#14181) 2026-02-18 13:23:20 -06:00
Adam ef14f64f9e
chore: cleanup 2026-02-18 11:48:25 -06:00
Brendan Allan f8904e3972
desktop: handle sidecar key in projectsKey 2026-02-19 00:05:50 +08:00
Brendan Allan 4a5823562c
desktop: fix isLocal 2026-02-19 00:03:08 +08:00
Brendan Allan 1bb8574179
app: refactor server management backend (#13813) 2026-02-18 23:03:24 +08:00
Filip 46739ca7cd
fix(app): ui flashing when switching tabs (#13978) 2026-02-17 21:19:20 +05:30
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
Shoubhit Dash 3dfbb70593
fix(app): recover state after sse reconnect and harden sse streams (#13973) 2026-02-17 07:10:39 -06:00
Filip 878ddc6a0a
fix(app): keybind [shift+tab] (#13695) 2026-02-15 07:46:56 -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
Dax 6d95f0d14c
sqlite again (#10597)
Co-authored-by: Github Action <action@github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-02-14 04:19:02 +00:00
Jun 9f20e0d14b
fix(web): sync docs locale cookie on alias redirects (#13109) 2026-02-13 05:12:28 -06:00
Adam dd296f7033
fix(app): reconnect event stream on disconnect 2026-02-12 20:20:24 -06:00
Adam 0303c29e3f
fix(app): failed to create store 2026-02-12 19:38:06 -06:00
Adam 4e0f509e7b
feat(app): option to turn off sound effects 2026-02-12 15:03:05 -06:00
Adam e9b9a62fe4
chore: cleanup 2026-02-12 14:39:02 -06:00
Adam 958320f9c1
fix(app): remote http server connections 2026-02-12 13:41:22 -06:00
Adam da952135ca
chore(app): refactor for better solidjs hygiene (#13344) 2026-02-12 11:26:19 -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
opencode-agent[bot] 8f56ed5b85 chore: generate 2026-02-11 17:00:20 +00:00
Filip 81b5a6a08b
fix(app):workspace reset (#13170)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-11 10:59:09 -06: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 a52fe28246
fix(app): notifications on child sessions 2026-02-11 08:47:27 -06:00
Adam 8c5ba8aeb0
fix(app): terminal PTY buffer carryover 2026-02-11 08:47:26 -06:00
Adam 7222fc0ba0
fix(app): terminal resize 2026-02-11 08:47:26 -06:00
Brendan Allan 213a87234d
feat(desktop): add WSL backend mode (#12914) 2026-02-11 07:49:48 +00:00
Adam fc37337a3e
fix(app): memory leak with platform fetch for events 2026-02-10 13:18:33 -06:00
Adam 1e2f664410
fix(app): back to platform fetch for now 2026-02-10 12:40:26 -06:00
Adam a3aad9c9bf
fix(app): include basic auth 2026-02-10 12:37:28 -06:00
Adam d863a9cf4e
fix(app): global event default fetch 2026-02-10 12:29:01 -06:00
Adam d1f5b9e911
fix(app): memory leak with event fetch 2026-02-10 11:30:58 -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 6f5dfe125a
fix(app): use agent configured variant (#12993) 2026-02-10 10:15:09 -06:00
Adam 19ad7ad809
chore: fix test 2026-02-10 07:06:20 -06:00
Adam 30f0d3b394
fix(app): update tab file contents on change 2026-02-09 07:38:06 -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
OpeOginni b0ceec9b19
feat(desktop): persist currentSidecarUrl in state when isSidecar prop is true (#12792) 2026-02-09 07:56:26 +00:00
opencode-agent[bot] 40b111d92c chore: generate 2026-02-09 07:36:24 +00:00
Brendan Allan 520110e864
desktop: track currentSidecarUrl 2026-02-09 15:34:52 +08:00
opencode-agent[bot] 019cfd4a52 chore: generate 2026-02-09 07:18:48 +00:00
OpeOginni 687210a55d
feat(desktop): add isSidecar prop to AppInterface and logic to persist sidecar server urls (#12366)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-02-09 07:18:06 +00: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
Adam d1ebe0767c
chore: refactoring and tests (#12629) 2026-02-08 05:02:19 -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
Khang Ha (Kelvin) fde0b39b7c
fix: properly encode file URLs with special characters (#12424) 2026-02-06 16:16:56 -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
Adam 4afec6731d
ignore: refactoring and tests (#12460) 2026-02-06 05:51:01 -06:00
Adam 2875405514
fix(app): more terminal stability fixes 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 5b3d94ebaa
fix(app): file tree out of sync 2026-02-05 07:04:43 -06:00
Edin ef09dddaa5
feat(i18n): add Bosnian locale (#12283) 2026-02-05 06:58:14 -06:00
Parker Smith 41bc4ec7f0
fix(desktop): Refresh file contents when changing workspaces to not have stale contents (#11728) 2026-02-04 14:27:02 -06:00
Adam ce87121067
fix(app): clear comments on prompt submission (#12148) 2026-02-04 11:19:03 -06:00
Adam c8622df762
fix(app): file tree not staying in sync across projects/sessions 2026-02-04 07:59:46 -06:00
Adam a219615fe5
fix(app): opened tabs follow created session 2026-02-04 06:22:55 -06:00
Rahul A Mistry 08671e3155
fix(app): session tabs to open the previous opened (#11914) 2026-02-03 06:19:56 -06:00
Adam 30a25e4edc
fix(app): user messages not rendering consistently 2026-02-02 14:24:23 -06:00
Brendan Allan c02dd067b2
fix(desktop): keep mac titlebar stable under zoom (#11747) 2026-02-02 07:54:25 +00:00
Ryan Vogel 53f118c57a
Revert "feat(app): add skill slash commands" (#11484) 2026-01-31 10:20:23 -05:00
Ryan Vogel 786ae0a584
feat(app): add skill slash commands (#11369) 2026-01-31 08:59:28 -06:00
Dax a9a7595234
test: skip failing tests (#11184) 2026-01-29 18:57:59 +00:00
adamelmore f607353be6
fix(app): close review pane 2026-01-28 10:27:01 -06:00
GitHub Action 4f60ea6108 chore: generate 2026-01-28 14:11:30 +00:00
Nattawee Phantawong 775d288027
feat(i18n): add th locale support (#10809) 2026-01-28 08:10:50 -06:00
adamelmore 2f35c40bb5
chore(app): global config changes 2026-01-28 07:28:02 -06:00
adamelmore d9741866c5
fix(app): reintroduce review tab 2026-01-27 20:24:27 -06:00
adamelmore df7f9ae3f4
fix(app): terminal corruption 2026-01-27 16:51:57 -06:00
adamelmore 842f17d6d9
perf(app): better memory management 2026-01-27 15:25:07 -06:00
adamelmore 892113ab39
chore(app): show 5 highlights 2026-01-27 15:25:06 -06:00
adamelmore 7de42ca242
feat(app): improved layout 2026-01-27 11:40:39 -06:00
adamelmore 2f5a238b51
feat(app): update settings in general settings 2026-01-27 11:38:35 -06:00
adamelmore 712d2b7d15
fix(app): swallow file search errors 2026-01-27 08:43:38 -06:00
adamelmore 3e420bf8e1
perf(app): don't keep parts in memory 2026-01-27 08:43:35 -06:00
adamelmore 095328faf4
fix(app): non-fatal error handling 2026-01-27 06:29:20 -06:00
adamelmore 58b9b54600
feat(app): forward and back buttons 2026-01-27 06:29:18 -06:00
adamelmore 6897bb7d02
chore: cleanup 2026-01-26 17:02:56 -06:00
adamelmore 8371ba5aec
chore: cleanup 2026-01-26 17:01:04 -06:00
adamelmore bb178e9352
chore: cleanup 2026-01-26 16:57:43 -06:00
adamelmore 021d9d105e
fix(app): reactive file tree 2026-01-26 16:46:09 -06:00
adamelmore ccc7aa49c3
wip: highlights 2026-01-26 15:36:59 -06:00
adamelmore 53ac394c68
wip: highlights 2026-01-26 15:36:59 -06:00
adamelmore 8b6484ac1a
wip: highlights 2026-01-26 15:36:56 -06:00
adamelmore d4e3acf17e
fix(app): session sync issue 2026-01-26 13:36:36 -06:00
adamelmore 97aec21cb3
chore(app): missing i18n strings 2026-01-26 13:03:34 -06:00
adamelmore 319ad2a391
fix(app): session load cap 2026-01-26 12:58:51 -06:00
adamelmore d05ed5ca83
chore(app): createStore over signals 2026-01-26 11:26:17 -06:00
Adam d9eed4c6ca
feat(app): file tree 2026-01-26 11:07:51 -06:00
adamelmore 7c34319b19
fix(app): query selector with non-latin chars 2026-01-26 09:33:42 -06:00
adamelmore 84b12a8fb7
feat(app): model settings 2026-01-26 08:15:01 -06:00
adamelmore 0d651eab3b
feat(app): default servers on web 2026-01-26 08:15:00 -06:00
adamelmore c87232d5df
perf(app): performance improvements 2026-01-26 06:08:09 -06:00
adamelmore d03c5f6b3f
perf(app): performance improvements 2026-01-26 06:08:09 -06:00