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 stop button functionality #6961

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

neubig
Copy link
Contributor

@neubig neubig commented Feb 26, 2025

This PR is aiming to fix the stop button functionality #6848

It

  • refactors bash command processing
  • adds a new method get_running_processes() to the BashSession class.

To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:92b919c-nikolaik   --name openhands-app-92b919c   docker.all-hands.dev/all-hands-ai/openhands:92b919c

@neubig neubig changed the title Neubig/refactor bash command processing Refactor bash command processing Feb 26, 2025
@neubig neubig changed the title Refactor bash command processing Refactor bash command processing and add get_running_processes method Feb 27, 2025
@neubig neubig added this to the 2025-02 milestone Feb 28, 2025
@neubig neubig changed the title Refactor bash command processing and add get_running_processes method Fix stop button functionality Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants