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

๐Ÿ”ง Update pi model list and changelog version

+4 -4
+4 -4
agents/pi/settings.json
··· 6 6 "hideThinkingBlock": true, 7 7 "enabledModels": [ 8 8 "openai-codex/gpt-5.2", 9 - "github-copilot/claude-opus-4.5", 10 - "github-copilot/gemini-3-pro-preview", 11 9 "openai-codex/gpt-5.3-codex", 12 - "openai-codex/gpt-5.3-codex-spark" 10 + "openai-codex/gpt-5.3-codex-spark", 11 + "github-copilot/claude-opus-4.6", 12 + "github-copilot/gemini-3.1-pro-preview" 13 13 ], 14 14 "quietStartup": true, 15 15 "transport": "auto", 16 - "lastChangelogVersion": "0.55.3" 16 + "lastChangelogVersion": "0.55.4" 17 17 }