Fixes ChatGPT OAuth requests failing with max_output_tokens error
Cline CLI v3.0.11 fixes a ChatGPT OAuth regression, adds Vertex Gemini authentication via Google auth, and includes tool names in result blocks for consistent session history.
Fix a regression in the ChatGPT OAuth provider where requests failed with `max_output_tokens not supported`, by restoring the full output token budget instead of applying an implicit cap. Hide the `Space toggle` hint in the config footer when the highlighted row is not toggleable (rules, agents, hooks). Authenticate Vertex Gemini through Google auth when `gcp.projectId` is configured, and surface the full Vertex model list instead of only Claude models.
Include tool names in tool result content blocks so message logs and session history consistently track which tool produced each result. Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.10...cli-v3.0.11
- github.comCline: CLI v3.0.11primary