feat(model-overlays): add opus-4-8 overlay + resolver mapping#2243
Open
chrisquorum wants to merge 1 commit into
Open
feat(model-overlays): add opus-4-8 overlay + resolver mapping#2243chrisquorum wants to merge 1 commit into
chrisquorum wants to merge 1 commit into
Conversation
Give claude-opus-4-8 a dedicated overlay instead of the generic claude fallback: effort-matching, skill-paced questions, complete-scope literal execution. Mirrors opus-4-7's family nudges. Adds the models.ts resolver mapping and a gate-tier test mirroring model-overlay-opus-4-7.test.ts.
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
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.
What
claude-opus-4-8currently resolves throughmodels.tsto the genericclaudeoverlay. This adds a dedicated
opus-4-8overlay so 4.8 sessions inherit theOpus-4.x family nudges — the same treatment
opus-4-7already gets:STOP. AskUserQuestion; batching becomes the explicit exception.Changes
model-overlays/opus-4-8.md(new) —{{INHERIT:claude}}+ the three nudges.scripts/models.ts— addopus-4-8toALL_MODEL_NAMESand aresolveModelmapping (
/^claude-opus-4-8(-|$)/ → opus-4-8), placed before the genericclaudefallback.test/model-overlay-opus-4-8.test.ts(new) — gate-tier test mirroringmodel-overlay-opus-4-7.test.ts.Notes
opus-4-7's validated family nudges — this is a family-inheritanceoverlay, not empirically re-tuned for 4.8. Retune as 4.8-specific patterns emerge.
preflight-agent-sdk.ts's paid-eval reference model intentionally left atopus-4-7.Validation
bun test test/model-overlay-opus-4-8.test.ts→ 9 pass, 0 fail.resolveModel('claude-opus-4-8')and'claude-opus-4-8-20260101'→opus-4-8;opus-4-7andclaude-sonnet-*unchanged.bun run gen:skill-docs→ no generated-doc churn (only the 3 files above change); the docs-freshness CI gate stays green.bun run typecheck→ no new errors in the changed files.