| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-22 | chore: rename packages/tauri -> packages/desktop | Adam | |
| 2025-12-21 | fix(desktop): incorrect state dir on macos | Adam | |
| 2025-12-19 | fix(desktop): error handling | Adam | |
| 2025-12-18 | tauri: disable pinch zoom on linux (#5735) | Brendan Allan | |
| 2025-12-18 | tauri: say OpenCode Server instead of OpenCode CLI | Brendan Allan | |
| 2025-12-18 | tauri: server spawn fail dialog w/ copy logs button (#5729) | Brendan Allan | |
| 2025-12-16 | core: ensure desktop app loads user shell environment variables | Dax 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-16 | chore: update opencode plugin dependencies and fix tauri sidecar path | Dax Raad | |
| 2025-12-16 | tui: fix autocomplete file loading and update dependencies | Dax Raad | |
| 2025-12-16 | tauri: explicitly kill sidecar before updater relaunch | Brendan Allan | |
| 2025-12-15 | fix: image attachments in desktop | Adam | |
| 2025-12-15 | tauri: use correct sidecar name | Brendan Allan | |
| 2025-12-12 | desktop: fix build on Linux and Windows by making macOS title bar styling ↵ | Dax Raad | |
| conditional | |||
| 2025-12-12 | tauri: add basic custom titlebar (#5438) | Brendan Allan | |
| 2025-12-12 | tauri: create window with full screen size | Brendan Allan | |
| 2025-12-12 | tauri: initialise store and window-state plugins | Brendan Allan | |
| 2025-12-11 | core: add client identification to user agent and request headers for better ↵ | Dax Raad | |
| tracking | |||
| 2025-12-10 | tui: pass dynamic port to frontend | Dax 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-10 | tui: use random free port and enable icon discovery by default | Dax 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-10 | tauri: comment out restart server dialog | Brendan Allan | |
| 2025-12-09 | desktop: move updater logic to js | Brendan Allan | |
| 2025-12-08 | Export DesktopInterface from desktop and add PlatformContext | Brendan Allan | |
| 2025-12-07 | enable zoom hotkeys | Dax Raad | |
| 2025-12-05 | OpenCode Desktop app (#5044) | Brendan Allan | |
| Co-authored-by: Adam <[email protected]> | |||
| 2025-11-22 | tauri | Dax Raad | |
