coderabbitai / ai-pr-reviewer

AI-based Pull Request Summarizer and Reviewer with Chat Capabilities.
https://coderabbit.ai
MIT License
1.41k stars 258 forks source link

<img src="https://avatars.githubusercontent.com/in/347564?s=41" alt="Image description" width="20" height="20"> CodeRabbit #450

Closed imdatkid125 closed 10 months ago

imdatkid125 commented 10 months ago
          <img src="https://avatars.githubusercontent.com/in/347564?s=41" alt="Image description" width="20" height="20">   CodeRabbit

High-level Summary

The changes primarily involve rebranding and renaming references from openai to coderabbit. This includes updates in URLs, file paths, conversation prompts, and PR reviewer names. Additionally, new features for handling in-progress status are introduced, and the ignore keyword is updated. The external interface of the code is altered by changing the bot mention used throughout the codebase.

Files Summary
README.md, action.yml References to openai are replaced with coderabbit. The GitHub Action's name, description, branding icon, and author are updated. The system message now reflects that the AI model is called @coderabbitai.
src/commenter.ts, src/review.ts, src/review-comment.ts Changes include updating comment tags, introducing new tags for in-progress status, and modifying the ignore keyword. A new variable existingSummarizeCmtBody is added. The summary message is updated to indicate it's generated by CodeRabbit. The bot mention used in the codebase is changed from '@openai' to '@coderabbitai'.

Notes ### Chat with Image description CodeRabbit Bot (`@coderabbitai`) - Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file. - Invite the bot into a review comment chain by tagging `@coderabbitai` in a reply. ### Code suggestions - The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned. - You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off. ### Ignoring further reviews - Type `@coderabbitai: ignore` anywhere in the PR description to ignore further reviews from the bot.
Files not reviewed due to simple changes (1) ### Skipped review in the recent run * action.yml

Originally posted by @github-actions[bot] in https://github.com/coderabbitai/ai-pr-reviewer/issues/389#issuecomment-1657251784