ai-codereviewer icon indicating copy to clipboard operation
ai-codereviewer copied to clipboard

AI Code Reviewer: Enhance your GitHub workflow with AI-powered code review! Get intelligent feedback and suggestions on pull requests using OpenAI's GPT-4 API, improving code quality and saving develo...

Results 37 ai-codereviewer issues
Sort by recently updated
recently updated
newest added

When I configure AI Code Reviewer to run against `gpt-4-0125-preview` (a turbo model), I get the following failure (sometimes on repeat, sometimes only once) in the `AI Code Reviewer` step...

I have implemented this in a repo with 10+ members, once someone opens a PR, the GPT reviewer comments with my name. Would it be useful to set a further...

Using this tool to configure custom rules could be a killer feature by allowing projects to teach the AI what the coding guidelines in a repo are. Is this planned?

It would be nice to support Azure GPT private instances which don't leak code inputs. There is an action from [Microsoft](https://github.com/microsoft/gpt-review), but we have tested it and comments are useless...

Are there any blogs or example showing how well using GPT4 for reviews works? Ideally using this action.

Just in case https://github.com/freeedcom/ai-codereviewer/pull/57 does not fully get to the bottom of the JSON parsing issue in Issue #56, this pull request adds some extra debug output. It also makes...

This pull request adds custom command support to the prompt passed to the LLM when asking it to review files. In a repository's workflow configuration file for AI Code Reviewer,...

This is a fix for Issue #56, ultimately caused by invalid JSON output being produced by the model, by forcing JSON mode on all supported models. Was previously only forced...

Hello, I find it very difficult to adjust this action to work in Github Enterprise. Did someone already did it? Help is needed. Thank you

There seems to be an error when submitting the review to github. Error log: ``` Error: RequestError [HttpError]: Unprocessable Entity: "Pull request review thread path is invalid and Pull request...