unsloth/studio
danielhanchen b9fcb1ba56 studio/frontend: restore reasoning-group streaming termination on non-tool parts
Codex review on 7147f423e2 caught a regression in the streaming gate
loop. The previous change stopped streaming only when a 'text' part
appeared after endIndex, which left earlier reasoning groups stuck in
their streaming state when a later reasoning group started in the same
message (reasoning -> tool-call -> reasoning -> answer).

Revert that loop to the original assistant-ui semantics: any
non-tool-call part after this group's end means a fresh segment has
started, so this group is no longer the active stream. The 'tool calls
between reasoning and text keep the panel visible' goal of #5550 is
still satisfied because tool-call parts within the group's own
startIndex..endIndex range and immediately after it still keep the
group open.
2026-05-19 14:50:06 +00:00
..
backend Studio: tools, thinking blocks, code execution and web search for safetensors (#5520) 2026-05-19 06:30:17 -07:00
frontend studio/frontend: restore reasoning-group streaming termination on non-tool parts 2026-05-19 14:50:06 +00:00
src-tauri studio: regenerate desktop launcher on unsloth studio update (macOS + Linux + Windows) (#5577) 2026-05-19 05:49:10 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py tests/studio: lock in Windows GPU detection fix (#5106) with a synthetic CI test (#5376) 2026-05-18 00:06:01 -07:00
install_python_stack.py studio: skip flash-attn install on Blackwell GPUs (sm_100+) (#5420) 2026-05-14 18:13:50 +04:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
package-lock.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
package.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 studio: regenerate desktop launcher on unsloth studio update (macOS + Linux + Windows) (#5577) 2026-05-19 05:49:10 -07:00
setup.sh Route CPU-only Linux x86_64 to ggml-org/llama.cpp prebuilts (#5302) 2026-05-05 23:22:22 -07:00
Unsloth_Studio_Colab.ipynb studio: add --local to setup.sh + overlay unsloth-zoo from git main (#5252) 2026-05-02 08:51:56 +04:00