This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Releases: coderabbitai/ai-pr-reviewer
Releases · coderabbitai/ai-pr-reviewer
Release 0.9.0
What's Changed
- Check for PR event by @harjotgill in #37
- fix list comments by @harjotgill in #38
- fix review list comments by @harjotgill in #39
Full Changelog: 0.8.0...0.9.0
Release 0.8.0
update openai api (#36)
Release 0.7.0
What's Changed
- limit the number of files that can be reviewed by this tool by @harjotgill in #27
- Bump @typescript-eslint/parser from 5.54.1 to 5.55.0 by @dependabot in #29
- allow max files no limit option by @harjotgill in #31
- Bump @types/node from 18.15.0 to 18.15.3 by @dependabot in #30
- add combine dependabot PRs workflow by @harjotgill in #32
- Fix pathfilter by @harjotgill in #33
Full Changelog: 0.6.0...0.7.0
Release 0.6.0
What's Changed
- Update prompt a bit by @harjotgill in #21
- Prevent organize imports to move fetch-polyfill.js by @harjotgill in #22
- Bump @jest/globals from 29.4.3 to 29.5.0 by @dependabot in #23
- Bump eslint-plugin-jest from 25.7.0 to 27.2.1 by @dependabot in #24
- reset summary conversation for each file by @harjotgill in #25
- fetch latest desccription before updating by @harjotgill in #26
Full Changelog: 0.5.0...0.6.0
Release. 0.5.0
What's Changed
- Bump node-fetch from 3.3.0 to 3.3.1 by @dependabot in #18
- Bump @typescript-eslint/parser from 5.54.0 to 5.54.1 by @dependabot in #17
- Bump @types/node from 18.14.6 to 18.15.0 by @dependabot in #16
- Bump prettier from 2.5.1 to 2.8.4 by @dependabot in #14
- Bump eslint from 8.35.0 to 8.36.0 by @dependabot in #15
- Add data usage disclaimer by @harjotgill in #19
- Rename repo - ChatGPT -> OpenAI by @harjotgill in #20
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: 0.4.0...0.5.0
Release 0.4.0
What's Changed
- add prettierc by @harjotgill in #9
- [ImgBot] Optimize images by @imgbot in #10
- remove code for proxy API by @harjotgill in #12
- refactor fetch-pollyfill by @harjotgill in #13
Full Changelog: 0.3.1...0.4.0
Release 0.3.1
Don't summarize large diffs (#8) New Feature: This pull request adds new methods to the `Commenter` class that allow for adding and removing a summary from the description field of a PR. It also modifies the `codeReview` function in `src/review.ts` to use these new methods. The changes are well-implemented and make the code more modular.
Release 0.3.0
refactor: provide summary to review stage, lower temperature to 0 (#6) <!-- This is an auto-generated comment: release notes by chatgpt --> ### Summary by ChatGPT Refactor: This pull request refactors the code to add a "Summary Stage" before the "Review Stage". The "Summary Stage" summarizes all the files in the pull request and adds the summary as a comment. The "Review Stage" is now responsible only for reviewing the code changes. <!-- end of auto-generated comment: release notes by chatgpt --> <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/fluxninja/chatgpt-pr-reviewer/6) <!-- Reviewable:end -->
Release 0.2.0
fix split_patch
Release 0.1.0
rename action