Files
codex/codex-rs/core/src
alexsong-oai e71760fc64 support app usage analytics (#11687)
Emit app mentioned and app used events. Dedup by (turn_id, connector_id)

Example event params:
{
    "event_type": "codex_app_used",
    "connector_id": "asdk_app_xxx",
    "thread_id": "019c5527-36d4-xxx",
    "turn_id": "019c552c-cd17-xxx",
    "app_name": "Slack (OpenAI Internal)",
    "product_client_id": "codex_cli_rs",
    "invoke_type": "explicit",
    "model_slug": "gpt-5.3-codex"
}
2026-02-13 12:00:16 -08:00
..
2026-02-13 19:30:49 +00:00
2026-02-13 14:18:15 +00:00
2026-02-12 16:54:11 -08:00
2026-02-10 11:45:23 -08:00
2026-01-27 11:04:23 -08:00
2026-02-10 16:12:31 +00:00
2026-02-13 13:21:11 +00:00
2026-02-13 12:00:16 -08:00
2026-02-02 16:57:29 -08:00
2026-02-10 11:45:23 -08:00
2025-11-28 11:34:57 +00:00