Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions code-reviews/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Stay up to date with the latest changes to kluster.ai Code Reviews. This page li

::timeline::

- title: Azure DevOps support for PR bot
sub_title: "2026-03-31"
content: Added Azure DevOps support for PR bot.

- title: Azure DevOps support for repository reviews
sub_title: "2026-03-31"
content: Added Azure DevOps support for repository reviews.

- title: Pause reviews during AI-assisted workflows
sub_title: "2026-03-25"
content: Added the ability to pause kluster reviews during AI-assisted workflows.
Expand Down
3 changes: 3 additions & 0 deletions code-reviews/pr-reviews/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ You can set up the GitHub integration from the [PR Reviews](https://platform.klu

![GitHub App installation page with organization and repository selection](/images/code-reviews/pr-reviews/pr-reviews-github-04.webp)

!!! note "Trouble installing the GitHub App?"
If you run into issues while installing the kluster.ai GitHub App, refer to GitHub's guide on [reviewing and modifying installed GitHub Apps](https://docs.github.com/en/apps/using-github-apps/reviewing-and-modifying-installed-github-apps){target=\_blank} to check permissions and resolve common setup problems.

5. You are redirected back to the kluster.ai platform. The GitHub integration shows as **Installed** and is ready to review your pull requests automatically.

![GitHub integration showing Installed status on kluster.ai](/images/code-reviews/pr-reviews/pr-reviews-github-05.webp)
Expand Down
3 changes: 3 additions & 0 deletions code-reviews/repo-reviews/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Select your Git provider (GitHub, GitLab, or Bitbucket):

![Select Git provider modal](/images/code-reviews/repo-reviews/repo-reviews-setup-2.webp)

!!! note "Trouble connecting to GitHub?"
If your organization uses OAuth app access restrictions, you may need an org admin to approve the kluster.ai OAuth app before it can access your repositories. Refer to GitHub's guide on [approving OAuth apps for your organization](https://docs.github.com/en/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization){target=\_blank} for details.

Then choose the repository you want to analyze:

![Select repository from dropdown](/images/code-reviews/repo-reviews/repo-reviews-setup-3.webp)
Expand Down
Loading