fix(ci): restore formatting and single-fire pro dispatch - #1
Merged
Conversation
Restore the format-check invariant for the two files changed after the last green main run. oxfmt was already pinned exactly at 0.38.0; this is content drift, not tool-version drift.\n\nRefs: @hh/tooling/22458-oxfmt-drift-quartet
Remove billed provider probe generations from the dual-pro path. The real leg dispatch remains timeout-bounded and translates quota/auth failures into actionable errors, without firing extra model calls.\n\nRefs: @hh/tooling/22459-bearly-single-fire-regression
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.
Repairs @hh/tooling/22458 and @hh/tooling/22459. Reconciles the two pinned-oxfmt drift files, then removes provider probe generations that caused a two-leg pro call to issue three generateText requests. Actual leg errors remain timeout-bounded and quota/auth-actionable. Evidence: targeted 19/19, full 777/777, typecheck green, format-check green.