diff options
| author | Craig Jennings <c@cjennings.net> | 2026-08-19 15:08:08 -0700 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-08-19 15:08:08 -0700 |
| commit | 5c807f535b32283e4c0ca2c14d471885236585e4 (patch) | |
| tree | a210d28a593c38cfff8c19d0582e1281bc68e464 /.claude | |
| parent | 62a7fbf695405d8804220c1cf1b280ee8d612082 (diff) | |
| download | rulesets-5c807f535b32283e4c0ca2c14d471885236585e4.tar.gz rulesets-5c807f535b32283e4c0ca2c14d471885236585e4.zip | |
chore: pin the model setting to opus 5
Every prior value here was a floating alias, so this is the first pin. It records what the /model prompt wrote and clears the blocked pull. It doesn't fix why a runtime setting lands in a tracked file, which is still open.
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.claude/settings.json b/.claude/settings.json index 556c292..fab8669 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -7,7 +7,7 @@ "permissions": { "defaultMode": "bypassPermissions" }, - "model": "opus", + "model": "claude-opus-5[1m]", "hooks": { "PreToolUse": [ { |
