-
Notifications
You must be signed in to change notification settings - Fork 45.1k
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
Pass agent to commands instead of config #4645
Pass agent to commands instead of config #4645
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
991426f
to
6e99e67
Compare
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
6e99e67
to
fd5939d
Compare
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
@erik-megarad totally aligned, the commands will need the full context of the agent to make the best decision (message_history in particular) |
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
1 similar comment
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
4052468
to
51ef2d1
Compare
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
51ef2d1
to
797fbdf
Compare
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
797fbdf
to
265f1e6
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4645 +/- ##
==========================================
+ Coverage 68.86% 69.20% +0.34%
==========================================
Files 72 72
Lines 3597 3579 -18
Branches 578 569 -9
==========================================
Hits 2477 2477
+ Misses 928 920 -8
+ Partials 192 182 -10
☔ View full report in Codecov by Sentry. |
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
Background
When writing commands it's useful to have access to the entire
Agent
so that you can get AI config and workspace references. Additionally, it furthers our long-term goal of having multiple agents.Changes
agent
instead ofconfig
to commandsDocumentation
Test Plan
PR Quality Checklist