unsloth/studio/frontend/src
Daniel Han d75fa36832 Studio: copy the OS-matched update command and keep checkout installs local
The web update banner copied both the macOS/Linux curl and the Windows irm
one-liner joined by a newline, so pasting into a single terminal ran the wrong
shell's command and errored. Detect the OS from navigator.userAgent and copy
only the matching command; the banner still displays both.

In the settings update panel, editable/local_repo checkouts were told to run
the remote curl/irm installer, which is the PyPI path (install.sh only installs
locally with --local) and would replace an editable checkout with a PyPI
package. Use the OS-specific local installer (./install.sh --local /
.\install.ps1 --local) as the checkout update command and drop the now
redundant duplicate block plus its unused localInstallerFallback locale key.
2026-06-14 12:26:34 +00:00
..
app Studio: persist Tauri window size and maximized state across launches (#5799) 2026-06-02 09:26:15 -07:00
assets Final cleanup 2026-03-12 18:28:04 +00:00
components Studio: copy the OS-matched update command and keep checkout installs local 2026-06-14 12:26:34 +00:00
config Studio: expose image size setting in training UI (#5743) 2026-05-27 05:01:24 -07:00
features Studio: copy the OS-matched update command and keep checkout installs local 2026-06-14 12:26:34 +00:00
hooks studio: recommend the installer one-liner instead of unsloth studio update 2026-06-04 07:34:14 +00:00
i18n Studio: copy the OS-matched update command and keep checkout installs local 2026-06-14 12:26:34 +00:00
lib studio: fix toast close-button click and light-mode hover (#5597) 2026-05-19 00:55:55 -07:00
shared studio/frontend: make toast and inline error text selectable and copyable (#5506) 2026-05-18 03:47:21 -07:00
stores Update license headers 2026-03-12 17:23:10 +00:00
types feat(studio): add Continued Pretraining (CPT) as a training method (#4677) 2026-05-06 13:38:35 +04:00
utils Update license headers 2026-03-12 17:23:10 +00:00
index.css studio: redesign chat composer (#5891) 2026-06-03 06:07:30 -07:00
main.tsx Studio: add frontend i18n support (#5765) 2026-05-27 04:52:16 -07:00
speech-recognition.d.ts studio: redesign chat composer (#5891) 2026-06-03 06:07:30 -07:00