mchen-oai
ccec84b148
Add turn start timestamp to turn metadata ( #19473 )
...
## Why
- Without change: MCP tool calls receive
`_meta["x-codex-turn-metadata"]` with `session_id` and `turn_id`.
- Issue: MCP servers may want the turn start timestamp to measure
internal latency relative to turn start.
## What Changed
- With change: turn metadata now includes `turn_started_at_unix_ms`,
which is propagated to MCP tool calls in
`_meta["x-codex-turn-metadata"]`.
## Verification
- `codex-rs/core/src/mcp_tool_call_tests.rs`
- `codex-rs/core/src/turn_metadata_tests.rs`
- `codex-rs/core/src/turn_timing_tests.rs`
- `codex-rs/core/tests/responses_headers.rs`
- `codex-rs/core/tests/suite/search_tool.rs`
History
..
2026-04-28 13:12:51 +02:00
2026-04-21 10:22:36 -07:00
2026-04-07 00:32:41 +00:00
2026-04-28 12:52:25 -03:00
2026-04-28 13:03:28 +02:00
2026-04-27 18:48:57 -07:00
2026-04-27 19:29:19 +00:00
2026-04-26 15:10:53 -07:00
2026-04-26 22:11:49 -07:00
2026-04-28 09:29:57 -07:00
2026-04-24 21:16:00 -07:00
2026-04-28 16:36:59 +00:00
2026-04-28 13:03:28 +02:00
2026-04-26 22:11:49 -07:00
2026-03-24 18:10:53 -07:00
2026-04-24 17:49:29 -07:00
2026-04-26 15:10:53 -07:00
2026-04-07 21:20:22 +00:00
2026-04-26 15:30:40 -07:00
2026-04-26 17:18:09 -07:00
2026-04-27 18:48:57 -07:00
2026-04-21 15:37:12 -07:00
2026-04-27 21:58:29 +00:00
2026-04-28 13:03:28 +02:00
2026-04-28 13:03:28 +02:00
2026-04-23 13:28:12 -07:00
2026-04-27 19:29:19 +00:00
2026-04-28 08:46:13 -07: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-27 18:48:57 -07:00
2026-04-26 17:18:09 -07:00
2026-04-27 18:48:57 -07:00
2026-04-26 15:10:53 -07:00
2026-04-28 09:29:57 -07:00
2026-03-12 00:35:21 -07:00
2026-04-23 18:57:13 -07:00
2026-04-26 17:18:09 -07:00
2026-04-20 22:39:17 -07:00
2026-04-26 15:10:53 -07:00
2026-04-26 15:10:53 -07:00
2026-04-27 16:50:10 -07:00
2026-04-26 17:43:32 -07:00
2026-04-27 13:41:27 -07:00
2026-04-26 22:11:49 -07:00
2026-04-20 11:23:00 +01:00
2026-04-20 11:23:00 +01:00
2026-01-08 15:07:30 +00:00
2026-04-17 00:51:21 +00:00
2026-04-28 08:46:13 -07:00
2026-04-23 07:33:57 +00:00
2026-04-28 13:03:28 +02:00
2026-04-26 15:30:40 -07:00
2026-04-28 13:03:28 +02:00
2026-04-23 17:14:02 -07:00
2026-04-26 15:06:42 -07:00
2026-03-27 19:00:44 -07:00
2026-04-28 16:36:59 +00:00
2026-04-27 20:42:10 -04:00
2026-04-26 13:29:54 -07:00
2026-04-17 18:34:06 +08:00
2026-04-21 14:30:55 -07:00
2026-03-12 08:16:36 -07:00
2026-04-03 00:33:34 -07:00
2026-04-27 16:01:05 +02: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-27 03:18:57 +00:00
2026-04-24 17:49:29 -07:00
2026-04-13 10:26:51 -07:00
2026-04-15 11:34:27 -07:00
2026-04-22 06:10:09 -04:00
2026-04-27 11:00:27 -07:00
2026-04-26 17:18:09 -07:00
2026-04-23 10:17:09 -07:00
2026-04-20 14:04:09 -07:00
2026-04-20 15:43:20 -07:00
2026-04-16 14:30:57 -07:00
2026-04-01 23:06:24 -07:00
2026-04-14 14:26:10 -07:00
2026-04-28 13:03:28 +02:00
2026-04-27 13:41:27 -07:00
2026-04-26 15:30:40 -07:00
2026-04-26 13:29:54 -07:00
2026-04-26 13:29:54 -07:00
2026-04-20 22:39:17 -07:00
2026-04-03 00:33:34 -07:00
2026-04-17 16:18:53 +00:00
2026-02-10 17:03:46 -08:00
2026-04-14 14:26:10 -07:00
2026-04-20 15:15:05 +01: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-21 10:22:36 -07:00
2026-04-14 14:26:10 -07:00
2026-04-07 08:03:35 -07:00
2026-04-26 17:18:09 -07:00
2026-04-27 16:01:05 +02:00
2026-04-24 04:28:25 +00:00
2026-04-28 13:03:28 +02:00
2026-04-28 13:03:28 +02:00
2026-04-26 17:18:09 -07: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-28 16:36:59 +00:00
2026-04-28 16:36:59 +00:00
2026-04-28 16:36:59 +00:00
2026-04-28 16:36:59 +00:00
2026-04-15 21:48:05 +00:00
2026-04-20 22:39:17 -07:00
2026-04-20 22:39:17 -07:00
2026-04-20 10:27:01 -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