mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
[codex-analytics] add protocol-native turn timestamps
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user