summaryrefslogtreecommitdiffhomepage
path: root/packages/tauri/src-tauri/src
AgeCommit message (Collapse)Author
2025-12-22chore: rename packages/tauri -> packages/desktopAdam
2025-12-21fix(desktop): incorrect state dir on macosAdam
2025-12-19fix(desktop): error handlingAdam
2025-12-18tauri: disable pinch zoom on linux (#5735)Brendan Allan
2025-12-18tauri: configure display backends more correctly on linux (#5730)Brendan Allan
2025-12-18tauri: say OpenCode Server instead of OpenCode CLIBrendan Allan
2025-12-18tauri: server spawn fail dialog w/ copy logs button (#5729)Brendan Allan
2025-12-16core: ensure desktop app loads user shell environment variablesDax Raad
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-16chore: update opencode plugin dependencies and fix tauri sidecar pathDax Raad
2025-12-16tui: fix autocomplete file loading and update dependenciesDax Raad
2025-12-16tauri: explicitly kill sidecar before updater relaunchBrendan Allan
2025-12-15fix: image attachments in desktopAdam
2025-12-15tauri: use correct sidecar nameBrendan Allan
2025-12-12desktop: fix build on Linux and Windows by making macOS title bar styling ↵Dax Raad
conditional
2025-12-12tauri: add basic custom titlebar (#5438)Brendan Allan
2025-12-12tauri: create window with full screen sizeBrendan Allan
2025-12-12tauri: initialise store and window-state pluginsBrendan Allan
2025-12-11core: add client identification to user agent and request headers for better ↵Dax Raad
tracking
2025-12-10tui: pass dynamic port to frontendDax Raad
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-10tui: use random free port and enable icon discovery by defaultDax Raad
- 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-10tauri: comment out restart server dialogBrendan Allan
2025-12-09desktop: move updater logic to jsBrendan Allan
2025-12-08Export DesktopInterface from desktop and add PlatformContextBrendan Allan
2025-12-07enable zoom hotkeysDax Raad
2025-12-05OpenCode Desktop app (#5044)Brendan Allan
Co-authored-by: Adam <[email protected]>
2025-11-22tauriDax Raad