Skip to content

Add Visual Studio support and update changelog for releases#283

Merged
albertov19 merged 5 commits into
mainfrom
albertov19/visual-studio-support
Apr 27, 2026
Merged

Add Visual Studio support and update changelog for releases#283
albertov19 merged 5 commits into
mainfrom
albertov19/visual-studio-support

Conversation

@albertov19

Copy link
Copy Markdown
Collaborator

Description

This pull request introduces official support and documentation for the kluster.ai extension in Microsoft Visual Studio, including installation instructions, compatibility updates, and integration details with GitHub Copilot Chat. The documentation now lists Visual Studio as a fully supported IDE across all relevant pages and highlights new features, such as per-repo PR review controls and CSV export for repo reviews.

Visual Studio Integration and Documentation:

  • Added comprehensive installation and login instructions for the kluster.ai Visual Studio extension, including screenshots and Copilot Chat integration steps in installation.md.
  • Updated all compatibility tables and lists to include Visual Studio as a supported IDE for both human-written and AI-generated code reviews in pick-your-workflow.md, review-modes.md, and related FAQ entries. [1] [2] [3] [4] [5] [6] [7] [8]

Feature Announcements and Changelog:

  • Announced the Visual Studio extension release, filtering/CSV export for repo reviews, and per-repo PR review controls in the changelog.

User Onboarding and IDE-specific Guidance:

  • Added Visual Studio-specific installation and configuration callouts and quick links to all IDE extension selection panels and onboarding flows, including AI and human review documentation. [1] [2] [3] [4]

These updates ensure users can easily install, configure, and use kluster.ai within Visual Studio, and are informed of new repo review features and per-repo controls.

Checklist

  • Required - I have added a label to this PR 🏷️
  • Required - I have run my changes through Grammarly
  • If pages have been moved, I have created redirects in the kluster-mkdocs repo

albertov19 and others added 2 commits April 27, 2026 19:37
Documents three product releases shipped on 2026-04-27:
- Filtering controls and CSV export for repo reviews
- Per-repo PR Reviews controls (enable/disable, branch triggers)
- Visual Studio support

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds a new Visual Studio tab to the IDE extensions install page,
mirroring the JetBrains tab structure (in-IDE Marketplace search,
no URL handler, browser sign-in with API-key fallback).

Includes:
- Visual Studio install tab in code-reviews/get-started/installation.md
  with Node.js prerequisite, install steps, manual panel reveal tip,
  sign-in flow, API-key alternative, Copilot Chat tools enablement,
  and uninstall steps.
- 5 install screenshots under
  images/code-reviews/get-started/installation/visualstudio/.
- Visual Studio added to IDE compatibility lists in pick-your-workflow,
  review-modes, faq, and the four ide-reviews grid pages.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 27, 2026 19:41
@albertov19 albertov19 added A0 - New Content Pull request contains new content pages B0 - Needs Review Pull request is ready for review C1 - Medium Medium priority task labels Apr 27, 2026
@kluster-ai

kluster-ai Bot commented Apr 27, 2026

Copy link
Copy Markdown

🤖 kluster.ai PR Review Summary

Review this PR in 1/10 of the time — Try our new AI-powered code review experience

📋 PR Summary

This PR adds support for Visual Studio by introducing a new extension and updating various documentation pages. The changelog is updated to reflect the release of the Visual Studio extension with instant and deep code reviews and GitHub Copilot Chat integration. The FAQ and other documentation pages are modified to include Visual Studio in the list of supported IDEs. Installation instructions for the Visual Studio extension are added, including steps for installation, login, and configuration with GitHub Copilot Chat. The changes also include new images to illustrate the installation process in Visual Studio. Overall, this PR enables kluster.ai's code review capabilities in the Visual Studio environment.

✅ All Clear

No issues detected in this PR.


⚠️ Warning: We haven't found any reviews performed on this branch from the IDE. Make sure to install the IDE and CLI integrations to catch issues earlier and accelerate your development workflow.

Powered by kluster.ai - Real-Time AI code review in your IDE

The kluster.ai Visual Studio extension is only available for Windows x64.
Surface this as a prerequisite in the install tab (alongside the existing
Node.js requirement) and in the changelog entry.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Code Reviews documentation to add official Microsoft Visual Studio IDE support, including installation/login steps, compatibility lists across workflows, and release notes announcing the new extension and related repo review features.

Changes:

  • Added a new Visual Studio install tab to the installation guide (with screenshots) and linked it from IDE review pages.
  • Updated compatibility lists/tables to include Visual Studio across human-written and AI-generated review modes.
  • Added changelog entries announcing Visual Studio support plus repo review filtering/CSV export and per-repo PR Reviews controls.

Reviewed changes

Copilot reviewed 9 out of 14 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
images/code-reviews/get-started/installation/visualstudio/visualstudio-integration-3.webp Adds a Visual Studio installation screenshot used by the new install docs.
code-reviews/review-modes.md Includes Visual Studio in the in-editor integration description and compatibility lists.
code-reviews/ide-reviews/human-written-code/on-demand-reviews.md Adds a Visual Studio card with an install link.
code-reviews/ide-reviews/human-written-code/automatic-reviews.md Adds a Visual Studio card with an install link.
code-reviews/ide-reviews/ai-generated-code/on-demand-reviews.md Adds a Visual Studio card with an install link.
code-reviews/ide-reviews/ai-generated-code/automatic-reviews.md Adds a Visual Studio card with an install link.
code-reviews/get-started/pick-your-workflow.md Updates “Compatible with” sections to include Visual Studio.
code-reviews/get-started/installation.md Adds a dedicated Visual Studio tab with setup, login, Copilot Chat tool enablement, and uninstall steps.
code-reviews/faq.md Adds Visual Studio to supported IDE lists and AI-generated review compatibility text.
code-reviews/changelogs.md Adds April 2026 entries announcing Visual Studio support and new repo review/PR review controls.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread code-reviews/ide-reviews/human-written-code/on-demand-reviews.md
Comment thread code-reviews/ide-reviews/human-written-code/automatic-reviews.md
Comment thread code-reviews/ide-reviews/ai-generated-code/on-demand-reviews.md
Comment thread code-reviews/ide-reviews/ai-generated-code/automatic-reviews.md
Comment thread code-reviews/get-started/installation.md
The four Visual Studio install links in the ide-reviews grid cards
pointed to /code-reviews/get-started/installation/#__tabbed_1_4. The
positional MkDocs Material tab anchor is fragile (would break if tab
order changes) and inconsistent with the other 5 IDE grid cards on
the same pages, which all link to the bare installation URL.

The homepage tile in home.html intentionally keeps its positional
anchor since all IDE tiles there follow that pattern.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@albertov19

Copy link
Copy Markdown
Collaborator Author

Goes with papermoonio/kluster-mkdocs#174

@kluster-ai

kluster-ai Bot commented Apr 27, 2026

Copy link
Copy Markdown

🤖 kluster.ai PR Review Summary

Review this PR in 1/10 of the time — Try our new AI-powered code review experience

📋 PR Summary

This PR adds support for Visual Studio (Windows x64 only) to kluster.ai Code Reviews. It introduces a new extension for Visual Studio, enabling instant and deep code reviews, as well as GitHub Copilot Chat integration. The changes update various documentation pages to include Visual Studio in the list of supported IDEs and provide installation instructions for the new extension. The PR also adds new changelog entries to reflect the addition of Visual Studio support, filtering and CSV export for repo reviews, and per-repo PR Reviews controls. Overall, this PR expands kluster.ai's compatibility and functionality to better serve developers using Visual Studio.

✅ All Clear

No issues detected in this PR.


⚠️ Warning: We haven't found any reviews performed on this branch from the IDE. Make sure to install the IDE and CLI integrations to catch issues earlier and accelerate your development workflow.

Powered by kluster.ai - Real-Time AI code review in your IDE

Every "Install for [tool]" card on the four ide-reviews pages now
deep-links to its specific install tab on installation.md. IDE
extensions group: __tabbed_1_1 through __tabbed_1_6 (VS Code, Cursor,
JetBrains, Visual Studio, Windsurf, Antigravity). Terminal tools
group: __tabbed_2_1 (Claude Code), __tabbed_2_2 (Codex CLI).

Reverses the previous "drop the anchor" approach: deep-linking to
the right tab is preferable UX even though MkDocs Material tab IDs
are positional. If tab order changes in installation.md, sync these
references at the same time.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kluster-ai

kluster-ai Bot commented Apr 27, 2026

Copy link
Copy Markdown

🤖 kluster.ai PR Review Summary

Review this PR in 1/10 of the time — Try our new AI-powered code review experience

📋 PR Summary

This PR adds support for Visual Studio (Windows x64 only) to the kluster.ai Code Reviews documentation and updates various sections to reflect the new integration. It includes installation instructions for the Visual Studio extension, mentions Visual Studio in compatibility lists, and adds images to illustrate the installation process. The changes aim to provide a comprehensive guide for users to integrate kluster.ai with Visual Studio, enabling features like instant and deep code reviews and GitHub Copilot Chat integration.

✅ All Clear

No issues detected in this PR.


⚠️ Warning: We haven't found any reviews performed on this branch from the IDE. Make sure to install the IDE and CLI integrations to catch issues earlier and accelerate your development workflow.

Powered by kluster.ai - Real-Time AI code review in your IDE

@albertov19 albertov19 merged commit 8046778 into main Apr 27, 2026
7 checks passed
@albertov19 albertov19 deleted the albertov19/visual-studio-support branch April 27, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A0 - New Content Pull request contains new content pages B0 - Needs Review Pull request is ready for review C1 - Medium Medium priority task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants