Commit 9363a23
fix: model abbreviation without settings.json, add agent install prompt
The else branch (no configured_model) used the generic family name
"opus" instead of abbreviating model_id. On CI and fresh installs
where ~/.claude/settings.json has no model override, "claude-opus-4-6[1m]"
displayed as "opus[1m]" instead of "opus4.6[1m]". Now tries
abbreviate_model_id on model_id before falling back to family name.
Also add a one-shot Claude Code prompt to README for agent-assisted install.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2641b0a commit 9363a23
2 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1211 | 1211 | | |
1212 | 1212 | | |
1213 | 1213 | | |
1214 | | - | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
1215 | 1221 | | |
1216 | 1222 | | |
1217 | 1223 | | |
| |||
0 commit comments