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

๐Ÿ”ง Update codex package and pi settings

+3 -3
+2 -2
agents/pi/settings.json
··· 3 3 "defaultModel": "gpt-5.2-codex", 4 4 "defaultThinkingLevel": "high", 5 5 "collapseChangelog": true, 6 - "hideThinkingBlock": false, 6 + "hideThinkingBlock": true, 7 7 "enabledModels": [ 8 8 "openai-codex/gpt-5.2", 9 9 "openai-codex/gpt-5.2-codex", ··· 11 11 "github-copilot/gemini-3-pro-preview" 12 12 ], 13 13 "quietStartup": true, 14 - "lastChangelogVersion": "0.50.3" 14 + "lastChangelogVersion": "0.50.7" 15 15 }
+1 -1
agents/setup.sh
··· 7 7 8 8 setup_codex() { 9 9 if ! pacman -Q openai-codex-autoup-bin >/dev/null 2>&1; then 10 - paru -S --needed --noconfirm openai-codex-autoup-bin 10 + paru -S --needed --noconfirm openai-codex-bin 11 11 fi 12 12 13 13 mkdir -p "${CODEX_DIR}"