-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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
Fix execute_command coming from plugins #4729
Fix execute_command coming from plugins #4729
Conversation
✅ Deploy Preview for auto-gpt-docs canceled.
|
319d3ea
to
da50c3b
Compare
feb00e5
to
4c11b14
Compare
You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4729 +/- ##
==========================================
- Coverage 71.32% 71.14% -0.18%
==========================================
Files 68 68
Lines 3309 3251 -58
Branches 528 516 -12
==========================================
- Hits 2360 2313 -47
+ Misses 787 775 -12
- Partials 162 163 +1
☔ View full report in Codecov by Sentry. |
4c11b14
to
8e5821c
Compare
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
8e5821c
to
a725520
Compare
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged. |
Background
There was a regression introduced recently for plugins. Issue Significant-Gravitas/Auto-GPT-Plugins#202
Changes
Fix the plugin issue by changing the args to the execute_command function
Documentation
Test Plan
PR Quality Checklist