chore(claude): switch default model to opusplan[1m] - #167
Merged
Conversation
opusplan uses opus for plan-mode reasoning and switches to sonnet for execution, keeping the 1M context window explicit for both phases instead of relying on per-plan auto-upgrade.
edge2992
force-pushed
the
chore/opusplan-model
branch
from
August 3, 2026 02:11
257c1a0 to
3aaab91
Compare
3 tasks
edge2992
added a commit
that referenced
this pull request
Aug 9, 2026
codex@openai-codex plugin and its openai-codex marketplace entry were enabled directly on the live machine (via CLI, not Claude's Write/Edit tool, so the settings-sync PostToolUse hook never fired) and were missing from the tracked source. Bring both into claude-settings-base.json so other machines pick them up via chezmoi apply. The model field (sonnet vs opusplan) was left untouched: it flips transiently during a session (observed sonnet -> opus[1m] within the same conversation) and is not a durable local preference — the tracked opusplan default from #163/#167/#169 stands.
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
model設定をopus[1m]からopusplan[1m]に変更(Plan modeはOpus、実行時はSonnetに自動切替する複合エイリアス)docs/claude-global-config.mdの設定一覧表を実態に合わせて更新Test plan
make lint(lint-json / lint-tmpl / lint-merge-patch) がすべて通過pre-commit runが変更ファイルに対してすべて通過chezmoi apply -- ~/.claude/settings.json相当のスコープで適用し、modelがopusplan[1m]に反映されることを確認