fix: strip gemini cli tool ids (#756)

This commit is contained in:
Peter Steinberger
2026-01-12 08:59:13 +00:00
parent 1050126132
commit d8feadb57a
3 changed files with 117 additions and 3 deletions

View File

@@ -67,6 +67,7 @@
- CLI: fix guardCancel typing for configure prompts. (#769) — thanks @steipete.
- Providers: default groupPolicy to allowlist across providers and warn in doctor when groups are open.
- MS Teams: add groupPolicy/groupAllowFrom gating for group chats and warn when groups are open.
- Providers: strip tool call/result ids from Gemini CLI payloads to avoid API 400s. (#756)
- Gateway/WebChat: include handshake validation details in the WebSocket close reason for easier debugging; preserve close codes.
- Gateway/Auth: send invalid connect responses before closing the handshake; stabilize invalid-connect auth test.
- Gateway: tighten gateway listener detection.