summaryrefslogtreecommitdiffhomepage
path: root/packages/tauri/src-tauri/src
AgeCommit message (Collapse)Author
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