Commit Graph

686 Commits (f242541ef3eb2cfea59d9bd79d2977aec79e7666)

Author SHA1 Message Date
opencode 3565d8e44d release: v1.1.19 2026-01-13 22:27:16 +00:00
opencode c87939ad12 release: v1.1.18 2026-01-13 16:17:17 +00:00
usvimal 2b77a84c4f
fix(desktop): correct health check endpoint URL to /global/health (#8231) 2026-01-13 09:39:43 -06:00
opencode 29bf731d47 release: v1.1.17 2026-01-13 14:41:54 +00:00
Brendan Allan 3c5a256f0f
desktop: macos killall opencode-cli on launch 2026-01-13 22:38:24 +08:00
GitHub Action a03daa4252 chore: generate 2026-01-13 13:13:45 +00:00
Brendan Allan b01eec38d1
fix(desktop): set serverPassword 2026-01-13 21:13:06 +08:00
Brendan Allan 35cb06e0e4
fix(app): provide pty socket auth if available from desktop (#8210) 2026-01-13 07:08:19 -06:00
Brendan Allan ddd9c71cca
feat(desktop): Tie desktop & CLI to the same Windows JobObject (#8153) 2026-01-13 15:32:54 +08:00
opencode afb8a0d28a release: v1.1.16 2026-01-13 06:01:17 +00:00
Brendan Allan f05f175842
feat(desktop): spawn local server with password (#8139) 2026-01-13 13:58:00 +08:00
Patrick Schiel eb2044989e
fix: add missing args to windows tauri cli spawn (#8084) 2026-01-13 10:38:01 +08:00
opencode db7243c364 release: v1.1.15 2026-01-12 21:03:52 +00:00
Brendan Allan c6092e4ad9
disable appimage 2026-01-12 19:28:55 +08: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
opencode 7c6b3f981e release: v1.1.14 2026-01-12 05:08:25 +00:00
opencode efbab087df release: v1.1.13 2026-01-11 07:10:41 +00:00
Jérôme Benoit f882cca98a
fix(desktop): add missing StoreExt import and fix unused mut warning (#7707) 2026-01-10 15:26:24 -06:00
Lekë Dobruna 2d2a044961
fix(desktop): build failing - missing import (#7697) 2026-01-10 15:24:15 -06:00
Andrew Thal 02b7eb59f8
feat: support configuring default server URL for desktop (#7363) 2026-01-10 08:56:48 -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
Jérôme Benoit b1e381cff7
fix(desktop): complete symlink support implementation and enable CI for PRs (#7113) 2026-01-09 22:43:49 +08:00
opencode bd9c13bb27 release: v1.1.8 2026-01-08 23:58:57 +00:00
Adam 3019b1f825
Revert "fix(desktop): open external links in default browser (#7221)"
This reverts commit 361a962673.
2026-01-08 17:51:30 -06:00
opencode f3e79235fb release: v1.1.7 2026-01-08 20:37:24 +00:00
Andrew Thal 361a962673
fix(desktop): open external links in default browser (#7221) 2026-01-07 16:04:27 -06:00
opencode 184834da98 release: v1.1.6 2026-01-07 16:38:32 +00:00
Brendan Allan d3d379fe2e
desktop: bundleMediaFramework 2026-01-07 22:55:29 +08:00
opencode 1e2992244f release: v1.1.5 2026-01-07 14:37:04 +00:00
Brendan Allan 270cd05195
fix entitlements 2026-01-07 20:03:38 +08:00
Saeed Vaziry 24c933ae60
Add audio input and camera permissions to entitlements (#7117)
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2026-01-07 17:56:46 +08:00
Brendan Allan 2b7a021ba3
desktop: appimage bundleMediaFramework 2026-01-07 17:39:35 +08:00
GitHub Action cbf87c50b9 chore: generate 2026-01-07 08:48:34 +00:00
Brendan Allan 3c375b971e
desktop: use Show instead of Suspense 2026-01-07 16:47:45 +08:00
Brendan Allan 6bac501be5
add ui package to desktop 2026-01-07 15:35:32 +08: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 761863ae35
chore(app): rework storage approach 2026-01-06 21:42:03 -06:00
opencode b2341c2d9a release: v1.1.4 2026-01-06 22:06:38 +00:00
Aiden Cline 494e03490e docs: fix desktop stuff 2026-01-06 13:07:20 -06:00
Aiden Cline 675eba6588 Revert "fix(desktop): use current_binary() to support symlinked executables (#7102)"
This reverts commit bb09df0c77.
2026-01-06 12:59:05 -06:00
Jérôme Benoit bb09df0c77
fix(desktop): use current_binary() to support symlinked executables (#7102) 2026-01-06 12:07:18 -06:00
Brendan Allan e5a868157e
update Cargo.lock 2026-01-06 17:08:34 +08:00
Junseo5 f510d17bd3
fix(desktop): add single-instance plugin to prevent multiple windows (#6966) 2026-01-06 14:19:29 +08:00
Guofang.Tang 9197a2a7a1
docs: polish markdown wording and capitalization (#7019)
Co-authored-by: Tang Guofang <tangguofang@mychery.com>
2026-01-05 22:45:40 -06:00
opencode 4f49967518 release: v1.1.3 2026-01-05 19:26:40 +00:00
Daniel Polito 8e9a0c4ad0
Desktop: Install CLI (#6526)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-01-06 01:07:46 +08:00