unsloth/studio/frontend/src
Unsloth 43a1edc2ea Studio autoload: seed no-scan rows upfront, interleave scans, gate safetensors on pending GGUF scans
Local rows that resolve without a backend folder scan seed the pool
before the workers start, so they cannot queue behind slow cached scans.
Cached and local folder scans interleave across the bounded workers so a
run of slow scans from one source cannot monopolize them. The consumer
holds model-kind candidates while scan jobs are pending, since every
pending scan can still yield a GGUF that outranks safetensors in the
documented order; resolved GGUF entries keep flowing immediately.
2026-07-26 04:15:25 -07:00
..
app 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
assets Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
components Add drag and drop sources to the create project dialog (#7441) 2026-07-25 23:54:48 -07:00
config fix(studio): persist connection model selections for remote clients (#7298) 2026-07-23 19:11:50 -07:00
features Studio autoload: seed no-scan rows upfront, interleave scans, gate safetensors on pending GGUF scans 2026-07-26 04:15:25 -07:00
hooks Studio: add local speech-to-text dictation engine (#7095) 2026-07-23 01:39:03 -07:00
i18n feat(studio): add DoRA support to studio (#7315) 2026-07-24 03:24:16 -07:00
lib studio: use Hugeicons AI Security glyph for Run automatically (#7409) 2026-07-24 04:48:29 -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 DoRA support to studio (#7315) 2026-07-24 03:24:16 -07:00
utils Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
asset-queries.d.ts Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
index.css Studio: scale menu, toast, chat and composer icons with the UI font size (#7400) 2026-07-24 14:50:59 -07:00
main.tsx Studio: lighten chat text weight on Linux to match macOS rendering (#7308) 2026-07-22 06:14:40 -07:00
speech-recognition.d.ts studio: redesign chat composer (#5891) 2026-06-03 06:07:30 -07:00