Commit Graph

42 Commits (9e842e5fbf8bab641f37eb3df15f299397487a4e)

Author SHA1 Message Date
Brendan Allan 5b65e14c2b tauri: nsis header and sidebar 2025-12-26 14:34:04 -06:00
Brendan Allan 3f8f6177d4 tauri: update nsis icon 2025-12-26 14:34:04 -06:00
Brendan Allan daf387861d tauri: dev icons + separate prod config (#5691)
Co-authored-by: GitHub Action <action@github.com>
2025-12-26 14:34:03 -06:00
Dax Raad 13e26ff18a core: ensure desktop app loads user shell environment variables
Changes shell spawn flags from -l to -il so that ~/.zshrc and
~/.bashrc are sourced when starting the desktop app on macOS
and Linux. This fixes missing PATH and other environment
variables that users expect to be available.
2025-12-26 14:33:57 -06:00
Dax Raad 419db64fc9 chore: update opencode plugin dependencies and fix tauri sidecar path 2025-12-26 14:33:56 -06:00
Dax Raad f386601cbd tui: fix autocomplete file loading and update dependencies 2025-12-26 14:33:55 -06:00
Brendan Allan 331ece741f tauri: explicitly kill sidecar before updater relaunch 2025-12-26 14:33:51 -06:00
Dax Raad 8dca9051f1 ci: add app bundle target to fix macOS updater by generating .app.tar.gz files 2025-12-26 14:33:39 -06:00
Adam 1d68c34be6 fix: image attachments in desktop 2025-12-26 14:33:37 -06:00
Dax Raad 83249e69f3 ci: update publish workflow concurrency to include version inputs and upgrade ubuntu runner to 24.04 2025-12-26 14:33:30 -06:00
Dax Raad 37d0ef3362 ci: fix AppImage build hanging by using portable appimage format
- Add appimage target back to tauri.conf.json
- Force reinstall tauri-cli from feat/truly-portable-appimage branch
- Add 10 minute timeout to prevent indefinite hangs
- Add logging to verify correct tauri-cli version is installed

This fixes the issue where AppImage builds would hang at 'Running input plugin: gtk' by using the new portable appimage format that bypasses linuxdeploy entirely.
2025-12-26 14:33:30 -06:00
Brendan Allan 83a320a2e7 tauri: use correct sidecar name 2025-12-26 14:33:27 -06:00
Brendan Allan cc82a2711b tauri: rename sidecar to opencode-cli 2025-12-26 14:33:26 -06:00
Dax Raad f4e1fa28b8 fix desktop updater 2025-12-26 14:33:21 -06:00
Dax Raad 3efb17e91e disable app image 2025-12-26 14:33:20 -06:00
Brendan Allan 2980eff805 tauri: change mainBinaryName to just OpenCode 2025-12-26 14:33:17 -06:00
Brendan Allan 72c0af5b6c tauri: bring back appimage 2025-12-26 14:33:17 -06:00
Dax Raad e2530833e3 desktop: fix build on Linux and Windows by making macOS title bar styling conditional 2025-12-26 14:33:12 -06:00
Brendan Allan 3d751c0da1 tauri: add basic custom titlebar (#5438) 2025-12-26 14:33:05 -06:00
Brendan Allan c301703f89 tauri: create window with full screen size 2025-12-26 14:33:04 -06:00
GitHub Action e45d014b7b chore: format code 2025-12-26 14:33:03 -06:00
Brendan Allan 9dfacb8dd1 tauri: initialise store and window-state plugins 2025-12-26 14:33:03 -06:00
Dax Raad d4dc142cc2 core: add client identification to user agent and request headers for better tracking 2025-12-11 16:18:04 -05:00
Dax Raad ea8508ee44 ci 2025-12-11 14:38:45 -05:00
Dax Raad 885a142ae3 temporarily remove undo/redo keybinds 2025-12-11 12:55:08 -05:00
Brendan Allan bd1f5f884e
tauri: update icons 2025-12-11 09:49:00 +08:00
Dax Raad fadeed1fa4 desktop: enable zoom hotkeys in Tauri app 2025-12-10 19:27:05 -05:00
Adam 15b8c14542
fix: tauri 2025-12-10 17:19:50 -06:00
Dax Raad 86f7cc17ae tui: pass dynamic port to frontend
Frontend now receives the server port via window.__OPENCODE__.port,
allowing it to connect when using a random free port instead of hardcoded 4096
2025-12-10 16:17:36 -05:00
Adam 91d743ef9a
wip(desktop): progress 2025-12-10 15:17:03 -06:00
Dax Raad 9ad828dcd0 tui: use random free port and enable icon discovery by default
- Tauri app now automatically finds an available port instead of defaulting to 4096
- Icon discovery feature is now enabled by default in the Tauri app
- Prevents port conflicts when multiple OpenCode instances are running
2025-12-10 16:13:11 -05:00
Brendan Allan 4a96836d11
tauri: update macos icon 2025-12-10 11:28:40 +08:00
Brendan Allan e072f9605c
tauri: comment out restart server dialog 2025-12-10 11:18:17 +08:00
Brendan Allan 78547f3c59
desktop: move updater logic to js 2025-12-09 17:16:24 +08:00
Brendan Allan d531dff8d3
Export DesktopInterface from desktop and add PlatformContext 2025-12-08 13:43:36 +08:00
Dax Raad 0ecccbfd17 enable zoom hotkeys 2025-12-07 13:48:12 -05:00
Brendan Allan 1574e2457b
Desktop macOS codesigning and notarization (#5154)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Dax Raad <d@ironbay.co>
2025-12-07 13:42:23 -05:00
Adam 3ff6de261c
chore: update tauri update pub key 2025-12-06 05:49:05 -06:00
Brendan Allan cd6bfb3f69
OpenCode Desktop app (#5044)
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-12-05 14:39:49 -06:00
Dax Raad b652198979 load desktop app 2025-11-22 14:40:11 -05:00
GitHub Action 81245c2548 chore: format code 2025-11-22 05:15:55 +00:00
Dax Raad 6f82b321d8 tauri 2025-11-22 00:15:01 -05:00