From f1fe2563f4666ac248896af14e2e92884273b57a Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 29 Jan 2024 11:22:46 +0200 Subject: [PATCH] s --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29043fe5..0ba5dc27 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ CodiumAI PR-Agent is an open-source tool to help efficiently review and handle p | | [Global configuration](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#global-configuration-file-) 💎 | :white_check_mark: | :white_check_mark: | :white_check_mark: | - 💎 means this feature is available only in [PR-Agent Pro](https://www.codium.ai/pricing/) - Support for additional git providers is described in [here](./docs/Full_environments.md) -- ___ ‣ **Auto Description ([`/describe`](./docs/DESCRIBE.md))**: Automatically generating PR description - title, type, summary, code walkthrough and labels. @@ -115,7 +114,8 @@ ___ ‣ **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.