mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
chore(cli): mark stats cost line
This commit is contained in:
committed by
Imanol Maiztegui
parent
9e419b3e86
commit
12e92fa247
@@ -214,7 +214,7 @@ export async function aggregateSessionStats(days?: number, projectFilter?: strin
|
||||
}
|
||||
}
|
||||
sessionModelUsage[modelKey].messages++
|
||||
sessionModelUsage[modelKey].cost += cost
|
||||
sessionModelUsage[modelKey].cost += cost // kilocode_change
|
||||
|
||||
if (message.info.tokens) {
|
||||
sessionTokens.input += message.info.tokens.input || 0
|
||||
|
||||
Reference in New Issue
Block a user