Skip to content

fix: HeadTab allows saving empty model name — causes runtime pipeline failure #314

@justn-hyeok

Description

@justn-hyeok

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/tuiTerminal UIbugSomething isn't workingpriority/highImportant improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions