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
],
14
"quietStartup": true,
15
"transport": "auto",
16
-
"lastChangelogVersion": "0.54.2"
17
}
···
13
],
14
"quietStartup": true,
15
"transport": "auto",
16
+
"lastChangelogVersion": "0.55.1"
17
}
+9
zed/settings.json
···
1
{
0
0
0
0
0
0
0
0
0
2
"show_edit_predictions": false,
3
"gutter": {
4
"min_line_number_digits": 2,
···
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
+
},
11
"show_edit_predictions": false,
12
"gutter": {
13
"min_line_number_digits": 2,