docs(direnv): bump model examples to Opus 5 - #453
Open
aaronsb wants to merge 1 commit into
Open
Conversation
The pinned-snapshot example named claude-opus-4-8 and the commented Bedrock override named a Sonnet 4 inference-profile ID. Both are two generations behind. The Bedrock line also changes shape: the current Bedrock endpoint takes a bare `anthropic.`-prefixed ID. The `us.` region prefix and `-v1:0` suffix belong to the legacy InvokeModel path.
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.
Changes
Two stale model IDs in
skills/direnv/SKILL.md, both operator-facing examples:claude-opus-4-8→claude-opus-5. This line reads as the recommended pin.us.anthropic.claude-sonnet-4-20250514-v1:0→anthropic.claude-opus-5. The shape changes too: the current Bedrock endpoint takes a bareanthropic.-prefixed ID; theus.region prefix and-v1:0suffix are the legacy InvokeModel form.Scope
Found while scanning for pinned older model IDs. Two other hits were left alone:
scripts/sync-to-home-test.shusesclaude-opus-4-8as a settings-merge fixture — the value is arbitrary, the test asserts key preservation.tools/ways-core/src/context_window.rscarries 4.6/4.7/4.8 as historical entries. That's a lookup table, and it already resolvesclaude-opus-5to 1M.Opened via the REST endpoint — GitHub's GraphQL API is 503ing during the current partial outage, so
gh pr createcould not be used.