fix: scrub tuple items schemas for Gemini tools (#926) — thanks @grp06

Co-authored-by: George Pickett <gpickett00@gmail.com>
This commit is contained in:
Peter Steinberger
2026-01-15 02:59:23 +00:00
parent eaace34233
commit e569f15631
3 changed files with 35 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
- Docs: document DM history limits for channel DMs. (#883) — thanks @pkrmf.
### Fixes
- Agents: scrub tuple `items` schemas for Gemini tool calls. (#926, fixes #746) — thanks @grp06.
- Embedded runner: suppress raw API error payloads from replies. (#924) — thanks @grp06.
- Auth: normalize Claude Code CLI profile mode to oauth and auto-migrate config. (#855) — thanks @sebslight.
- Sandbox: restore `docker.binds` config validation for custom bind mounts. (#873) — thanks @akonyer.