Add Visual Studio support and update changelog for releases#283
Conversation
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>
🤖 kluster.ai PR Review Summary⚡ Review this PR in 1/10 of the time — Try our new AI-powered code review experience 📋 PR SummaryThis 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 ClearNo issues detected in this PR.
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>
There was a problem hiding this comment.
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.
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>
|
Goes with papermoonio/kluster-mkdocs#174 |
🤖 kluster.ai PR Review Summary⚡ Review this PR in 1/10 of the time — Try our new AI-powered code review experience 📋 PR SummaryThis 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 ClearNo issues detected in this PR.
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 PR Review Summary⚡ Review this PR in 1/10 of the time — Try our new AI-powered code review experience 📋 PR SummaryThis 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 ClearNo issues detected in this PR.
Powered by kluster.ai - Real-Time AI code review in your IDE |
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:
installation.md.pick-your-workflow.md,review-modes.md, and related FAQ entries. [1] [2] [3] [4] [5] [6] [7] [8]Feature Announcements and Changelog:
User Onboarding and IDE-specific Guidance:
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
kluster-mkdocsrepo