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
* Allow input during pending state in ct-prompt-input
Changes the ct-prompt-input component to match ChatGPT/Claude UX patterns
where users can continue typing and preparing their next message while
waiting for a response. Previously, the textarea was completely blocked
during pending state, which was frustrating for users.
Now during pending:
- Textarea remains fully interactive for typing and editing
- File upload button remains available
- Model picker stays disabled (to prevent reactive re-execution)
- Submit actions (Enter, Cmd/Ctrl+Enter, Send button) are blocked
- Stop button is shown to cancel the pending operation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Format pass
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments