-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat: Enable new prompt input while waiting for an answer #6676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
feat: Enable new prompt input while waiting for an answer #6676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enables users to type new prompts while waiting for responses from the chat agent by removing the textarea disable behavior and updating send conditions.
- Removed textarea disabling when streaming content is active
- Modified prompt sending logic to prevent sending while agent is generating responses
- Updated conditional formatting for better code readability
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Hello @LazyYuuki. I'd appreciate your feedback when you get a chance. |
Describe Your Changes
Fixes Issues
Self Checklist