Open
Conversation
…ates (OpenHands#8617) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: amanape <83104063+amanape@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
…config (OpenHands#8620) Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Robert Brennan <contact@rbren.io>
… api key conversations (OpenHands#8626)
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
…in the version-all group (OpenHands#8611) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
…rmation (OpenHands#8558) Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: mamoodi <mamoodiha@gmail.com>
…nds#8634) Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: tofarr <tofarr@gmail.com> Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com>
…8264) Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Engel Nyst <enyst@users.noreply.github.com> Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
Co-authored-by: openhands <openhands@all-hands.dev>
…penHands#8635) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: amanape <83104063+amanape@users.noreply.github.com>
…nHands#8660) Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: czlll <gangda@huaihe.usc.edu> Co-authored-by: Hoang Tran <descience.thh10@gmail.com>
…xt dependency (OpenHands#8659) Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: openhands <openhands@all-hands.dev>
…ervation when visualized in frontend (OpenHands#8644) Co-authored-by: openhands <openhands@all-hands.dev>
… converted port string
… DockerRuntime class
…mic port assignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✍️ Custom Changes in Fork
All recent customizations are tracked in the
upgrade-to-0.42.0branch of the DevSentient OpenHands fork.Key Modifications
Frontend UI Behavior
frontend/src/hooks/query/use-settings.tsAgent Startup Timeout
openhands/runtime/impl/action_execution/action_execution_client.pyCustom Docker Runtime Enhancements
openhands/runtime/impl/docker/docker_runtime.pyshak_init_container: Custom initialization logic and dynamic workspace path.vscode_url: Constructs VS Code exposure URLweb_hosts: Manages multi-host application exposure_attach_to_container: Custom logic for container attachmentclose: to cleanup the workspace on containerThese changes support enhanced startup control, URL generation for multi-host apps, and better lifecycle management of containers.
Give a summary of what the PR does, explaining any non-trivial design decisions
DockerRuntime Enhancements:
Configuration Adjustments:
Additional Fixes and Refactoring:
Link of any specific issues this addresses