🔧 Where my dotfiles lives in harmony and peace, most of the time

⚙️ Update Pi and Zed agent settings

+10 -1
+1 -1
agents/pi/settings.json
··· 13 13 ], 14 14 "quietStartup": true, 15 15 "transport": "auto", 16 - "lastChangelogVersion": "0.54.2" 16 + "lastChangelogVersion": "0.55.1" 17 17 }
+9
zed/settings.json
··· 1 1 { 2 + "agent": { 3 + "default_model": { 4 + "provider": "copilot_chat", 5 + "model": "claude-opus-4.6", 6 + "enable_thinking": false 7 + }, 8 + "favorite_models": [], 9 + "model_parameters": [] 10 + }, 2 11 "show_edit_predictions": false, 3 12 "gutter": { 4 13 "min_line_number_digits": 2,