chore(claude): set default model to opus - #327
Open
evansenter wants to merge 1 commit into
Open
Conversation
PR #325 set the default to "fable"; switching back to opus via /model, which writes through the ~/.claude/settings.json symlink into the tracked file. Also picks up a cosmetic reordering of the "tui" key that Claude Code's settings writer emitted. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012WfpypRTFbZ7eZTWLyJX9y
There was a problem hiding this comment.
Code Review
Summary: Minimal config change flipping the tracked default model from fable back to opus, plus a cosmetic reordering of the tui key emitted by Claude Code's settings writer. The diff is valid JSON (comma placement checked on both hunks), the PR body clearly explains the symlink write-through provenance, and committing the round-trip is the documented intended path for this repo.
Verdict: APPROVE - Code looks good, no issues found.
(Posted via gh pr review — the gh api reviews endpoint was blocked by the command allowlist in this environment.)
Automated review by Claude Code
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
Flips
home/.claude/settings.jsonback to"model": "opus".#325 set the default to
"fable". This switches it back via/model, which writes through the~/.claude/settings.jsonsymlink into the tracked file — so the change shows up as a working-tree diff rather than something typed by hand.Also picks up a cosmetic reordering of the
tuikey that Claude Code's settings writer emitted at the same time.Note
This is the recurring symlink round-trip: tools that write their own config through a symlinked dotfile will surface those writes as repo diffs. Committing it is the intended path — the alternative is the file sitting dirty indefinitely and getting swept into an unrelated commit later.
🤖 Generated with Claude Code
https://claude.ai/code/session_012WfpypRTFbZ7eZTWLyJX9y