mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user