What's New
Bug Fixes
- Fix cache_control rejection error (#189): Claude Code CLI sends
cache_controlfields on content blocks (text, thinking, tool_use, tool_result) for prompt caching optimization. The Cloud Code API was rejecting these with "Extra inputs are not permitted". This fix proactively stripscache_controlfields at the pipeline entry point, following the pattern from Antigravity-Manager.