fix(canonical): handle gcp_vertex_ai model mapping correctly#6836
Merged
katzdave merged 1 commit intoblock:mainfrom Feb 11, 2026
Merged
fix(canonical): handle gcp_vertex_ai model mapping correctly#6836katzdave merged 1 commit intoblock:mainfrom
katzdave merged 1 commit intoblock:mainfrom
Conversation
Contributor
Author
katzdave
approved these changes
Feb 9, 2026
Collaborator
katzdave
left a comment
There was a problem hiding this comment.
Awesome change! Glad to see more provider results being improved :)
You can consider running the build_canonical_model binary with the --no-check flag and throwing that diff here (and ensuring the google-vertex changes look good in the resulting json). Otherwise the release pipeline will run it when this change is pulled in.
GCP Vertex AI hosts both Google and third-party models. - Handle Vertex AI @Date suffix format (e.g., claude-opus-4-5@20251101) - Fix version normalization regex to handle @ separator Regression from e2a18c9 caused Claude models to not appear in Vertex AI model list during provider configuration. Signed-off-by: rabi <ramishra@redhat.com>
fc943a7 to
fa08991
Compare
Contributor
Author
Thanks! Done. |
tlongwell-block
added a commit
that referenced
this pull request
Feb 11, 2026
* origin/main: (107 commits) feat: Allow overriding default bat themes using environment variables (#7140) Make the system prompt smaller (#6991) Pre release script (#7145) Spelling (#7137) feat(mcp): upgrade rmcp to 0.15.0 and advertise MCP Apps UI extension capability (#6927) fix: ensure assistant messages with tool_calls include content field (#7076) fix(canonical): handle gcp_vertex_ai model mapping correctly (#6836) Group dependencies in root Cargo.toml (#6948) refactor: updated elevenLabs API module and `remove button` UX (#6781) fix: we were missing content from langfuse traces (#7135) docs: update username in authors.yml (#7132) fix extension selector syncing issues (#7133) fix(acp): per-session Agent for model isolation and load_session restore (#7115) fix(claude-code): defensive coding improvements for model switching (#7131) feat(claude-code): dynamic model listing and mid-session model switching (#7120) Inline worklet source (#7128) [docs] One shot prompting is dead - Blog Post (#7113) fix: correct spelling of Debbie O'Brien's name in authors.yml (#7127) docs: GCP Vertex AI org policy filtering & update OnboardingProviderSetup component (#7125) feat: replace subagent and skills with unified summon extension (#6964) ... # Conflicts: # Cargo.lock # Cargo.toml
zanesq
added a commit
to Abhijay007/goose
that referenced
this pull request
Feb 11, 2026
* upstream/main: (109 commits) [docs] Skills Marketplace UI Improvements (block#7158) More no-window flags (block#7122) feat: Allow overriding default bat themes using environment variables (block#7140) Make the system prompt smaller (block#6991) Pre release script (block#7145) Spelling (block#7137) feat(mcp): upgrade rmcp to 0.15.0 and advertise MCP Apps UI extension capability (block#6927) fix: ensure assistant messages with tool_calls include content field (block#7076) fix(canonical): handle gcp_vertex_ai model mapping correctly (block#6836) Group dependencies in root Cargo.toml (block#6948) refactor: updated elevenLabs API module and `remove button` UX (block#6781) fix: we were missing content from langfuse traces (block#7135) docs: update username in authors.yml (block#7132) fix extension selector syncing issues (block#7133) fix(acp): per-session Agent for model isolation and load_session restore (block#7115) fix(claude-code): defensive coding improvements for model switching (block#7131) feat(claude-code): dynamic model listing and mid-session model switching (block#7120) Inline worklet source (block#7128) [docs] One shot prompting is dead - Blog Post (block#7113) fix: correct spelling of Debbie O'Brien's name in authors.yml (block#7127) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GCP Vertex AI hosts both Google and third-party models.
Regression from e2a18c9 caused Claude models to not appear in Vertex AI model list during provider configuration.
Type of Change
AI Assistance
Testing
Tested locally with gcp_vertex_ai provider.