fix(claude/statusline): update default model check to Opus 4.6

Reflect the latest default model version in the statusline script
so the model name is only displayed for non-default models.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 16:57:25 +00:00
parent 254fce8292
commit cf43434200

View File

@@ -208,8 +208,8 @@ print_statusline() {
sep
# Model (only if not default Opus 4.5)
if [ "$MODEL" != "Opus 4.5" ]; then
# Model (only if not default Opus 4.6)
if [ "$MODEL" != "Opus 4.6" ]; then
colored $COLOR_DIR "$MODEL"
sep
fi