cendor-sdk 1.7.2
Gemini multi-turn tool loops (gemini-3.x). No API changes; a pure bug-fix release.
Fixed
- Gemini 3.x tool loops no longer 400 on the replay turn. gemini-3.x returns a
thought_signaturealongside eachfunction_callthat must be echoed back on the next turn; without it the API rejects the replayed call (Function call is missing a thought_signature in functionCall parts).ToolInvocationnow carriesthought_signature, the Gemini adapter captures it on parse, and the canonical→Gemini translation re-emits it. Other providers are unaffected (the field isNone).