Skip to content

Releases: villesau/ai-codereviewer

Support gpt-4-1106-preview

02 Dec 21:10
8dff117

Choose a tag to compare

Supports gpt-4-1106-preview and json mode.

Publish previous changes

02 Dec 16:56
bc0dab4

Choose a tag to compare

Fix commit diff reviews

31 Jul 15:38

Choose a tag to compare

Commit diff reviews were broken for private repositories.

Thanks @lfsevergnini for the contribution: #14

Allow to define model name

31 Jul 15:27

Choose a tag to compare

This release allows to define OpenAI model to be used. Defaults to gpt-4, but can be used with gpt-3.5 too.

Thanks for lfsevergnini for contributing this!

Improve prompt to give less non-useful comments

23 Apr 20:11
012d1cd

Choose a tag to compare

This should hopefully reduce the amount of "please consider commenting the code" kind of suggestions.

Review only changed code

22 Apr 15:11
07b4e53

Choose a tag to compare

This release limits the scope the reviewer reviews. Previously it reviewed the whole pull request on every push. Now it only concentrates on changes since the previous push.

The reviewer also should no more ask user to add comments explaining the behaviour which it previously did a lot.

Ignore deleted files

02 Apr 15:00
32f7a83

Choose a tag to compare

This release ignores deleted files so that the reviewer does not fail on those.

More clear rule not to ask to comment on code

30 Mar 13:02
cc0ff7a

Choose a tag to compare

This hopefully reduces the amount of asking to add a comment about the purpose of the code.

More accurate line numbers and less compliments

28 Mar 08:52
9f3b507

Choose a tag to compare

This release aims to comment on more accurate line numbers and give less compliments.

Better line numbers & less chatty

27 Mar 23:09

Choose a tag to compare

  • Makes the reviewer to comment more correct line numbers
    • Might still miss the exact line by couple of lines, but comments mostly close enough
  • Makes the reviewer less chatty and more on-point