From d371bff0ba95e7da8cd9f118e11d9b8a671d3452 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 18 Feb 2024 08:14:21 +0200 Subject: [PATCH] readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d7433f..11d3d5a8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Making pull requests less painful with an AI agent - [Why use PR-Agent?](#why-use-pr-agent) ## News and Updates -### Feb 15, 2024 +### 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. See [here](./docs/CI_FEEDBACK.md) for more details. @@ -43,6 +43,13 @@ Introducing the `CI Feedback` tool 💎. The tool automatically triggers when a +### Feb 18, 2024 +New ability - you can run `/ask` on specific lines of code in the PR from the PR's diff view. See [here](./docs/ASK.md#ask-lines) for more details. + + + +### Feb 18, 2024 +Introducing support for [Azure DevOps Webhooks](./Usage.md#azure-devops-webhook), as well as bug fixes and improved support for several commands. ### Feb 11, 2024 The `review` tool has been revamped, aiming to make the feedback clearer and more relevant, and better complement the `improve` tool.