spawnsettings: default interactive model → Opus 4.8#46
Merged
Conversation
…-down) Users reported degraded intelligence after the 2026-06-25 tier-down to claude-sonnet-4-6 (done for OAuth-pool headroom). Flip DefaultModel back to claude-opus-4-8. Personal agents inherit this constant (reconciler scrubs per-pod DEFAULT_MODEL); Ross/Joanne pin Opus via their own env. claude-opus-4-8[1m] stays denied (pool has no 1M credits). Pool is currently single-token with no per-slot failover, so this raises Opus rate-limit exposure — re-tier here if a slot 429s. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.
Flip
DefaultModelfromclaude-sonnet-4-6back toclaude-opus-4-8.Why: users reported degraded intelligence after the 2026-06-25 tier-down to Sonnet (which was done for OAuth-pool headroom after a slot hit its rate limit).
Scope: personal agents inherit this constant (their reconciler scrubs per-pod
DEFAULT_MODEL), so this is their interactive default. Ross/Joanne pin Opus via their own deployment env (separate rancher-admin PR).Safety:
claude-opus-4-8[1m]stays denied (pool has no 1M credits). The shared pool is currently single-token with no per-slot failover, so this raises Opus rate-limit exposure — re-tier here if a slot 429s.🤖 Generated with Claude Code