Skip to content

v5.2.2

Choose a tag to compare

@ChanMeng666 ChanMeng666 released this 12 Jun 07:09
· 25 commits to master since this release

Summary

  • Adds Codex plugin packaging with .codex-plugin/plugin.json and a plugin-local codex-hooks/plugin-hooks.json template, so Codex loads the no-async plugin hook set instead of Claude Code hook definitions.
  • Aligns Codex support with the current Codex CLI 0.139.0 hook surface: 10 installed/active lifecycle events, including permission, compact, subagent, prompt, tool, session, and stop notifications.
  • Keeps native Codex installs compatible with default-on hooks and avoids rewriting config.toml when the feature is already available.
  • Updates README, CHANGELOG, Claude Code guidance, Codex AGENTS guidance, installation, architecture, troubleshooting, and skill docs for the current multi-editor state.

Verification

  • python bin/audio-hooks.py manifest
  • scripts/build-plugin.sh --check
  • python -m unittest discover -v tests (147 tests)