Original release notes
- 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 togglehint in the config footer when the highlighted row is not toggleable (rules, agents, hooks). - Authenticate Vertex Gemini through Google auth when
gcp.projectIdis 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

