Skip to content

v0.1.2 — the install path was wrong

Choose a tag to compare

@LomoMao LomoMao released this 14 Aug 18:26
· 1 commit to master since this release

What changed

One fix, and it matters: the default install path was wrong.

Fixed

  • User skills now install to $HOME/.agents/skills — the location OpenAI's current Codex documentation actually reads. The previous $CODEX_HOME/skills default was a path Codex never loads, so installed skills would silently never appear.
  • The validation gate now fails if the installer ever drifts back to a non-official path.
  • Bilingual READMEs and changelog updated.

Thanks

The wrong path was caught while preparing the integration guide for awesome-deepseek-agent — a good reminder that reviewer-grade checking is what this project preaches.