unsloth/studio/src-tauri
Daniel Han 7b22a8584f Fix the readiness probe deadlock and marker lifecycle for PR #7490
The runtime probe waits on child exit with stdout piped and undrained, so a
CLI printing more than the pipe buffer holds blocks mid-write and the probe
times out. It imports the whole backend, which is exactly what emits stray
stdout, so a healthy install gets reported broken and sent to repair after a
10s stall on every launch. Drain concurrently instead, here and in the
desktop-capabilities probe next to it.

The install marker was cleared only on success, so a failed update, or a
cancelled elevation prompt, left it behind and pinned a working install into
repair it may not be able to finish offline. Clear it on every terminal
outcome and treat marker bookkeeping as best effort rather than failing the
install over it.

Skip pip flag lines in studio.txt: an unparseable line reported the install
broken, and repair reinstalls the same file, so that never cleared. Allow
prereleases against a floor for the same reason.
2026-07-27 11:44:37 +00:00
..
capabilities Studio: persist Tauri window size and maximized state across launches (#5799) 2026-06-02 09:26:15 -07:00
icons Polish Studio desktop chrome (#6332) 2026-06-24 17:56:25 -07:00
linux Windows installer: fix DiskPart UAC mid-install, drive-root cache, and spurious unsloth.exe rename warning (#6296) 2026-06-22 03:09:08 -07:00
src Fix the readiness probe deadlock and marker lifecycle for PR #7490 2026-07-27 11:44:37 +00:00
windows Windows installer: fix DiskPart UAC mid-install, drive-root cache, and spurious unsloth.exe rename warning (#6296) 2026-06-22 03:09:08 -07:00
build.rs Add tauri (#5144) 2026-04-23 04:50:10 -07:00
Cargo.lock Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
Cargo.toml Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
Entitlements.plist Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
Info.plist Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
tauri.conf.json Unsloth Studio (desktop): fix canvas preview, download file button, toast placement, and model-load typing lag (#7391) 2026-07-24 22:23:41 -05:00
tauri.macos.conf.json Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
tauri.windows.conf.json Fix Windows workflow issues(#5694) 2026-05-22 05:32:30 -07:00