You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
493 B
Markdown
12 lines
493 B
Markdown
---
|
|
# claudbg-d3aj
|
|
title: Session statistics computation
|
|
status: todo
|
|
type: task
|
|
created_at: 2026-03-27T19:39:15Z
|
|
updated_at: 2026-03-27T19:39:15Z
|
|
parent: claudbg-mztt
|
|
---
|
|
|
|
Given a parsed list of SessionEntries, compute: total input/output/cache tokens (sum across all assistant message usage fields), tool call counts keyed by tool name, session duration (sum of durationMs from system messages with subtype=turn_duration), model (from first assistant message). Return a SessionStats struct.
|