You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- bump zod 3.25 -> 4.4.3 (AI SDK v6 supports zod 4; dedupes with json-render's
zod so they share one instance, removing the cross-instance type mismatch)
- v4 breaking changes fixed in app code: required_error/invalid_type_error ->
error (extensions/news/persona models); ZodError.errors -> .issues (5 services)
- genui: import z from 'zod'. Catalog still cast `as any` because json-render's
defineCatalog types props as a branded SchemaType, stricter than its public
z.object() usage (unrelated to the zod instance, so zod 4 doesn't remove it)
- route: drop today/isoDate from the system prompt (main #135 moved time to a
tool; the ported get_current_time tool now provides it)
next build passes. The vitest suite has pre-existing + new zod-4 type errors to
clean up before merging to main.
0 commit comments