Skip to content

v1.0.21

Latest

Choose a tag to compare

@Classic298 Classic298 released this 28 May 18:41
· 1 commit to main since this release
dedbbfc

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