fix: enforce reasoning tags on fallback providers (#810) (thanks @mcinteerj)

This commit is contained in:
Peter Steinberger
2026-01-13 01:46:21 +00:00
parent 7896b30489
commit c012019a8a
3 changed files with 180 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
- Tools: allow Claude/Gemini tool param aliases (`file_path`, `old_string`, `new_string`) while enforcing required params at runtime. (#793 — thanks @hsrvc)
- Gemini: downgrade tool-call history missing `thought_signature` to avoid INVALID_ARGUMENT errors. (#793 — thanks @hsrvc)
- Messaging: enforce context isolation for message tool sends across providers (normalized targets + tests). (#793 — thanks @hsrvc)
- Auto-reply: re-evaluate reasoning tag enforcement on fallback providers to prevent leaked reasoning. (#810 — thanks @mcinteerj)
## 2026.1.12-3