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
TUI task wizard: reliable textarea confirmation fallback (#13) — Tab now confirms every FormWizard step, including multiline Description fields. This keeps Enter available for textarea newlines while giving Windows, WSL, CMD, PowerShell, Git Bash, and terminals without reliable Ctrl+Enter support a deterministic way to finish the step.
Wizard hints updated for the new shortcut — text/select/multiselect steps now show Enter/Tab confirm; textarea steps show ⌘+Enter/Tab confirm on macOS and Ctrl+Enter/Tab confirm elsewhere.
Tests
Added component coverage for Tab confirmation in text, textarea, required textarea, and multiselect steps.
Added App-level coverage for creating a task with a textarea description confirmed by Tab.
Verified the fix manually in a real terminal PTY: task creation persisted the description after Tab confirmation.