-
Notifications
You must be signed in to change notification settings - Fork 6
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
Command ask #45
Command ask #45
Conversation
@gentlementlegen to test this you would have to change the config and specify a anthropic model in anthropicAiModel and rename the existing model to openAiModel |
heres the qa |
The QA doesn't show it working. Also this should be its own plugin. |
@0x4007 I thought showing the edge cases of when Claude gives a non json output, when review passes, when review fails was enough, is there any thing else I need to do to qa this I'll turn this into a standalone plugin in a bit |
No please read the spec carefully
|
Only converting this to a standalone plugin is left |
https://github.com/ishowvel/pull-precheck |
@gentlementlegen can i have a little help over here? |
i have tested the standalone plugin and everything works, i am just having a little difficulty setting up tests |
With ESM import order is very important and will define what / how modules are mocked. You should check the function is actually called, and if it is not your mocked function then you should figure out which import overrides your own mock by being called before you actually do mock the function. |
This isn't a new plugin. This is ask with added features. Ask code shouldn't be here at all. |
Resolves #45