[codex-analytics] add protocol-native turn timestamps

This commit is contained in:
rhan-oai
2026-04-02 18:52:32 -07:00
parent 0bd31dc382
commit 3d1314ca03
23 changed files with 204 additions and 4 deletions

View File

@@ -717,6 +717,7 @@ async fn run_exec_session(args: ExecRunArgs) -> anyhow::Result<()> {
TurnStartedNotification {
thread_id: response.review_thread_id.clone(),
turn: response.turn.clone(),
created_at: 0,
},
));
let task_id = response.turn.id;