You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend ai-guardrails hooks to cover OpenAI Codex CLI alongside Cursor and
Claude Code. Installs ~/.codex/hooks.json for UserPromptSubmit, SessionStart,
and PreToolUse:Bash events, and merges `[features] codex_hooks = true` into
~/.codex/config.toml while preserving existing keys. Adds a new canonical
CommandExec event for Bash command scanning since Codex's PreToolUse only
intercepts Bash today. CodexResponseBuilder reuses the Claude Code response
shapes (Codex accepts them verbatim). Adds tomli-w (and tomli on py<3.11)
as direct deps to manage the Codex TOML config safely.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments