Abhinav
8720b7bdce
Add codex_hook_run analytics event ( #17996 )
...
# Why
Add product analytics for hook handler executions so we can understand
which hooks are running, where they came from, and whether they
completed, failed, stopped, or blocked work.
# What
- add the new `codex_hook_run` analytics event and payload plumbing in
`codex-rs/analytics`
- emit hook-run analytics from the shared hook completion path in
`codex-rs/core`
- classify hook source from the loaded hook path as `system`, `user`,
`project`, or `unknown`
```
{
"event_type": "codex_hook_run",
"event_params": {
"thread_id": "string",
"turn_id": "string",
"model_slug": "string",
"hook_name": "string, // any HookEventName
"hook_source": "system | user | project | unknown",
"status": "completed | failed | stopped | blocked"
}
}
```
---------
Co-authored-by: Codex <noreply@openai.com >
2026-04-16 19:43:16 +00:00
..
2026-04-16 07:57:51 -07:00
2026-04-07 08:03:35 -07:00
2026-04-07 00:32:41 +00:00
2026-04-16 10:31:51 -07:00
2026-04-16 18:18:07 +00:00
2026-04-15 19:18:38 -07:00
2026-04-16 10:31:51 -07:00
2026-04-15 19:18:38 -07:00
2026-04-07 08:03:35 -07:00
2026-04-16 15:44:23 +01:00
2026-04-16 18:18:07 +00:00
2026-04-13 09:59:08 +01:00
2026-03-24 18:34:44 -07:00
2026-04-15 11:34:27 -07:00
2026-04-16 00:02:42 +00:00
2026-04-16 10:31:51 -07:00
2026-04-16 10:30:10 -07:00
2026-03-24 18:10:53 -07:00
2026-04-16 07:13:15 +00:00
2026-04-16 10:51:33 -07:00
2026-04-16 10:51:33 -07:00
2026-04-07 21:20:22 +00:00
2026-04-14 12:49:02 -07:00
2026-04-01 23:06:24 -07:00
2026-04-01 23:06:24 -07:00
2026-04-07 15:18:34 -07:00
2026-04-07 15:18:34 -07:00
2026-04-07 09:52:17 -07:00
2026-04-15 11:52:51 -07:00
2026-04-14 14:26:10 -07:00
2026-04-14 18:04:35 -07:00
2026-04-13 23:11:49 -07:00
2026-04-16 11:16:44 -07:00
2026-04-14 14:26:10 -07:00
2026-04-16 19:43:16 +00:00
2026-03-12 08:16:36 -07:00
2026-04-01 23:06:24 -07:00
2026-03-27 19:00:44 -07:00
2026-03-12 08:16:36 -07:00
2026-04-10 13:03:54 -07:00
2026-04-15 13:05:11 -07:00
2026-04-15 13:05:11 -07:00
2026-04-16 11:16:44 -07:00
2026-04-16 11:16:44 -07:00
2026-03-12 00:35:21 -07:00
2026-03-27 19:00:44 -07:00
2026-03-25 10:43:49 -07:00
2026-03-27 19:00:44 -07:00
2026-03-27 06:17:59 +00:00
2026-03-27 19:00:44 -07:00
2026-03-24 12:43:53 -07:00
2026-04-03 12:07:07 -07:00
2026-04-13 09:59:08 +01:00
2026-04-06 11:11:44 -07:00
2026-04-07 10:52:08 -07:00
2026-04-16 10:31:51 -07:00
2026-04-16 10:31:51 -07:00
2026-04-16 17:34:38 +00:00
2026-04-16 17:34:38 +00:00
2026-03-27 19:00:44 -07:00
2026-04-14 15:40:40 -07:00
2026-04-15 19:18:38 -07:00
2026-04-16 19:43:16 +00:00
2026-04-14 14:26:10 -07:00
2026-04-14 14:26:10 -07:00
2026-04-16 10:51:33 -07:00
2026-04-16 07:13:15 +00:00
2026-04-16 18:18:07 +00:00
2026-03-27 19:00:44 -07:00
2026-04-16 18:18:07 +00:00
2026-04-16 18:18:07 +00:00
2026-04-15 21:02:59 +08:00
2026-04-13 21:52:56 -07:00
2026-03-12 08:16:36 -07:00
2026-04-03 00:33:34 -07:00
2026-03-25 11:05:35 -07:00
2026-03-27 19:00:44 -07:00
2026-04-14 14:26:10 -07:00
2026-04-02 23:00:02 -07:00
2026-04-09 10:53:06 -07:00
2026-03-27 19:00:44 -07:00
2026-04-14 14:26:10 -07:00
2026-04-15 14:43:33 -07:00
2026-04-13 10:26:51 -07:00
2026-04-15 11:34:27 -07:00
2026-04-15 11:34:27 -07:00
2026-04-15 19:18:38 -07:00
2026-04-15 19:18:38 -07:00
2026-04-15 19:18:38 -07:00
2026-04-14 19:58:58 -07:00
2026-04-15 16:26:20 -07:00
2026-04-11 13:52:17 -07:00
2026-04-01 23:06:24 -07:00
2026-04-14 14:26:10 -07:00
2026-04-15 11:34:27 -07:00
2026-04-14 14:26:10 -07:00
2026-04-14 14:26:10 -07:00
2026-04-01 23:06:24 -07:00
2026-04-01 23:06:24 -07:00
2026-03-20 18:23:48 +00:00
2026-04-03 00:33:34 -07:00
2026-04-07 15:18:34 -07:00
2026-02-10 17:03:46 -08:00
2026-04-14 14:26:10 -07:00
2026-04-14 14:26:10 -07:00
2026-03-27 19:00:44 -07:00
2026-04-02 13:47:10 -07:00
2026-04-14 15:40:40 -07:00
2026-04-13 10:26:51 -07:00
2026-04-14 14:26:10 -07:00
2026-04-07 08:03:35 -07:00
2026-04-16 15:32:32 +01:00
2026-04-16 15:32:32 +01:00
2026-04-03 00:33:34 -07:00
2026-04-15 19:18:38 -07:00
2026-04-14 15:40:40 -07:00
2026-03-31 14:10:43 +02:00
2026-04-13 23:11:49 -07:00
2026-03-12 08:16:36 -07:00
2026-04-01 23:06:24 -07:00
2026-04-14 14:26:10 -07:00
2026-04-14 14:26:10 -07:00
2026-03-18 10:03:38 +00:00
2026-04-07 08:03:35 -07:00
2026-04-15 21:48:05 +00:00
2026-04-03 00:33:34 -07:00
2026-04-03 00:33:34 -07:00
2026-04-03 00:33:34 -07:00
2026-04-03 00:33:34 -07:00
2026-01-30 16:37:56 -08:00
2026-04-01 23:06:24 -07:00
2026-04-01 23:06:24 -07:00
2026-04-08 08:42:18 -07:00
2026-04-08 08:42:18 -07:00