unsloth/studio/backend/core
Daniel Han f29faefb98 Merge branch 'main' into feat/codex-provider
Resolve three conflicts touched by main since the branch forked:

- studio/backend/core/inference/external_provider.py: take main's
  rewrite of _anthropic_citation_key (extended dedup keys covering
  end-char/page/block indices plus search_result_index) and the new
  _anthropic_supports_fast_mode helper. The branch had only the
  earlier shorter citation_key form so accepting main wholesale
  here loses nothing Codex-related.

- studio/backend/models/inference.py: keep BOTH the Codex
  parallel_calls field + _clamp_parallel_calls validator (from the
  branch) AND the new Anthropic fast_mode field (from main). They
  occupy different provider lanes.

- studio/frontend/src/features/chat/api/chat-adapter.ts: fold the
  Codex per-tab rendering pass (renderFullContent) into main's new
  orderAssistantContent positioning so tools land before text,
  generated images after, AND any Codex tab text accumulated in
  earlier _toolEvent frames is preserved through the synthesis
  content delta (round 8 render-order fix).

Backend codex tests: 60/60 passing. Anthropic citations / fast_mode
tests: 96/96 passing. Frontend builds cleanly.
2026-05-27 06:52:19 +00:00
..
data_recipe Recipe Studio local model selector (#5769) 2026-05-26 02:37:24 -07:00
export fix: repair mlx studio base export save_method (#5727) 2026-05-25 04:04:07 -07:00
inference Merge branch 'main' into feat/codex-provider 2026-05-27 06:52:19 +00:00
training studio: install flash-linear-attention and tilelang for Qwen3.5 family (#5434) 2026-05-18 03:49:06 -07:00
__init__.py [Studio] Show non exported models in chat UI (#4892) 2026-04-14 15:03:58 +04:00
tool_healing.py studio: extract tool-call XML parser into a reusable helper module (#5583) 2026-05-19 05:06:17 -07:00