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
Duplicate UnmarshalJSON — codegen skips emitting UnmarshalJSON for types that already have one (from importer)
Importer discriminator detection — requires field in ≥2 variants, prefers most-common field. Fixes wrong discriminator (detail vs type) on unions like InputContent
Integer type fidelity — preserves int vs int64 in IR for correct constructor params
Constructor nullable params — *T fields correctly unwrap to T param type (was producing **T)