fix(proxy): support explicit opus 4.6 and 4.7 pins#497
Merged
rynfar merged 3 commits intoMay 11, 2026
Conversation
Owner
|
sorry for the delay ive been traveling, ill try to get to this today |
rynfar
approved these changes
May 11, 2026
Owner
rynfar
left a comment
There was a problem hiding this comment.
LGTM. Tight scope, mirrors existing retry patterns, comprehensive test coverage. Verified 1738/1738 tests pass locally and CI is green. Regression risk on non-opus and aliased paths is nil (envOverrides only set for explicit claude-opus-* requests). Fresh-retry is properly guarded by didYieldContent/didYieldClientEvent against post-yield retries.
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
claude-opus-4-7as Meridian's default Opus pin for bareopusrequestsclaude-opus-4-6andclaude-opus-4-7requests by passing a per-request SDK env override that survives the 1M fallback retryopus, evict the cached session and retry once from a fresh prompt on the same modelTesting
bun test src/__tests__/proxy-extra-usage-fallback.test.ts src/__tests__/session-fingerprint-context.test.ts src/__tests__/errors.test.tsbun test src/__tests__/errors.test.ts src/__tests__/proxy-extra-usage-fallback.test.ts src/__tests__/proxy-env-stripping.test.ts src/__tests__/models.test.ts src/__tests__/query.test.ts