OpenHands:bug fixes - chunhualiao/public-docs GitHub Wiki

OpenHands>

overview

read help

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