Update history.ts

Co-authored-by: Seth Miller <sethmillerp@gmail.com>
This commit is contained in:
Daniel 2026-01-19 09:41:09 -05:00 committed by Roo Code
parent 0884d158bc
commit 9ef7b72d70

View file

@ -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(),