From 3af870f0a5abb951ee3014a9498130f4aa73e0d1 Mon Sep 17 00:00:00 2001 From: Hans Elizaga Date: Mon, 12 May 2025 12:51:49 -0700 Subject: [PATCH] Update changelog to include new feature for CodeRabbit to explain complex code logic (#327) --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 24e903f..2fcf0cc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -483,7 +483,7 @@ Working as recursive autonomous agent, CodeRabbit uses shell scripts to perform Here are some uses cases: - Want to defer implementing the CodeRabbit suggestion to a later time? Ask the bot the create an issue -- Generate unit tests - comment `@coderabbitai generate unit tests` for the src/utils.ts +- Ask the bot to explain a complex piece of code - comment `@coderabbitai explain the logic in src/utils.ts` - In PR comments, ask the bot to gather insights on your repository including latest commits, frequently changed files, recent contributors etc - When the CodeRabbit review comment is addressed, let the bot know and it can validate with the latest commit