unsloth/studio/frontend
shimmyshimmer fb4d8a8460 default new installs to HTTPS downloads, and put the choice in Settings
The download transport preference defaulted to "auto", which resolves to Xet on
any machine whose hf_xet looks healthy, so in practice everyone downloaded over
Xet without ever choosing it. New installs now download over HTTPS: it resumes a
cancelled or dropped transfer, and it needs nothing but ordinary TLS.

Installs from before this default keep Auto, seeded once from positive evidence
of prior use (a row the user wrote, or a manifest from an earlier download) and
persisted, so updating changes nobody's downloads.

Settings > General gains a Downloads section with an HTTPS / Xet / Auto control,
the difference between the two spelled out, the reason Xet is unavailable when
hf_xet is missing, and what Auto resolves to on this machine.

use_xet defaulted to True in the download schemas, so a scripted caller that
stated no transport got Xet whatever the preference said. It is optional now,
and a request stating neither field follows the install's setting.
2026-08-20 04:02:53 -07:00
..
public Restore crypto.randomUUID before the Studio bundle evaluates (#9075) 2026-08-17 19:57:20 -03:00
scripts Studio: budget the JavaScript that runs before the first screen (#8964) 2026-08-17 03:35:18 -07:00
src default new installs to HTTPS downloads, and put the choice in Settings 2026-08-20 04:02:53 -07:00
tests default new installs to HTTPS downloads, and put the choice in Settings 2026-08-20 04:02:53 -07:00
.gitignore perf(studio): upgrade to Vite 8 + auto-install bun for faster frontend builds (#4522) 2026-03-25 04:27:41 -07:00
.gitkeep add studio root folder 2026-02-02 09:14:35 +00:00
.npmrc Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
biome.json Studio: budget the JavaScript that runs before the first screen (#8964) 2026-08-17 03:35:18 -07:00
components.json add studio root folder 2026-02-02 09:14:35 +00:00
data-designer.openapi (1).yaml save and import, and fixes 2026-02-04 14:32:49 +01:00
eslint.config.js Final cleanup 2026-03-12 18:28:04 +00:00
index.html Restore crypto.randomUUID before the Studio bundle evaluates (#9075) 2026-08-17 19:57:20 -03:00
package-lock.json Studio: stop list items flashing as horizontal rules (#8378) 2026-08-11 00:22:08 -07:00
package.json Studio: budget the JavaScript that runs before the first screen (#8964) 2026-08-17 03:35:18 -07:00
smoke-ansi-main.tsx [Fix] Unsloth Studio: Strip ANSI escape codes from Studio tool output panes (#7976) 2026-08-08 15:04:42 +02:00
smoke-ansi.html Restore crypto.randomUUID before the Studio bundle evaluates (#9075) 2026-08-17 19:57:20 -03:00
smoke-autoscroll-main.tsx Studio: three follow-ups to the Deep Research main-thread work (#8633) 2026-08-13 06:02:41 -07:00
smoke-autoscroll.html Restore crypto.randomUUID before the Studio bundle evaluates (#9075) 2026-08-17 19:57:20 -03:00
smoke-heavy-thread-main.tsx Repair the tests main is currently red on (#9192) 2026-08-19 05:03:46 -07:00
smoke-heavy-thread.html Studio: measure where a heavy thread stalls, across engines and thread size (#9016) 2026-08-18 04:33:11 -07:00
smoke-research-main.tsx Studio: three follow-ups to the Deep Research main-thread work (#8633) 2026-08-13 06:02:41 -07:00
smoke-research.html Restore crypto.randomUUID before the Studio bundle evaluates (#9075) 2026-08-17 19:57:20 -03:00
smoke-settings-main.tsx Studio: load the settings tab panels when they are shown, not at launch (#8966) 2026-08-18 00:10:58 -07:00
smoke-settings.html Studio: load the settings tab panels when they are shown, not at launch (#8966) 2026-08-18 00:10:58 -07:00
smoke-stream-pacing-main.tsx Studio: keep the streaming render harness the perf PRs kept rebuilding (#8969) 2026-08-17 22:38:56 -07:00
smoke-stream-pacing-stall.ts Studio: keep the streaming render harness the perf PRs kept rebuilding (#8969) 2026-08-17 22:38:56 -07:00
smoke-stream-pacing.html Studio: keep the streaming render harness the perf PRs kept rebuilding (#8969) 2026-08-17 22:38:56 -07:00
smoke-thread-weight-main.tsx Studio: make the chat thread stop getting slower as it fills (#8992) 2026-08-18 06:19:05 -07:00
smoke-thread-weight.html Studio: make the chat thread stop getting slower as it fills (#8992) 2026-08-18 06:19:05 -07:00
tsconfig.app.json Studio: make the chat thread stop getting slower as it fills (#8992) 2026-08-18 06:19:05 -07:00
tsconfig.json chore(studio/frontend): normalize line endings to LF (#6012) 2026-06-12 03:51:59 -07:00
tsconfig.node.json chore(studio/frontend): normalize line endings to LF (#6012) 2026-06-12 03:51:59 -07:00
tsconfig.test.json Ask for the transformers a training model needs, before the run starts (#8721) 2026-08-14 04:59:56 -07:00
vite.config.ts Isolate Studio PostCSS configuration (#7513) 2026-07-28 03:14:35 -07:00