Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Conversation

@openhands-agent
Copy link
Collaborator

This pull request fixes #331.

The PR successfully addresses all requirements specified in the issue:

  1. The openhands-ai dependency was updated to version 0.13.1 in pyproject.toml
  2. The github microagent was properly disabled through configuration in resolve_issue.py using the AgentConfig's disabled_microagents parameter
  3. Tests are passing after the changes, including a fix for the MessageAction parameter name

The changes are minimal and focused, addressing the core conflict between the OpenHands github resolver workflow and the github microagent. The implementation correctly uses the new feature from openhands-ai 0.13.1 that allows disabling specific microagents.

Additionally, the bug fix for the MessageAction parameter name (images_urls → image_urls) ensures compatibility with the latest API changes in openhands-ai 0.13.1.

These changes should prevent any workflow conflicts while maintaining all existing functionality.

Automatic fix generated by OpenHands 🙌

@neubig neubig marked this pull request as ready for review November 13, 2024 01:59
Copy link
Contributor

@neubig neubig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good!

@neubig neubig merged commit 208b9c4 into main Nov 13, 2024
3 checks passed
@neubig neubig deleted the openhands-fix-issue-331 branch November 13, 2024 02:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable "github" microagent within github resolver

3 participants