GitHub Action
835e48cd28
chore: generate
2026-01-12 23:30:47 +00:00
OpeOginni
1a5a63843e
feat(terminal): implement better dynamic terminal numbering ( #8081 )
2026-01-12 17:30:09 -06:00
GitHub Action
64f0205f97
chore: generate
2026-01-12 21:27:36 +00:00
OpeOginni
b3a1360ad9
feat(dialog-select-server): add icon button for server removal ( #8053 )
2026-01-12 15:26:58 -06:00
opencode
db7243c364
release: v1.1.15
2026-01-12 21:03:52 +00:00
GitHub Action
e6045ca925
chore: generate
2026-01-12 09:58:50 +00:00
Brendan Allan
ebbb4dd88a
fix(desktop): improve server detection & connection logic ( #7962 )
2026-01-12 17:58:13 +08:00
Brendan Allan
e0eb460fc8
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
opencode
7c6b3f981e
release: v1.1.14
2026-01-12 05:08:25 +00:00
Daniel Polito
025ed04da0
feat(desktop): Image Preview support for Image Attachments ( #7841 )
2026-01-11 14:12:52 -06:00
opencode
efbab087df
release: v1.1.13
2026-01-11 07:10:41 +00:00
Daniel Polito
76386f5cfc
feat(desktop): Fork Session ( #7673 )
2026-01-10 16:04:01 -06:00
Daniel Polito
a9275def43
feat(desktop): Make mouse hover / click work on prompt input autocomplete ( #7661 )
2026-01-10 16:02:47 -06:00
Andrew Thal
02b7eb59f8
feat: support configuring default server URL for desktop ( #7363 )
2026-01-10 08:56:48 -06:00
GitHub Action
a8f23fb548
chore: generate
2026-01-10 14:55:55 +00:00
OpeOginni
1a642a79a6
fix(desktop): remove split operation in serverDisplayName function ( #7397 )
2026-01-10 08:55:20 -06:00
opencode
449270aacc
release: v1.1.12
2026-01-10 13:56:12 +00:00
opencode
8a43c24934
release: v1.1.11
2026-01-10 01:25:30 +00:00
opencode
563b4c33f2
release: v1.1.10
2026-01-09 21:38:04 +00:00
adamelmore
0f2124db32
fix(app): no inline js
2026-01-09 11:57:31 -06:00
adamelmore
cbb3141130
fix(app): no custom url param
2026-01-09 11:03:11 -06:00
AJ Ka
030b14ac4e
fix: prevent model picker overflow with Zen in new sessions ( #7495 )
2026-01-09 09:53:18 -06:00
adamelmore
0433d4d064
fix(app): store terminal and review pane visibility per session
2026-01-09 08:20:00 -06:00
Daniel Polito
8b062ed621
feat(desktop): Change Terminal's Cursor to Bar and Stop Blinking when not focused ( #7402 )
2026-01-09 01:32:00 -05:00
opencode
bd9c13bb27
release: v1.1.8
2026-01-08 23:58:57 +00:00
Adam
be9b2bab15
feat(app): cache session-scoped stores, optional context gating
2026-01-08 17:48:15 -06:00
Adam
c949e5b390
feat(app): incrementally render turns, markdown cache, lazily render diffs
2026-01-08 17:48:15 -06:00
Adam
1c717d62e4
feat(app): gate hydration side-effects, handoff while stores load
2026-01-08 17:48:15 -06:00
Adam
27675dfd70
feat(app): prefetch adjacent sessions
2026-01-08 17:48:15 -06:00
Adam
374275eeb6
feat(app): chunk message loading, lazy load diffs
2026-01-08 17:48:15 -06:00
AJ Ka
faa848cfb1
Fix for #7229 Fix/project sidebar folder name ( #7232 )
2026-01-08 17:47:15 -06:00
opencode
f3e79235fb
release: v1.1.7
2026-01-08 20:37:24 +00:00
zerone0x
c7b825a42a
fix(app): show custom models without valid release_date in web UI mod… ( #7349 )
2026-01-08 14:06:18 -06:00
opencode
184834da98
release: v1.1.6
2026-01-07 16:38:32 +00:00
Daniel Polito
2d5b9a5cc6
Desktop: Fix Paste image on empty input ( #7130 )
2026-01-07 09:40:21 -06:00
opencode
1e2992244f
release: v1.1.5
2026-01-07 14:37:04 +00:00
usvimal
a8c2928a87
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
f6055ad3d2
chore: fix types
2026-01-06 21:42:04 -06:00
Adam
761863ae35
chore(app): rework storage approach
2026-01-06 21:42:03 -06:00
Adam
4e5b0b00b0
fix(app): session navigation with shortcuts
2026-01-06 21:18:41 -06:00
Adam
7672b722ca
fix(app): permission auto-accept should hide when not needed
2026-01-06 21:18:29 -06:00
Adam
488c3502a7
fix(app): terminal selection color contrast
2026-01-06 21:18:17 -06:00
opencode
b2341c2d9a
release: v1.1.4
2026-01-06 22:06:38 +00:00
Adam
5181e4e90a
fix(app): copy and paste in terminal was broken
2026-01-06 13:38:15 -06:00
Adam
ecbcbfbe90
fix(app): more contrast in terminal text
2026-01-06 12:03:24 -06:00
Justas Raudonius
6092f8792e
feat(app): add view button to open files from review sidebar ( #7095 )
2026-01-06 10:28:03 -06:00
Justas Raudonius
4142e1bcf6
fix(app): open review sidebar when selecting file from picker ( #7096 )
2026-01-06 10:27:22 -06:00
Justas Raudonius
49d837e0c1
feat(app): add middle-click to close tabs in review sidebar ( #7094 )
2026-01-06 10:15:17 -06:00
Adam
b88bcd49fd
fix(app): code splitting for web load perf gains
2026-01-06 08:19:17 -06:00
Adam
3f463bc916
fix(app): scroll store performance
2026-01-06 08:18:49 -06:00