mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
The Host session list already carries each session's `updatedAt`, which is the number its own rows show; reading it there keeps the two surfaces from disagreeing and avoids making a context capability depend on the BFF assembly that owns the `sessionListMetadata` projection. A session the list does not carry falls back to the candidate's creation time. Refs #3154