Support for Agent Hooks
Author: abhisekCreated Feb 3, 2026Updated Jul 29, 2026
Hello
I am the developer of https://github.com/safedep/gryph
We are leveraging AI coding agent's hook feature to log and maintain an audit trail for security and auditing purposes in a local sqlite database.
So far we have leveraged the hooks feature of Claude Code, Gemini CLI, Cursor, OpenCode to log agent events.
I wanted to add support for Plandex as well but going through the docs, I did not find a hook or a plugin interface. My needs are, ability to call a local CLI command for:
- Before/After Tool Call
- Before/After filesystem operations (read/write)
- Before/After command execution
Is this something that is already supported or in roadmap?
Source: plandex-ai/plandex