Skip to content

Commit 9a8d7ba

Browse files
committed
pi: default agent sessions to gpt-5.4 codex
Use the updated OpenAI Codex provider and model for new pi sessions.
1 parent 66e912f commit 9a8d7ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"lastChangelogVersion": "0.57.1",
33
"theme": "tokyonight-moon",
4-
"defaultProvider": "anthropic",
5-
"defaultModel": "claude-opus-4-6",
4+
"defaultProvider": "openai-codex",
5+
"defaultModel": "gpt-5.4",
66
"defaultThinkingLevel": "xhigh",
77
"editorPaddingX": 1,
88
"packages": [
@@ -18,7 +18,7 @@
1818
"enabledModels": [
1919
"anthropic/claude-opus-4-6:xhigh",
2020
"zai/glm-5:xhigh",
21-
"openai-codex/gpt-5.3-codex:xhigh"
21+
"openai-codex/gpt-5.4:xhigh"
2222
],
2323
"doubleEscapeAction": "none",
2424
"terminal": {

0 commit comments

Comments
 (0)