-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Devin/1734193391 improve instructions UI #5598
base: main
Are you sure you want to change the base?
Devin/1734193391 improve instructions UI #5598
Conversation
- Add InstructionsPanel with tutorial link support - Add CreateInstructionsModal for PR creation - Add MicroagentsPanel with temporary and permanent buttons - Update ProjectMenuCard to integrate new components - Add i18n strings for new components Co-Authored-By: [email protected] <[email protected]>
- Add menu items for viewing and adding instructions - Add menu items for viewing and adding microagents - Add i18n strings for new menu items - Update ProjectMenuCard with new handlers Co-Authored-By: [email protected] <[email protected]>
- Add TypeScript interfaces for instructions and microagents - Add API methods for managing repository instructions - Add API methods for managing microagents - Follow existing patterns for API integration Co-Authored-By: [email protected] <[email protected]>
This PR is only partially implemented, much of the functionality is left as TODO. I will ask OpenHands to fix it and update the PR. |
@openhands-agent please reproduce the failing Python Unit Tests GitHub workflow, and iterate on a fix. |
I have fixed the linting issues in this PR. The following changes were made:
Please review the changes and let me know if any further modifications are needed. |
I have pushed the latest changes to the fork. The linting issues should now be resolved. Please review the changes and let me know if any further modifications are needed. |
I have resolved the merge conflicts and pushed the changes to the |
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
Link of any specific issues this addresses
Fixes: #5538