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 Pi and Zed agent settings
davidgasquez.com
2 weeks ago
0797abcc
35035a05
+10
-1
2 changed files
expand all
collapse all
unified
split
agents
pi
settings.json
zed
settings.json
+1
-1
agents/pi/settings.json
···
13
13
],
14
14
"quietStartup": true,
15
15
"transport": "auto",
16
16
-
"lastChangelogVersion": "0.54.2"
16
16
+
"lastChangelogVersion": "0.55.1"
17
17
}
+9
zed/settings.json
···
1
1
{
2
2
+
"agent": {
3
3
+
"default_model": {
4
4
+
"provider": "copilot_chat",
5
5
+
"model": "claude-opus-4.6",
6
6
+
"enable_thinking": false
7
7
+
},
8
8
+
"favorite_models": [],
9
9
+
"model_parameters": []
10
10
+
},
2
11
"show_edit_predictions": false,
3
12
"gutter": {
4
13
"min_line_number_digits": 2,