Skip to content

Codex CLI

rippy supports Codex CLI via --mode codex. The hook setup follows the same pattern as the other tools:

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{ "type": "command", "command": "rippy --mode codex" }
]
}
]
}
}

Configuration files, safety rules, and handlers are shared across every mode — see Configuration overview to write rules once and have them apply everywhere.