You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(google,kiro): strip Codex's Responses-only encrypted marker from tool schemas (#85)
Upstream openai/codex 5f4d06ef stamps encrypted:true on v2 collaboration
tool schemas (spawn_agent/send_message/followup_task message). Gemini/CCA
rejects the whole request with 400 'Unknown name'; Kiro/Bedrock validators
reject an undocumented narrow schema subset, so strip it there too.
- google-tool-schema: add encrypted to DROPPED_SCHEMA_KEYS
- kiro-tools: add encrypted to KIRO_REJECTED_SCHEMA_KEYS (property named
'encrypted' still survives via SCHEMA_MAP_KEYS)
- regression tests: sanitizer-level, google adapter end-to-end, kiro wire
0 commit comments