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 codex package and pi settings
davidgasquez.com
1 month ago
b1920b2f
cdde7e98
+3
-3
2 changed files
expand all
collapse all
unified
split
agents
pi
settings.json
setup.sh
+2
-2
agents/pi/settings.json
···
3
3
"defaultModel": "gpt-5.2-codex",
4
4
"defaultThinkingLevel": "high",
5
5
"collapseChangelog": true,
6
6
-
"hideThinkingBlock": false,
6
6
+
"hideThinkingBlock": true,
7
7
"enabledModels": [
8
8
"openai-codex/gpt-5.2",
9
9
"openai-codex/gpt-5.2-codex",
···
11
11
"github-copilot/gemini-3-pro-preview"
12
12
],
13
13
"quietStartup": true,
14
14
-
"lastChangelogVersion": "0.50.3"
14
14
+
"lastChangelogVersion": "0.50.7"
15
15
}
+1
-1
agents/setup.sh
···
7
7
8
8
setup_codex() {
9
9
if ! pacman -Q openai-codex-autoup-bin >/dev/null 2>&1; then
10
10
-
paru -S --needed --noconfirm openai-codex-autoup-bin
10
10
+
paru -S --needed --noconfirm openai-codex-bin
11
11
fi
12
12
13
13
mkdir -p "${CODEX_DIR}"