mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update history.ts
Co-authored-by: Seth Miller <sethmillerp@gmail.com>
This commit is contained in:
parent
0884d158bc
commit
9ef7b72d70
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export const historyItemSchema = z.object({
|
|||
parentTaskId: z.string().optional(),
|
||||
number: z.number(),
|
||||
ts: z.number(),
|
||||
title: z.string().optional(),
|
||||
title: z.string().max(255).optional(),
|
||||
task: z.string(),
|
||||
tokensIn: z.number(),
|
||||
tokensOut: z.number(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue