Hooks Articles
2 articles across AI Catchup's news, guides, tutorials, and comparisons.
All Hooks articles
Codex Hooks and Programmatic Access Tokens: Setup, Trust Model, and What Actually Runs Today
Codex access tokens are ChatGPT Business and Enterprise workspace credentials for non-interactive Codex CLI runs. Create one in the ChatGPT admin console at chatgpt.com/admin/access-tokens, then authenticate with the CODEX_ACCESS_TOKEN environment variable or codex login --with-access-token. Hooks are the in-session extensibility framework: eleven lifecycle events, of which only command handlers execute today.
Codex CLI 0.129.0 Adds Modal Vim Composer, Redesigned Resume/Fork Picker, and a `/hooks` Browser
OpenAI shipped Codex CLI 0.129.0 on May 7, 2026. The release brings modal Vim editing to the TUI composer via `/vim`, a redesigned resume/fork picker with raw scrollback and workspace-aware `/diff`, a new `/hooks` browser with before/after compaction support, expanded plugin management with workspace sharing and access controls, theme-aware status lines, and Codex Apps auth surfaced through Guardian. Plus a long bug-fix list across Linux/Windows sandboxes, MCP, and TUI input handling.