Skip to content

Releases: Integral-Healthcare/robin-ai-reviewer

Simplified prompt

04 Jun 16:00
1bae22a
Compare
Choose a tag to compare

This update includes a simplified prompt and stricter instructions on the code block.

Ignored files parameter

17 May 20:36
fce9695
Compare
Choose a tag to compare

Introducing a new parameter files_to_ignore which is a space delimited string of file paths. Now you can skip over config and package file changes.

Fail on bad GPT response

12 May 03:00
cec79fc
Compare
Choose a tag to compare

Some users were reporting null response comments in their PRs. We're now logging bad GPT response and failing the action when this happens, so users can more easily diagnose the issue.

Feedback Score from 1-100

11 May 21:55
3cee026
Compare
Choose a tag to compare

Updates include:

  • ignoring file deletions
  • dropping letter grades
  • omitting code blocks for code w/o suggestions
  • ignoring config files

Model Name Parameter

10 May 21:08
f32ea29
Compare
Choose a tag to compare

Updates:

  • optional GPT model name parameter
  • adjust initial chat prompt
  • readme updates and improvements

Verify all env vars

10 May 18:53
f83e0bc
Compare
Choose a tag to compare

Updates:

  • fail unless all env vars are set correctly
  • updates to project readme

First release

10 May 16:27
a218bdb
Compare
Choose a tag to compare

This is the first release. It's possible there is a lingering bug only found post-release, but this change:

  • grades open PRs
  • suggests improvements
  • gives a code block suggestion