unsloth/studio/frontend/src/features
Unsloth df7300a3e1 Studio: harden the profile stats aggregation
Four fixes from review:

- _as_float raised OverflowError on a JSON integer wider than float, so
  one oversized counter returned 500 for the whole panel. It degrades to
  zero now, like every other unreadable field.
- Fork dedup elected one winner per source thread, but fork_chat_thread
  copies a single parent_id branch, so sibling forks of a retry and a
  regeneration hold different rows. Electing per original message keeps
  each branch when the source is deleted.
- create_run claims a resume source before the continuation logs its
  first step, so a continuation that failed early took the source's
  completed steps and tokens with it. Supersession now needs the
  continuation to have reached the source's step.
- Cumulative activity is a running total over the displayed window, but
  a narrow card trims older weeks without rebasing, opening the first
  visible bar at the hidden total and flattening the rest.
2026-07-29 02:34:24 -07:00
..
auth Studio: add Deep Research (#7219) 2026-07-26 23:36:02 -07:00
chat Studio: surface the tool-call nudge in the chat UI (#7559) 2026-07-28 18:20:50 -07:00
data-recipes Fix PDF-grounded QA recipe for QLoRA (#7107) 2026-07-26 20:19:53 +03:00
deep-links Add Unsloth desktop deep links (#7560) 2026-07-28 16:52:53 +02:00
export Studio: drive UI font size through a typography scale instead of the root font size (#7359) 2026-07-23 01:26:56 -07:00
hf-auth Studio: validate Hugging Face tokens before use (#7261) 2026-07-20 14:40:14 +01:00
hub Add Unsloth desktop deep links (#7560) 2026-07-28 16:52:53 +02:00
model-picker feat(studio): adjustable llama-server parallel slots from the web UI (#7447) 2026-07-28 18:03:28 -07:00
native-intents Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
onboarding Studio: drive UI font size through a typography scale instead of the root font size (#7359) 2026-07-23 01:26:56 -07:00
profile Studio: harden the profile stats aggregation 2026-07-29 02:34:24 -07:00
rag Add drag and drop sources to the create project dialog (#7441) 2026-07-25 23:54:48 -07:00
recipe-studio Studio: keep automatic model loading toast visible until completion (#7425) 2026-07-28 00:16:28 -03:00
security Studio: drive UI font size through a typography scale instead of the root font size (#7359) 2026-07-23 01:26:56 -07:00
settings Studio: add profile usage stats and tidy the personalization panel 2026-07-28 22:54:28 -07:00
studio feat(studio): add DoRA support to studio (#7315) 2026-07-24 03:24:16 -07:00
tour Studio: drive UI font size through a typography scale instead of the root font size (#7359) 2026-07-23 01:26:56 -07:00
training feat(studio): add DoRA support to studio (#7315) 2026-07-24 03:24:16 -07:00
transformers-upgrade feat(studio): run chats in parallel in the Chat tab (#7455) 2026-07-28 04:40:38 -07:00