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
HeadTab.tsx:28 defaults model to ''. editModel || head.model evaluates to '' || '' = ''. Config saved with model:'', passes zod z.string() but pipeline fails. Fix: validate non-empty before save.