Skip to content
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

fix: text input can be edited even if not yet initialized #928

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

Sparkier
Copy link
Collaborator

@Sparkier Sparkier commented Apr 8, 2024

Clicking the send button is still only possible once initialized.

fix #859

Clicking the send button is still only possible once initialized.
@enyst enyst merged commit 3c4b3ed into All-Hands-AI:main Apr 8, 2024
@enyst
Copy link
Collaborator

enyst commented Apr 8, 2024

Thank you!

@zhonggegege
Copy link

I do not understand. Failure to initialize effectively means that the program cannot run properly, so I think it‘s reasonable to be unable to input without initializing the input box. This makes it easier for us to observe whether the program starts normally.

@Sparkier
Copy link
Collaborator Author

Sparkier commented Apr 9, 2024

I do not understand. Failure to initialize effectively means that the program cannot run properly, so I think it‘s reasonable to be unable to input without initializing the input box. This makes it easier for us to observe whether the program starts normally.

Why would you prevent users entering text for that? It makes sense that they can't submit/send it, but not being able to enter is relatively annoying.

lehcode pushed a commit to lehcode/oppendevin that referenced this pull request Apr 10, 2024
…AI#928)

Clicking the send button is still only possible once initialized.
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.

Allow entering text while the agent starts up
3 participants