summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src-tauri/src/cli.rs
AgeCommit message (Collapse)Author
2026-04-15fix(desktop): start tauri shell commands from home directory (#22535)Brendan Allan
2026-02-26fix(desktop): restore shell path env for desktop sidecar (#15211)Shoubhit Dash
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-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-16desktop: use process-wrap instead of manual job object (#13431)Brendan 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-11fix(desktop): server spawn resilience (#13028)Adam
Co-authored-by: Brendan Allan <[email protected]>
2026-02-11feat(desktop): add WSL backend mode (#12914)Brendan Allan
2026-02-06desktop: add loading window and restructure rust (#12176)Brendan Allan
2026-02-02chore(desktop): integrate tauri-specta (#11740)Brendan Allan
2026-01-26fix(app): enable file watcheradamelmore
2026-01-21fix(desktop): add workaround for nushellBrendan Allan
2026-01-13fix: add missing args to windows tauri cli spawn (#8084)Patrick Schiel
2026-01-12fix(desktop): improve server detection & connection logic (#7962)Brendan Allan
2026-01-09fix(desktop): complete symlink support implementation and enable CI for PRs ↵Jérôme Benoit
(#7113)
2026-01-06Revert "fix(desktop): use current_binary() to support symlinked executables ↵Aiden Cline
(#7102)" This reverts commit bb09df0c778896daa36b8b43cb3447ef25b16b4b.
2026-01-06fix(desktop): use current_binary() to support symlinked executables (#7102)Jérôme Benoit
2026-01-06Desktop: Install CLI (#6526)Daniel Polito
Co-authored-by: Brendan Allan <[email protected]>