mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-11 22:58:08 +08:00
- Prefix colliding tool names (`read_file`, `write_file`, `execute_code`) with `external_` when sending requests upstream to Antigravity models. - Strip the `external_` prefix from Antigravity responses so clients receive the original tool names. - Apply the name mapping across tool definitions, tool calls, tool results, and tool choice in both Chat Completions and Responses translators. Closes: #5462