[codex] allow native google-vertex model provider configs#74914
[codex] allow native google-vertex model provider configs#74914aresxu8866-hue wants to merge 1 commit into
Conversation
|
Codex review: needs real behavior proof before merge. Reviewed May 30, 2026, 12:59 AM ET / 04:59 UTC. Summary PR surface: Source +1, Tests +49, Generated +2. Total +52 across 4 files. Reproducibility: unclear. The review failed before ClawSweeper could establish a reproduction path. Review metrics: none identified. Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Risk before merge
Maintainer options:
Next step before merge
Review detailsBest possible solution: Retry the Codex review after fixing the execution failure. Do we have a high-confidence way to reproduce the issue? Unclear. The review failed before ClawSweeper could establish a reproduction path. Is this the best way to solve the issue? Unclear. Retry the review first so ClawSweeper can evaluate the actual issue and fix direction. AGENTS.md: unclear because the file could not be read completely. Codex review notes: model gpt-5.5, reasoning high; reviewed against b352cb2d8e7f. Label changesLabel justifications:
Evidence reviewedPR surface: Source +1, Tests +49, Generated +2. Total +52 across 4 files. View PR surface stats
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
|
This pull request has been automatically marked as stale due to inactivity. |
Summary
google-vertexas a configured model provider/modelapivalueopenclaw config validateaccepts native Vertex provider configsWhy
OpenClaw already registers the bundled Google Vertex provider and can resolve ADC auth evidence with the
gcp-vertex-credentialsmarker, but the config schema did not allowapi: "google-vertex". Users configuring Vertex manually were pushed toward the OpenAI-compatible endpoint withapi: "openai-completions", where the ADC marker can be treated like a literal key/header value instead of the native Vertex ADC flow.Validation
pnpm config:schema:checknode scripts/test-projects.mjs src/config/config.secrets-schema.test.ts extensions/google/provider-policy-api.test.ts src/agents/models-config.providers.google-antigravity.test.ts src/agents/models-config.providers.policy.lookup.test.tspnpm check:test-typespnpm exec oxfmt --check --threads=1 src/config/types.models.ts src/config/config.secrets-schema.test.ts extensions/google/provider-policy-api.test.ts src/config/schema.base.generated.ts