Replies: 1 comment
-
|
Hey @carlost, really appreciate you flagging this! You were totally right — the We've gone ahead and removed the
This also takes care of the concerns you raised in #135 about the same plugin. Thanks for helping make the marketplace better! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if i am being dense, but what is the purpose of this instruction?
it looks like a GH workflow (which exports a OPENAI_API_KEY ENV var) that calls a
scripts/ai_review.pyscript.Looks like the next section then defines the
ai_review.pyscript, but it uses the ANTHROPIC_API_KEY env var.This seems like it might make more sense in the cicd-automation plugin, or prehaps in a separate command in the ai-review plugin, instead of loading this up in context every time you wanted to perform a code review.
I am sure that I am missing something here.
Beta Was this translation helpful? Give feedback.
All reactions