Skip to content

v2.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:23
· 1 commit to main since this release

CC Safety Net now ships a native Codex plugin, so Codex runs the same destructive-command and secret-access checks before a tool call as the other supported agents.

Added

  • Added a native Codex plugin: the package now ships a Codex plugin manifest and a PreToolUse hook definition that runs CC Safety Net before Codex executes a tool. (#100)
  • Added the hook --codex (-cx) flag so the CLI can be wired into Codex as a PreToolUse hook directly. (#100)

Changed

  • Codex hook decisions are now recorded with codex as the agent in the audit log instead of relying on transcript-path detection, so cc-safety-net logs --agent codex reliably shows them. (#100)