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

๐Ÿ”ง Update agent configs and keybinding

+9 -1
+1
agents/codex/config.toml
··· 4 4 sandbox_mode = "workspace-write" 5 5 web_search = "live" 6 6 suppress_unstable_features_warning = true 7 + personality = "pragmatic" 7 8 8 9 [projects] 9 10 "/home/david" = { trust_level = "trusted" }
+1 -1
agents/pi/settings.json
··· 11 11 "github-copilot/gemini-3-pro-preview" 12 12 ], 13 13 "quietStartup": true, 14 - "lastChangelogVersion": "0.50.7" 14 + "lastChangelogVersion": "0.51.2" 15 15 }
+7
code/keybindings.json
··· 38 38 "key": "ctrl+enter", 39 39 "command": "inlineChat.start", 40 40 "when": "editorTextFocus && !editorReadonly" 41 + }, 42 + { 43 + "key": "ctrl+alt+shift+p", 44 + "command": "workbench.action.terminal.sendSequence", 45 + "args": { 46 + "text": "pi -p \"commit and push\"\u000D" 47 + } 41 48 } 42 49 ]