unsloth/studio
Leo Borcherding 62c6fd9f46 fix(attachment): replace never exhaustive check to fix Colab TS2322 build error
`attachment.type` resolves to `string & {}` via @assistant-ui/store@0.1.6's
generic type chain when installed through npm (package-lock.json), breaking
the `const _exhaustiveCheck: never = type` exhaustive check pattern.

Replace with a direct throw that compiles cleanly across library versions
while preserving identical runtime behaviour.

Fixes #263

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 17:56:02 -06:00
..
backend Merge pull request #241 from unslothai/feature/adding-exported-models-for-chat 2026-02-24 13:55:45 +04:00
frontend fix(attachment): replace never exhaustive check to fix Colab TS2322 build error 2026-02-25 17:56:02 -06:00
tests fix: auto-detect LoRA adapters for both local and remote HF models in ModelConfig 2026-02-13 20:54:40 +00:00