Skip to content

Commit aba3656

Browse files
committed
pi: replace claude-opus-4-5 with claude-sonnet-4-6 in enabled models
1 parent 62a6820 commit aba3656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotfiles/pi/.pi/agent/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"~/.agents/skills"
1818
],
1919
"enabledModels": [
20-
"anthropic/claude-opus-4-5:high",
20+
"anthropic/claude-sonnet-4-6:xhigh",
2121
"anthropic/claude-opus-4-6:xhigh",
2222
"zai/glm-5:xhigh",
2323
"openai-codex/gpt-5.3-codex:xhigh"
@@ -26,4 +26,4 @@
2626
"terminal": {
2727
"clearOnShrink": true
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)