Skip to content

v1.3.4

Choose a tag to compare

@Vein05 Vein05 released this 23 Mar 18:09
· 14 commits to main since this release
4f1ad42

What's Changed

  • Added compatibility for DeepSeek's December 1, 2025 V3.2 API update, including support for the current thinking request format and preserved reasoning_content / tool_calls in tool-call loops, fixing the earlier Qwen-style thinking payload mismatch that could cause request errors. See DeepSeek's release note: https://api-docs.deepseek.com/news/news251201
  • Update tests to skip DEEPSEEK_API_KEY and use a mock server by @Vein05 in #80
  • Reworked CI to run the offline mock-backed suite by default, with live API tests moved to an explicit integration lane
  • Upgraded GitHub Actions workflow dependencies for the Node 24 transition and re-enabled manual workflow runs

Full Changelog: v1.3.3...v1.3.4