mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 12:51:17 -05:00
Add task history
This commit is contained in:
10
src/shared/HistoryItem.ts
Normal file
10
src/shared/HistoryItem.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type HistoryItem = {
|
||||
id: string
|
||||
ts: number
|
||||
task: string
|
||||
tokensIn: number
|
||||
tokensOut: number
|
||||
cacheWrites?: number
|
||||
cacheReads?: number
|
||||
totalCost: number
|
||||
}
|
||||
Reference in New Issue
Block a user