From bb799ba127be9860c542e7b1eef5879f1eaf5187 Mon Sep 17 00:00:00 2001 From: Vitalii <4253348+vitalii4reva@users.noreply.github.com> Date: Fri, 3 Apr 2026 11:28:19 +0300 Subject: [PATCH 1/2] =?UTF-8?q?Add=20Git=20AutoReview=20=E2=80=94=20AI=20c?= =?UTF-8?q?ode=20review=20for=20VS=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/tools/git-autoreview.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/tools/git-autoreview.yml diff --git a/data/tools/git-autoreview.yml b/data/tools/git-autoreview.yml new file mode 100644 index 0000000000..a2bb9fdd86 --- /dev/null +++ b/data/tools/git-autoreview.yml @@ -0,0 +1,23 @@ +name: Git AutoReview +categories: + - linter +tags: + - javascript + - typescript + - python + - go + - java + - csharp + - ruby + - php + - security + - ci +types: + - ide +license: proprietary +homepage: "https://gitautoreview.com" +description: >- + AI code review extension for VS Code that runs three models + (Claude, GPT, Gemini) against pull requests to catch bugs, + security vulnerabilities, and performance issues. + Works with GitHub, GitLab, and Bitbucket repositories. From 07f8071ce63b35c70539db933586d16a6d7cb845 Mon Sep 17 00:00:00 2001 From: Vitalii <4253348+vitalii4reva@users.noreply.github.com> Date: Fri, 3 Apr 2026 11:37:24 +0300 Subject: [PATCH 2/2] fix: use ide-plugin type instead of ide --- data/tools/git-autoreview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tools/git-autoreview.yml b/data/tools/git-autoreview.yml index a2bb9fdd86..51ae0a4420 100644 --- a/data/tools/git-autoreview.yml +++ b/data/tools/git-autoreview.yml @@ -13,11 +13,11 @@ tags: - security - ci types: - - ide + - ide-plugin license: proprietary homepage: "https://gitautoreview.com" description: >- AI code review extension for VS Code that runs three models (Claude, GPT, Gemini) against pull requests to catch bugs, security vulnerabilities, and performance issues. - Works with GitHub, GitLab, and Bitbucket repositories. + Works with GitHub, GitLab, and Bitbucket repositories. \ No newline at end of file