OpenHands:bug fixes - chunhualiao/public-docs GitHub Wiki
overview
read help
- https://docs.all-hands.dev/modules/usage/getting-started
- https://deepwiki.com/search/how-should-one-use-openhands-t_3f1802b4-c145-44f5-8c10-27c90ee4c44f
bug fixing can be tricky and often requires more context. It’s helpful if you’ve already diagnosed the issue and just need OpenHands to handle the logic.
The email field in the /subscribe endpoint is rejecting .io domains. Fix this.
The search_widgets function in ./app.py is doing a case-sensitive search. Make it case-insensitive.
For bug fixing, test-driven development can be really useful. You can ask the agent to write a new test and iterate until the bug is fixed:
The hello function crashes on the empty string. Write a test that reproduces this bug, then fix the code so it passes.
Try to fix ROSE bugs
Directly ask it to install ROSE using the official ubuntu installation instructions
- NOW: wait for results