fix: pin review harness model to available Vertex AI version - #188
Merged
Merged
Conversation
The model: sonnet alias in the review harness config resolved to claude-sonnet-4-6, which is not provisioned on the repo's GCP Vertex AI endpoint. This caused all review runs to fail immediately with zero tokens used since PR #181 merged. Pin the model to claude-sonnet-4-5@20250929, which the error message in run 34327800934 confirmed is available on the deployment. Using an explicit version avoids future breakage if the sonnet alias advances again before the deployment is updated. Note: yarn lint:check and yarn prettier:check could not run (yarn not available in sandbox). The change is a single-line YAML config update that is not covered by ESLint or Prettier. Closes #187 Assisted-by: claude-opus-4-6
|
|
🤖 Finished Review · ❌ Failure (validation failed after 1 iteration(s)) · Started 8:37 AM UTC · Completed 8:39 AM UTC Commit: Runtime: claude · Model: sonnet → claude-sonnet-4-6 · Effort: high |
gashcrumb
approved these changes
Sep 9, 2026
|
🤖 Finished Retro · ✅ Success · Started 10:16 AM UTC · Completed 10:23 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.56 |
Retro: PR #188 — pin review harness model to available Vertex AI versionTimeline
What went well
Existing issue coverage (no new proposals filed)
Proposal filed1 proposal: document PR title scope character restrictions in AGENTS.md so the code agent avoids invalid scopes like Proposals filed
|
3 tasks
This was referenced Sep 9, 2026
3 tasks
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
sonnetalias toclaude-sonnet-4-5@20250929in.fullsend/harness/review.yamlsonnetalias resolved toclaude-sonnet-4-6, which is not provisioned on the repo's GCP Vertex AI endpoint, causing all review runs to fail since PR chore: upgrade fullsend review harness #181 mergedTesting
/fs-reviewon any open PR and confirming the review agent starts without a model availability errorCloses #187
Post-script verification
agent/187-fix-review-model)968ad8a9d2fcd3a530702bcf9a91446b9406577a..HEAD)