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) confirmation mode bugfix for the EventStreamRuntime #3695

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

mbalunovic
Copy link
Contributor

@mbalunovic mbalunovic commented Sep 2, 2024

Short description of the problem this fixes or functionality that this introduces. This may be used for the CHANGELOG

Fixes the bug noticed in #3684 which appears because new EventStreamRuntime did not have handling confirmation mode options during running of the actions.


Give a summary of what the PR does, explaining any non-trivial design decisions

PR implements checking of confirmation mode for EventStreamRuntime with the same conditions that were used in Runtime: https://github.com/All-Hands-AI/OpenHands/blob/main/openhands/runtime/runtime.py#L128


Link of any specific issues this addresses
Resolves #3684

Copy link
Collaborator

@amanape amanape left a comment

Choose a reason for hiding this comment

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

Checks out, thank you!

@amanape amanape enabled auto-merge (squash) September 2, 2024 12:46
@amanape amanape merged commit f979d61 into All-Hands-AI:main Sep 2, 2024
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.

[Bug]: Confirmation mode does not work as it is supposed to
2 participants