unsloth/studio/frontend/src/features
Lee Jackson 975a5c354f
Studio: Refine chat preset and group built-in presets (#5159)
* UX: Refine chat preset and group built-in presets

* fix: reuse built-in preset names and unify GGUF state reads

* fix: built-in chat preset save and refresh behavior

* Add chat preset invariant tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: decouple chat presets from model-specific settings

Limit chat preset compare/apply/save behavior to temperature, topP, topK, minP, repetitionPenalty, presencePenalty, maxTokens, and systemPrompt.

Preserve legacy stored preset data on load for backwards compatibility, but stop treating model-specific settings such as checkpoint, trustRemoteCode, and maxSeqLength as part of preset identity.

Also align legacy prompt migration dedupe with the new preset semantics and add invariant coverage for preset-owned config comparisons.

* fix: detect built-in preset edits from param changes

* fix: correct built-in preset dirty state and speculative select values

* fix: preserve default preset sync and keep qwen think pristine

---------

Co-authored-by: Daniel Han <danielhanchen@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-04-28 02:40:15 -07:00
..
auth Add tauri (#5144) 2026-04-23 04:50:10 -07:00
chat Studio: Refine chat preset and group built-in presets (#5159) 2026-04-28 02:40:15 -07:00
data-recipes Studio: add github_repo seed reader and GitHub Support Bot recipe (#5169) 2026-04-24 12:02:03 -07:00
export Studio: Show LoRA live logs and update GGUF quant options (#5058) 2026-04-20 23:14:49 +04:00
onboarding Fix onboarding followups (#5064) 2026-04-16 10:11:35 -07:00
profile Studio: Preserve transparency in uploaded profile avatars (#5200) 2026-04-28 02:39:48 -07:00
recipe-studio Studio: add github_repo seed reader and GitHub Support Bot recipe (#5169) 2026-04-24 12:02:03 -07:00
settings Add tauri (#5144) 2026-04-23 04:50:10 -07:00
studio Chat first onboarding (#5063) 2026-04-16 09:58:10 -07:00
tour fix(studio): open tour ReadMore links in new tab (#4694) 2026-03-30 23:41:14 -07:00
training feat(studio): replace navbar with collapsible sidebar (#4936) 2026-04-16 08:46:16 -07:00