Merge pull request #567 from erikpr1994/fix/gemini-schema-sanitization

fix(agents): remove unsupported JSON Schema keywords for Cloud Code Assist API
This commit is contained in:
Peter Steinberger
2026-01-09 14:44:38 +00:00
committed by GitHub
19 changed files with 427 additions and 64 deletions

View File

@@ -29,6 +29,7 @@
- Heartbeat: resolve Telegram account IDs from config-only tokens; cron tool accepts canonical `jobId` and legacy `id` for job actions. (#516) — thanks @YuriNachos
- Discord: stop provider when gateway reconnects are exhausted and surface errors. (#514) — thanks @joshp123
- Agents: strip empty assistant text blocks from session history to avoid Claude API 400s. (#210)
- Agents: scrub unsupported JSON Schema keywords from tool schemas for Cloud Code Assist API compatibility. (#567) — thanks @erikpr1994
- Auto-reply: preserve block reply ordering with timeout fallback for streaming. (#503) — thanks @joshp123
- Auto-reply: block reply ordering fix (duplicate PR superseded by #503). (#483) — thanks @AbhisekBasu1
- Auto-reply: avoid splitting outbound chunks inside parentheses. (#499) — thanks @philipp-spiess