fix: use active checkout for update checks - #11225
Conversation
422960c to
7e1b686
Compare
|
Updated branch to current fix commit 7e1b686 after replaying the same update-check patch onto the current main. Local verification:
Also switched local Hermes config to Anthropic + claude-sonnet-4.6 for day-to-day use; that config change is local-only and not part of this PR. |
|
Added follow-up commit 09aa3c6c on top of the existing branch. This extends the PR to fix a second issue: when fallback activated, the request runtime snapshot still pointed at the exhausted primary provider, so retries kept hitting the old backend. Verification:
|
|
Added follow-up commit 0d33314 for the cheaper failover stack. This keeps the request runtime snapshot aligned when fallback activates to OpenRouter / google/gemini-2.5-flash, so retries actually use the backup model instead of the exhausted primary. Verification:
|
09aa3c6 to
0d33314
Compare
|
Closing as superseded by #22475. Triage notes (medium confidence): Thanks for the contribution — the underlying problem this PR addresses has been resolved by the linked PR on current main. If you believe this was closed in error, please comment and we'll reopen. (Bulk-closed during a CLI PR triage sweep.) |
Summary
Testing