Codex global installs move to the folder Codex documents
A global Codex install wrote ~/.codex/skills. Codex's own source calls that its
deprecated user location and documents $HOME/.agents/skills in its place, so the
installer now writes there. The old path still loads, so an existing install keeps
working and nothing needs reinstalling.
The shared-folder collision now covers Codex too
Codex reads .codex/skills inside a project and also walks .agents/skills up from
the working directory, which is the folder Copilot shares. Installing both into one
project therefore leaves two copies of the same skill names. The installer names that
now. It already warned for OpenCode, and Codex stayed silent.
A documentation claim was wrong, and is corrected
The previous release said Copilot is the one agent that reads the home-level
.agents/skills/. It is three. Codex reads it at user scope, and OpenCode's own
documentation lists it beside its global folder. README, GUIDE and ROADMAP now name
which agents do. Reported by @fajarhide.
A star history chart
It sits between the FAQ and the contributors and is fetched when the page is viewed,
so there is nothing to regenerate on a release. Contributed by @fajarhide.
Two agent doors are queued, not merged
Pull requests for Pi and for Oh My Pi both arrived during this round. A maintenance
round ships no new agent, so each goes into a slot of its own rather than being merged
here: Pi into v3.2.17, Oh My Pi into v3.2.18. A saved usage-mode preference went back
to its author for a Windows settings path and a fresh-session proof, and lands in a
later round.
Full detail is in the ROADMAP.