tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ง Update pi default model and changelog version
davidgasquez.com
1 month ago
afc38b5f
ca2e8861
+2
-2
1 changed file
expand all
collapse all
unified
split
agents
pi
settings.json
+2
-2
agents/pi/settings.json
···
1
1
{
2
2
"defaultProvider": "openai-codex",
3
3
-
"defaultModel": "gpt-5.2-codex",
3
3
+
"defaultModel": "gpt-5.3-codex",
4
4
"defaultThinkingLevel": "high",
5
5
"collapseChangelog": true,
6
6
"hideThinkingBlock": true,
···
11
11
"github-copilot/gemini-3-pro-preview"
12
12
],
13
13
"quietStartup": true,
14
14
-
"lastChangelogVersion": "0.51.2"
14
14
+
"lastChangelogVersion": "0.52.6"
15
15
}