From 9ef7b72d70e44342011060179ea747bf02ccca47 Mon Sep 17 00:00:00 2001 From: Daniel <57051444+daniel-lxs@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:41:09 -0500 Subject: [PATCH] Update history.ts Co-authored-by: Seth Miller --- packages/types/src/history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/src/history.ts b/packages/types/src/history.ts index 2bb79be1bc..93ac9bdf4c 100644 --- a/packages/types/src/history.ts +++ b/packages/types/src/history.ts @@ -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(),