v1.3.4
What's Changed
- Added compatibility for DeepSeek's December 1, 2025 V3.2 API update, including support for the current
thinkingrequest format and preservedreasoning_content/tool_callsin 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_KEYand 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