Commit Graph

207 Commits

Author SHA1 Message Date
GitHub Action 14d7f50033 chore: generate 2026-01-13 15:42:58 +00:00
Daniel Polito 52778f6d5b feat(desktop): Adding Provider Icons (#8215) 2026-01-13 09:41:35 -06:00
Brendan Allan 77efb8fb3a fix(app): provide pty socket auth if available from desktop (#8210) 2026-01-13 07:08:19 -06:00
Brendan Allan bd193dbd22 feat(desktop): spawn local server with password (#8139) 2026-01-13 13:58:00 +08:00
GitHub Action 512025314a chore: generate 2026-01-12 23:30:47 +00:00
OpeOginni 6f63f030db feat(terminal): implement better dynamic terminal numbering (#8081) 2026-01-12 17:30:09 -06:00
GitHub Action 2c488754fb chore: generate 2026-01-12 21:27:36 +00:00
OpeOginni c437b22c5b feat(dialog-select-server): add icon button for server removal (#8053) 2026-01-12 15:26:58 -06:00
GitHub Action 756fcf9e5d chore: generate 2026-01-12 09:58:50 +00:00
Brendan Allan c928cfd849 fix(desktop): improve server detection & connection logic (#7962) 2026-01-12 17:58:13 +08:00
Brendan Allan 1d509db35a app: resolve defaultServerUrl inside AppInterface
The desktop app sometimes modified __OPENCODE__.serverUrl after the
window is created. Previously this was ignored since defaultServerUrl
was created at module scope, now it isn't created until desktop's
ensure_server_started query complete, after which point serverUrl is
guaranteed to be updated.
2026-01-12 13:21:21 +08:00
Daniel Polito 581c6f75b7 feat(desktop): Image Preview support for Image Attachments (#7841) 2026-01-11 14:12:52 -06:00
Daniel Polito e269d80290 feat(desktop): Fork Session (#7673) 2026-01-10 16:04:01 -06:00
Daniel Polito 96e8f1179c feat(desktop): Make mouse hover / click work on prompt input autocomplete (#7661) 2026-01-10 16:02:47 -06:00
Andrew Thal 41e520c2d9 feat: support configuring default server URL for desktop (#7363) 2026-01-10 08:56:48 -06:00
GitHub Action 45a667c84d chore: generate 2026-01-10 14:55:55 +00:00
OpeOginni 1b112628b9 fix(desktop): remove split operation in serverDisplayName function (#7397) 2026-01-10 08:55:20 -06:00
adamelmore 34f5a952ec fix(app): no custom url param 2026-01-09 11:03:11 -06:00
AJ Ka 6ac484b042 fix: prevent model picker overflow with Zen in new sessions (#7495) 2026-01-09 09:53:18 -06:00
adamelmore 8de582a501 fix(app): store terminal and review pane visibility per session 2026-01-09 08:20:00 -06:00
Daniel Polito ae37115845 feat(desktop): Change Terminal's Cursor to Bar and Stop Blinking when not focused (#7402) 2026-01-09 01:32:00 -05:00
Adam 6d0103ecf9 feat(app): cache session-scoped stores, optional context gating 2026-01-08 17:48:15 -06:00
Adam df8ef8024f feat(app): incrementally render turns, markdown cache, lazily render diffs 2026-01-08 17:48:15 -06:00
Adam 3086b6bb45 feat(app): gate hydration side-effects, handoff while stores load 2026-01-08 17:48:15 -06:00
Adam 3f61fd30ab feat(app): prefetch adjacent sessions 2026-01-08 17:48:15 -06:00
Adam c27857c8d4 feat(app): chunk message loading, lazy load diffs 2026-01-08 17:48:15 -06:00
AJ Ka 006e8ce391 Fix for #7229 Fix/project sidebar folder name (#7232) 2026-01-08 17:47:15 -06:00
zerone0x 5fa33cee6b fix(app): show custom models without valid release_date in web UI mod… (#7349) 2026-01-08 14:06:18 -06:00
Daniel Polito 0c88d9661e Desktop: Fix Paste image on empty input (#7130) 2026-01-07 09:40:21 -06:00
usvimal 3a529d8955 perf: show window immediately during desktop startup (#6734)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-01-07 15:19:01 +08:00
Adam 622461d3bc chore: fix types 2026-01-06 21:42:04 -06:00
Adam 233813225e chore(app): rework storage approach 2026-01-06 21:42:03 -06:00
Adam d472bc0fc4 fix(app): session navigation with shortcuts 2026-01-06 21:18:41 -06:00
Adam ec31f698ca fix(app): permission auto-accept should hide when not needed 2026-01-06 21:18:29 -06:00
Adam c8e6f79257 fix(app): terminal selection color contrast 2026-01-06 21:18:17 -06:00
Adam 746ee8fe57 fix(app): copy and paste in terminal was broken 2026-01-06 13:38:15 -06:00
Adam 4827392a0e fix(app): more contrast in terminal text 2026-01-06 12:03:24 -06:00
Justas Raudonius d2626a109c feat(app): add view button to open files from review sidebar (#7095) 2026-01-06 10:28:03 -06:00
Justas Raudonius eb04464515 fix(app): open review sidebar when selecting file from picker (#7096) 2026-01-06 10:27:22 -06:00
Justas Raudonius 6fc13333f9 feat(app): add middle-click to close tabs in review sidebar (#7094) 2026-01-06 10:15:17 -06:00
Adam c9dabf9d75 fix(app): code splitting for web load perf gains 2026-01-06 08:19:17 -06:00
Adam 29a5078576 fix(app): scroll store performance 2026-01-06 08:18:49 -06:00
Adam 6da1429063 fix(app): more defensive, handle no git 2026-01-05 15:12:02 -06:00
GitHub Action 86ba5c3c4b chore: generate 2026-01-05 19:33:32 +00:00
OpeOginni c5289bf631 Feat/clickable subtask (#6846) 2026-01-05 13:32:16 -06:00
Adam bd1fd88018 fix(app): store image attachments 2026-01-05 13:21:33 -06:00
Adam 7cce7d1dc5 fix(app): bottom padding 2026-01-05 13:21:32 -06:00
Adam f2b27f1911 fix(app): terminal long-running processes 2026-01-05 13:21:32 -06:00
Adam 582786e76e fix(app): terminal flakiness 2026-01-05 13:21:31 -06:00
Adam a0c6b5bb79 fix(app): performance improvements through event batching 2026-01-05 13:21:30 -06:00