Commit Graph
133 Commits
Author SHA1 Message Date
Brendan AllanandAiden Cline 9c1dbcdaae tauri: disable pinch zoom on linux (#5735) 2025-12-26 14:34:14 -06:00
Brendan AllanandAiden Cline 26e80c6ce3 tauri: configure display backends more correctly on linux (#5730) 2025-12-26 14:34:13 -06:00
AdamandAiden Cline 1ece7ebe50 feat(desktop): custom update toast 2025-12-26 14:34:12 -06:00
opencodeandAiden Cline 97c6bd5ab2 release: v1.0.167 2025-12-26 14:34:12 -06:00
Brendan AllanandAiden Cline ea99db7d72 tauri: say OpenCode Server instead of OpenCode CLI 2025-12-26 14:34:11 -06:00
Brendan AllanandAiden Cline 8ecd7566c1 tauri: server spawn fail dialog w/ copy logs button (#5729) 2025-12-26 14:34:11 -06:00
opencodeandAiden Cline 7b333eb352 release: v1.0.166 2025-12-26 14:34:09 -06:00
opencodeandAiden Cline 836a7f5d83 release: v1.0.165 2025-12-26 14:34:08 -06:00
AdamandAiden Cline b860ff8901 chore: localStorage -> tauri store 2025-12-26 14:34:06 -06:00
Brendan AllanandAiden Cline 5b65e14c2b tauri: nsis header and sidebar 2025-12-26 14:34:04 -06:00
Brendan AllanandAiden Cline 3f8f6177d4 tauri: update nsis icon 2025-12-26 14:34:04 -06:00
Brendan AllanandAiden Cline f4e851d9a1 tauri: return after update failures 2025-12-26 14:34:04 -06:00
GitHub ActionandAiden Cline 5524c9c6dc chore: format code 2025-12-26 14:34:04 -06:00
Brendan AllanandAiden Cline 566e0f75a4 tauri: only alert on update failure when triggered manually 2025-12-26 14:34:03 -06:00
daf387861d tauri: dev icons + separate prod config (#5691)
Co-authored-by: GitHub Action <action@github.com>
2025-12-26 14:34:03 -06:00
opencodeandAiden Cline 9e98bd3283 release: v1.0.164 2025-12-26 14:33:59 -06:00
Dax RaadandAiden Cline 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 RaadandAiden Cline 419db64fc9 chore: update opencode plugin dependencies and fix tauri sidecar path 2025-12-26 14:33:56 -06:00
Dax RaadandAiden Cline f386601cbd tui: fix autocomplete file loading and update dependencies 2025-12-26 14:33:55 -06:00
22192a2e92 Keep release a draft until all builds are finished (#5632)
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: GitHub Action <action@github.com>
2025-12-26 14:33:52 -06:00
Brendan AllanandAiden Cline 331ece741f tauri: explicitly kill sidecar before updater relaunch 2025-12-26 14:33:51 -06:00
GitHub ActionandAiden Cline a8ff5b5174 chore: format code 2025-12-26 14:33:50 -06:00
Brendan AllanandAiden Cline 3b1b621d00 tauri: macos-only app menu 2025-12-26 14:33:50 -06:00
opencodeandAiden Cline b0c241a59f release: v1.0.162 2025-12-26 14:33:47 -06:00
opencodeandAiden Cline 3774fafb26 release: v1.0.161 2025-12-26 14:33:46 -06:00
opencodeandAiden Cline ca7ac43cff release: v1.0.160 2025-12-26 14:33:45 -06:00
opencodeandAiden Cline a9a5cf0a76 release: v1.0.159 2025-12-26 14:33:43 -06:00
opencodeandAiden Cline 813c330c47 release: v1.0.158 2025-12-26 14:33:40 -06:00
opencodeandAiden Cline a13af69de5 release: v1.0.157 2025-12-26 14:33:39 -06:00
Dax RaadandAiden Cline 8dca9051f1 ci: add app bundle target to fix macOS updater by generating .app.tar.gz files 2025-12-26 14:33:39 -06:00
opencodeandAiden Cline 6fd6eecbf5 release: v1.0.156 2025-12-26 14:33:38 -06:00
AdamandAiden Cline 1d68c34be6 fix: image attachments in desktop 2025-12-26 14:33:37 -06:00
opencodeandAiden Cline f0da095552 release: v1.0.155 2025-12-26 14:33:35 -06:00
opencodeandAiden Cline ea1c063d98 release: v1.0.154 2025-12-26 14:33:30 -06:00
Dax RaadandAiden Cline 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 RaadandAiden Cline 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 AllanandAiden Cline 83a320a2e7 tauri: use correct sidecar name 2025-12-26 14:33:27 -06:00
Brendan AllanandAiden Cline cc82a2711b tauri: rename sidecar to opencode-cli 2025-12-26 14:33:26 -06:00
Dax RaadandAiden Cline f4e1fa28b8 fix desktop updater 2025-12-26 14:33:21 -06:00
Dax RaadandAiden Cline 3efb17e91e disable app image 2025-12-26 14:33:20 -06:00
opencodeandAiden Cline df1bc0e9bb release: v1.0.153 2025-12-26 14:33:19 -06:00
Brendan AllanandAiden Cline 2980eff805 tauri: change mainBinaryName to just OpenCode 2025-12-26 14:33:17 -06:00
Brendan AllanandAiden Cline 72c0af5b6c tauri: bring back appimage 2025-12-26 14:33:17 -06:00
opencodeandAiden Cline c8e64f208a release: v1.0.152 2025-12-26 14:33:13 -06:00
Dax RaadandAiden Cline e2530833e3 desktop: fix build on Linux and Windows by making macOS title bar styling conditional 2025-12-26 14:33:12 -06:00
opencodeandAiden Cline c1fda41fad release: v1.0.151 2025-12-26 14:33:11 -06:00
Brendan AllanandAiden Cline 3d751c0da1 tauri: add basic custom titlebar (#5438) 2025-12-26 14:33:05 -06:00
Brendan AllanandAiden Cline c301703f89 tauri: create window with full screen size 2025-12-26 14:33:04 -06:00
GitHub ActionandAiden Cline e45d014b7b chore: format code 2025-12-26 14:33:03 -06:00
Brendan AllanandAiden Cline 9dfacb8dd1 tauri: initialise store and window-state plugins 2025-12-26 14:33:03 -06:00