summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src-tauri/src
AgeCommit message (Collapse)Author
2026-04-15fix(desktop): start tauri shell commands from home directory (#22535)Brendan Allan
2026-03-12refactor(desktop): rework default server initialization and connection ↵Brendan Allan
handling (#16965)
2026-02-27desktop: move open_path to rust (#15323)Brendan Allan
2026-02-26fix(desktop): restore shell path env for desktop sidecar (#15211)Shoubhit Dash
2026-02-26fix(app): open in powershell (#15112)Filip
2026-02-26fix(desktop): remove interactive shell flag from sidecar spawn to prevent ↵kil-penguin
hang on macOS (#15136) Co-authored-by: kil-penguin <[email protected]>
2026-02-25feat(desktop): enhance Windows app resolution and UI loading states (#13320)Filip
Co-authored-by: Brendan Allan <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
2026-02-20desktop: bring back -i in sidecar argumentsBrendan Allan
shell configs like .zshrc don't get loaded without it
2026-02-20desktop: don't spawn sidecar if default is localhost serverBrendan Allan
2026-02-19fix(win32): Sidecar spawning a window (#14197)Luke Parker
2026-02-18desktop: cleanupBrendan Allan
2026-02-18desktop: temporarily disable wslBrendan Allan
2026-02-18desktop: replicate tauri-plugin-shell logic (#13986)Brendan Allan
2026-02-17fix(desktop): avoid sidecar health-check timeout on shell startup (#13925)Chris Yang
Co-authored-by: Brendan Allan <[email protected]>
2026-02-17Hide server CLI on windows (#13936)Brendan Allan
2026-02-16fix(desktop): normalize Linux Wayland/X11 backend and decoration policy (#13143)bnema
Co-authored-by: Brendan Allan <[email protected]>
2026-02-16desktop: use process-wrap instead of manual job object (#13431)Brendan Allan
2026-02-15fix(desktop): focus window after update/relaunch (#13701)zerone0x
2026-02-14desktop: fix rustBrendan Allan
2026-02-13desktop: remote OPENCODE_SQLITE env (#13545)Brendan Allan
2026-02-13cleanup desktop loading pageBrendan Allan
2026-02-13desktop: only show loading window if sqlite migration is necessaryBrendan Allan
2026-02-12desktop: sqlite migration progress bar (#13294)Brendan Allan
2026-02-11Fix/reverception (#13166)Filip
Co-authored-by: Adam <[email protected]>
2026-02-11Revert "feat(desktop): add WSL backend mode (#12914)"Adam
This reverts commit 213a87234dd7579873787070e5f8ad98eb88bce8.
2026-02-11desktop: use tracing for logging (#13135)Brendan Allan
2026-02-11feat(desktop): enhance Windows app resolution and UI loading states (#13084)Filip
2026-02-11fix(desktop): server spawn resilience (#13028)Adam
Co-authored-by: Brendan Allan <[email protected]>
2026-02-11fix(desktop): read wayland preference from store (#13081)Brendan Allan
2026-02-11feat(desktop): add WSL backend mode (#12914)Brendan Allan
2026-02-10fix(desktop): open apps with executables on Windows (#13022)Filip
2026-02-09fix(desktop): correct module name for linux_display in main.rs (#12862)Luke Parker
2026-02-09feat(desktop): add native Wayland toggle on Linux (#11971)Israel Araújo de Oliveira
Co-authored-by: Brendan Allan <[email protected]>
2026-02-06feat(desktop): added Macos support for displaying only installed editors & ↵OpeOginni
added sublime text editor (#12501)
2026-02-06desktop: add loading window and restructure rust (#12176)Brendan Allan
2026-02-06desktop: maximize main window by default (#12433)Brendan Allan
2026-02-02desktop: fix rust build + bindings formattingBrendan Allan
2026-02-02fix(desktop): throttle window state persistence (#11746)Brendan Allan
2026-02-02chore(desktop): integrate tauri-specta (#11740)Brendan Allan
2026-02-02fix(desktop): kill zombie server process on startup timeout (#11602)mohammad
Co-authored-by: Brendan Allan <[email protected]>
2026-01-31Revert "feat: Transitions, spacing, scroll fade, prompt area update ↵Adam
(#11168)" (#11461) Co-authored-by: adamelmore <[email protected]>
2026-01-30feat: Transitions, spacing, scroll fade, prompt area update (#11168)Aaron Iker
Co-authored-by: Github Action <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: aaroniker <[email protected]>
2026-01-29feat(desktop): Add desktop deep link (#10072)Hegyi Áron Ferenc
Co-authored-by: Brendan Allan <[email protected]>
2026-01-27fix(app): don't connect to localhost through vpnadamelmore
2026-01-27fix(app): open markdown links in external browseradamelmore
2026-01-26fix(desktop): disable magnification gestures on macOS (#10605)Chris Yang
2026-01-26fix(app): enable file watcheradamelmore
2026-01-24feat(web): implement new server management for web and desktop (#8513)OpeOginni
2026-01-22fix(desktop): correct NO_PROXY syntaxBrendan Allan
2026-01-22fix(desktop): attempt to improve connection reliabilityBrendan Allan