Skip to content

fix(deps): update dependency ai to ^6.0.224 #2325

fix(deps): update dependency ai to ^6.0.224

fix(deps): update dependency ai to ^6.0.224 #2325

Triggered via pull request July 13, 2026 23:38
Status Failure
Total duration 29s
Artifacts

type-check.yml

on: pull_request
TypeScript Type Check
27s
TypeScript Type Check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
TypeScript Type Check
Process completed with exit code 2.
TypeScript Type Check: src/features/assistant/contexts/chat-context.tsx#L65
Argument of type 'UIMessage<unknown, UIDataTypes, UITools>[]' is not assignable to parameter of type 'UIMessage<unknown, UIDataTypes, UITools>[] | ((messages: UIMessage<unknown, UIDataTypes, UITools>[]) => UIMessage<unknown, UIDataTypes, UITools>[])'.
TypeScript Type Check: src/features/assistant/contexts/chat-context.tsx#L43
Type '(messages: UIMessage<unknown, UIDataTypes, UITools>[] | ((messages: UIMessage<unknown, UIDataTypes, UITools>[]) => UIMessage<unknown, UIDataTypes, UITools>[])) => void' is not assignable to type '(messages: UIMessage<unknown, UIDataTypes, UITools>[]) => void'.