We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e912f commit 9a8d7baCopy full SHA for 9a8d7ba
dotfiles/pi/.pi/agent/settings.json
@@ -1,8 +1,8 @@
1
{
2
"lastChangelogVersion": "0.57.1",
3
"theme": "tokyonight-moon",
4
- "defaultProvider": "anthropic",
5
- "defaultModel": "claude-opus-4-6",
+ "defaultProvider": "openai-codex",
+ "defaultModel": "gpt-5.4",
6
"defaultThinkingLevel": "xhigh",
7
"editorPaddingX": 1,
8
"packages": [
@@ -18,7 +18,7 @@
18
"enabledModels": [
19
"anthropic/claude-opus-4-6:xhigh",
20
"zai/glm-5:xhigh",
21
- "openai-codex/gpt-5.3-codex:xhigh"
+ "openai-codex/gpt-5.4:xhigh"
22
],
23
"doubleEscapeAction": "none",
24
"terminal": {
0 commit comments