๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ”ง Update pi default model and changelog version

+2 -2
+2 -2
agents/pi/settings.json
··· 1 1 { 2 2 "defaultProvider": "openai-codex", 3 - "defaultModel": "gpt-5.2-codex", 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 - "lastChangelogVersion": "0.51.2" 14 + "lastChangelogVersion": "0.52.6" 15 15 }