-
Notifications
You must be signed in to change notification settings - Fork 203
feat: Add Grok agent support to the VibeKit CLI #228
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
feat: Add Grok agent support to the VibeKit CLI #228
Conversation
|
@MetcalfeTom is attempting to deploy a commit to the Superagent Team on Vercel. A member of the Team first needs to authorize it. |
|
@MetcalfeTom thank you for the PR will get it merged |
|
@MetcalfeTom I guess we can add this now? |
|
@homanp Seems not, there was a subsequent upstream change which caused another dependency issue :( It seems that I can take another stab at this, do you have any thoughts on a solution? |
hmm, not sure. have to look into it as well. |
|
@homanp I can build the
🎉 My guess is that number 2 is the better option to match the ts configuration here. Would you be open to build with |
Option 2 works! |
|
@homanp ready! 👉 superagent-ai/grok-cli#78 |
I merged and published a new version |
homanp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, would you mind adding a grok.test.ts as well to the /test folder? It can be similar to claude.test.ts
|
@homanp there is already a test on main, I guess it wasn't removed https://github.com/superagent-ai/vibekit/blob/main/test%2Fgrok.test.ts |
|
@MetcalfeTom new versions of |
This PR re-enables the
vibekit grokcommand. Support for this agent appears to have been removed during a previous refactor, and this change restores the agent wrapper, CLI command, and all related documentation.This change is dependent on an upstream fix in the @vibe-kit/grok-cli repository to resolve a runtime error.
Related PR: superagent-ai/grok-cli#77
Checklist
[x] I tested my changes
[x] I reviewed my own code