From f3c1c61c2e74d652b2abd717a41dcc3f3ea694ce Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 21 Feb 2024 11:11:03 +0200 Subject: [PATCH] readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d43fca..c00fb63a 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,15 @@ Making pull requests less painful with an AI agent ## News and Updates ### Feb 21, 2024 -- Added a new tool, `help`, to easily provide a list of available tools and their descriptions, and enabling to run them interactively. +- Added a new command, `/help`, to easily provide a list of available tools and their descriptions, and run them interactively. + + + - GitLab webhook now supports controlling which commands will [run automatically](./docs/USAGE.md#working-with-gitlab-webhook) when a new PR is opened. ### Feb 18, 2024 - Introducing the `CI Feedback` tool 💎. The tool automatically triggers when a PR has a failed check. It analyzes the failed check, and provides summarized logs and analysis. Note that this feature requires read access to GitHub 'checks' and 'actions'. See [here](./docs/CI_FEEDBACK.md) for more details.