Connect VoxClaw to OpenAI's Codex CLI.
git clone https://github.com/malpern/VoxClaw.git
bash VoxClaw/plugins/voxclaw/setup-codex.sh
Copies hooks to ~/.codex/hooks/ and adds config to ~/.codex/config.toml.
[[hooks.Stop]]
hooks = [
{ type = "command", command = "~/.codex/hooks/voxclaw-codex-stop-speak.sh" }
]
[[hooks.UserPromptSubmit]]
hooks = [
{ type = "command", command = "~/.codex/hooks/voxclaw-codex-ack.sh" }
]