You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.21
Keep reasoning_content v2.0.0
Added
❤️🔥 Initial release ⭐💫
🧠 Keeps reasoning_content alive within a turn's tool-call loop and across follow-up turns, so reasoning models can see their own prior chain of thought
🩹 Kills the reasoning_content is missing in assistant tool call message at index N 400s that hit mid tool-call
🔧 Process-wide monkey-patch of get_reasoning_format — catches the pre-inlet cross-turn history rebuild and the in-turn tool-call rebuilds in one shot
⚙️ excluded_model_ids valve to opt out models that must not get reasoning replayed (Gemma family, reasoning-summary models like the o-series)
🤝 Works with any OpenAI-compatible reasoning model emitting delta.reasoning_content — DeepSeek, Kimi, MiMo, vLLM, OpenRouter passthrough