Skip to content

Conversation

@bfollington
Copy link
Contributor

@bfollington bfollington commented Oct 31, 2025

  • Allow input during pending state in ct-prompt-input
  • Format pass

Summary by cubic

Allow typing and file uploads in ct-prompt-input while a chatbot reply is pending, aligning with ChatGPT/Claude UX and addressing CT-1024. Submit actions (Enter, Cmd/Ctrl+Enter, Send) are blocked during pending; the stop button remains available and the model picker stays disabled.

Written for commit 1546f48. Summary will update automatically on new commits.

bfollington and others added 2 commits October 31, 2025 11:05
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>
@linear
Copy link

linear bot commented Oct 31, 2025

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@bfollington bfollington merged commit 200cb65 into main Oct 31, 2025
9 checks passed
@bfollington bfollington deleted the ben/ct-1024-ct-prompt-input-blocks-input-while-pending branch October 31, 2025 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants