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 model list and changelog version
davidgasquez.com
1 week ago
0193641a
e43500a2
+4
-4
1 changed file
expand all
collapse all
unified
split
agents
pi
settings.json
+4
-4
agents/pi/settings.json
···
6
6
"hideThinkingBlock": true,
7
7
"enabledModels": [
8
8
"openai-codex/gpt-5.2",
9
9
-
"github-copilot/claude-opus-4.5",
10
10
-
"github-copilot/gemini-3-pro-preview",
11
9
"openai-codex/gpt-5.3-codex",
12
12
-
"openai-codex/gpt-5.3-codex-spark"
10
10
+
"openai-codex/gpt-5.3-codex-spark",
11
11
+
"github-copilot/claude-opus-4.6",
12
12
+
"github-copilot/gemini-3.1-pro-preview"
13
13
],
14
14
"quietStartup": true,
15
15
"transport": "auto",
16
16
-
"lastChangelogVersion": "0.55.3"
16
16
+
"lastChangelogVersion": "0.55.4"
17
17
}