Zhichao Li 8d134899f3
fix: denormalize CLI time_to_first_chunk into ttft_ms column
The CLI runtime emits `github.copilot.time_to_first_chunk` (seconds) on
chat spans, while the foreground extension uses
`copilot_chat.time_to_first_token` (ms). The SQLite store only checked
the foreground attribute, leaving ttft_ms NULL for CLI background agent
spans.

Add a `_ttftMs()` helper that coalesces both attributes with unit
conversion (seconds → ms) so the denormalized column is always populated.
2026-04-17 16:16:35 -07:00
..
2026-03-26 09:35:55 -07:00
2026-04-08 20:49:29 -07:00
2026-04-08 20:49:29 -07:00
2026-03-26 09:35:55 -07:00
2026-03-26 09:35:55 -07:00
2026-04-08 20:49:29 -07:00
2026-03-26 09:35:55 -07:00
2026-04-08 20:49:29 -07:00
2026-04-08 20:49:29 -07:00
2026-04-08 20:49:29 -07:00
2026-03-26 09:35:55 -07:00
2026-03-25 23:59:23 -07:00