feat(ui): add message timing metrics#357
feat(ui): add message timing metrics#357pascalandr wants to merge 1 commit intoNeuralNomadsAI:devfrom
Conversation
|
I want you to perform the gatekeeper checks for latest PR state check for regressions |
|
Gatekeeper review for the latest PR state: What I reviewed
Findings
What I checked closely
Validation
Residual risk
Gatekeeper verdict
-- |
|
@pascalandr - Are these times provided by OpenCode or its being calculated in CodeNomad based on request and response? |
It does use an explicit part duration if one is present, but otherwise it is just derived from the timing metadata we have in the stream. |
|
Agreed, we can look at this PR once OC times are used |
Fixes #297
Summary
Why
The conversation UI already exposes when a response started, but it does not show how long the assistant spent responding or thinking.
Adding those metrics makes long responses easier to read without changing the streaming flow.
Validation