tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ง Update agent defaults
davidgasquez.com
1 month ago
9f8a009b
6a26c4ba
+3
-2
2 changed files
expand all
collapse all
unified
split
agents
codex
config.toml
pi
settings.json
+1
agents/codex/config.toml
···
10
10
unified_exec = true
11
11
apply_patch_freeform = true
12
12
web_search_request = true
13
13
+
steer = true
+2
-2
agents/pi/settings.json
···
1
1
{
2
2
-
"defaultProvider": "github-copilot",
3
3
-
"defaultModel": "claude-opus-4.5",
2
2
+
"defaultProvider": "openai-codex",
3
3
+
"defaultModel": "gpt-5.2-codex",
4
4
"defaultThinkingLevel": "high",
5
5
"collapseChangelog": true,
6
6
"hideThinkingBlock": false,