Commit Graph

337 Commits

Author SHA1 Message Date
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 03f3c53da1 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
opencode 1606d7ad7a release: v1.1.21
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
2026-01-15 02:34:07 +00:00
opencode ff951ce23c release: v1.1.20
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
2026-01-14 13:41:08 +00:00
Shane Bishop 8598b78554 fix(desktop): "load more" button behavior in desktop sidebar (#8430) 2026-01-14 07:36:08 -06:00
opencode 400ace09e7 release: v1.1.19
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
2026-01-13 22:27:16 +00: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
opencode 7139e84727 release: v1.1.18
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
2026-01-13 16:17:17 +00: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
opencode 9f46edda9a release: v1.1.17
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
2026-01-13 14:41:54 +00:00
Brendan Allan 77efb8fb3a fix(app): provide pty socket auth if available from desktop (#8210) 2026-01-13 07:08:19 -06:00
opencode 521c7b30d8 release: v1.1.16
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
2026-01-13 06:01:17 +00: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
opencode b14ba577f6 release: v1.1.15
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
2026-01-12 21:03:52 +00: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
opencode 333a683726 release: v1.1.14
Update Nix Hashes / update (push) Has been cancelled
2026-01-12 05:08:25 +00:00
Daniel Polito 581c6f75b7 feat(desktop): Image Preview support for Image Attachments (#7841) 2026-01-11 14:12:52 -06:00
opencode d86a4783af release: v1.1.13
Update Nix Hashes / update (push) Has been cancelled
2026-01-11 07:10:41 +00: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
opencode fd7b3295e9 release: v1.1.12
Update Nix Hashes / update (push) Has been cancelled
2026-01-10 13:56:12 +00:00
opencode 2420ed1e40 release: v1.1.11
Update Nix Hashes / update (push) Has been cancelled
2026-01-10 01:25:30 +00:00
opencode 424fea0bcf release: v1.1.10
Update Nix Hashes / update (push) Has been cancelled
2026-01-09 21:38:04 +00:00
adamelmore ccee35f53e fix(app): no inline js 2026-01-09 11:57:31 -06:00
adamelmore 34f5a952ec fix(app): no custom url param 2026-01-09 11:03:11 -06:00