All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.37k stars 4.23k forks source link

[Resolver] Invoking resolver when macro is present anywhere in comment body #5197

Closed malhotra5 closed 2 days ago

malhotra5 commented 3 days ago

End-user friendly description of the problem this fixes or functionality that this introduces


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

Previously the resolver would only be trigger if the comment body started with the target macro. This PR ensures that the resolver gets triggered when the target macro is present anywhere in the comment body.


Link of any specific issues this addresses

5184

enyst commented 3 days ago

This is great to have, thank you! I doubt many people remember it has to be at the beginning 😅