Skip to content

Releases: freeedcom/ai-codereviewer

Support gpt-4-1106-preview

02 Dec 21:10
8dff117
Compare
Choose a tag to compare

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

Publish previous changes

02 Dec 16:56
bc0dab4
Compare
Choose a tag to compare

Fix commit diff reviews

31 Jul 15:38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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