David Hill
6f705868cd
fix: new session tooltip position and add shortcut
2026-01-15 19:15:21 +00:00
David Hill
2d952d6182
fix: remove more options tooltip
2026-01-15 19:15:21 +00:00
David Hill
276182c782
fix: workspace name color
2026-01-15 19:15:21 +00:00
David Hill
729808cc4e
fix: hide view all sessions on active project
2026-01-15 19:15:21 +00:00
David Hill
615963ee82
fix: avatar button states
2026-01-15 19:15:21 +00:00
David Hill
dbf421896b
fix: load more button font size
2026-01-15 19:15:21 +00:00
David Hill
f1ea821a7b
fix: recent sessions title color
2026-01-15 19:15:21 +00:00
David Hill
38bd89362a
fix: project dropdown labels and order
2026-01-15 19:15:21 +00:00
David Hill
c807f09cf1
fix: move left panel toggle over
...
- not sure how this impacts on the titlebar when the traffic lights are there
2026-01-15 19:15:21 +00:00
David Hill
17fd1aec62
fix: avatar background
2026-01-15 19:15:21 +00:00
David Hill
fe42985d08
fix: show project options on hover of row
2026-01-15 19:15:21 +00:00
David Hill
92e9f4d918
fix: increase delay on session list tooltips
2026-01-15 19:15:21 +00:00
David Hill
681970bcd5
fix: tooltip gutter spacing on session items and archive buttons
2026-01-15 19:15:21 +00:00
David Hill
60fc052fb1
fix: archive icon replaces diff count on hover
2026-01-15 19:15:21 +00:00
David Hill
d11a2eb2a5
fix: recent sessions hover gutter
2026-01-15 19:15:21 +00:00
David Hill
818769c7a7
fix: search bar in header
2026-01-15 19:15:21 +00:00
Adam
c5eb9f9ffa
chore: cleanup
2026-01-15 07:29:13 -06:00
Adam
933c1f32c6
chore: cleanup
2026-01-15 07:29:13 -06:00
Adam
72b1e408a3
chore: cleanup
2026-01-15 07:29:13 -06:00
Adam
35040b4d0b
fix(app): new layout issues
2026-01-15 07:29:13 -06:00
Adam
d9b2f62062
fix(app): new layout sessions stale
2026-01-15 07:29:13 -06:00
Adam
e41cf80835
fix(app): new layout issues
2026-01-15 07:29:13 -06:00
Adam
4a8cdc9033
feat(app): new layout
2026-01-15 07:29:13 -06:00
adamelmore
9af911d313
feat(app): new layout
2026-01-15 07:29:13 -06:00
Shane Bishop
8598b78554
fix(desktop): "load more" button behavior in desktop sidebar ( #8430 )
2026-01-14 07:36:08 -06:00
Joe Harrison
9a3a71ed4a
fix(prompt-input): handle Shift+Enter before IME check to prevent stuck state ( #8275 )
2026-01-13 14:06:38 -06:00
Daniel Polito
aa932bebbe
feat(desktop): Ask Question Tool Support ( #8232 )
2026-01-13 12:28:08 -06:00
Daniel Polito
f2043d0c78
fix(desktop): Revert provider icon on select model dialog ( #8245 )
2026-01-13 12:26:21 -06:00
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