From 2bebfba4b68566819cbd31054106fa8047c5f769 Mon Sep 17 00:00:00 2001 From: Tal Date: Sun, 28 Jan 2024 20:39:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85a4067f..4bd2c06d 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ CodiumAI PR-Agent is an open-source tool to help efficiently review and handle p ‣ **Analyze 💎 ([`/analyze`](./docs/Analyze.md))**: Automatically analyzes the PR, and presents changes walkthrough for each component. \ ‣ **Custom Suggestions 💎 ([`/custom_suggestions`](./docs/CUSTOM_SUGGESTIONS.md))**: Automatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user. +\ +‣ **Generate Tests 💎 ([`/test component_name`](./docs/TEST.md))**: Automatically generates unit tests for a selected component, based on the PR code changes. See the [Installation Guide](./INSTALL.md) for instructions on installing and running the tool on different git platforms.