Skip to content
Merged
27 changes: 27 additions & 0 deletions .snippets/code/code-reviews/ide-reviews/pause-reviews.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<div data-termynal>
<span data-ty>╭─── Claude Code v2.1.87 ────────────────────────────╮</span>
<span data-ty>│                                                    │</span>
<span data-ty>│               Welcome back kluster.ai!             │</span>
<span data-ty>│                                                    │</span>
<span data-ty>│                     ▐▛███▜▌                        │</span>
<span data-ty>│                    ▝▜█████▛▘                       │</span>
<span data-ty>│                      ▘▘ ▝▝                         │</span>
<span data-ty>│                                                    │</span>
<span data-ty>│  Opus 4.6 · Claude Max · kluster's Organization    │</span>
<span data-ty>│                      /workspace                    │</span>
<span data-ty>╰────────────────────────────────────────────────────╯</span>
<span data-ty></span>
<span data-ty="input" data-ty-prompt="❯ "> pause kluster</span>
<span data-ty></span>
<span data-ty>● Pausing kluster reviews...</span>
<span data-ty></span>
<span data-ty>● kluster-verify — kluster_review_pause (MCP)(action: "pause")</span>
<span data-ty></span>
<span data-ty> ⎿ kluster code review has been paused for 1 hour for this</span>
<span data-ty> project. Reviews will resume automatically after 60</span>
<span data-ty> minutes. To re-enable sooner, type "resume kluster".</span>
<span data-ty></span>
<span data-ty>● kluster reviews have been paused for 1 hour. Automated code</span>
<span data-ty> reviews will resume automatically after that, or you can say</span>
<span data-ty> "resume kluster" to re-enable them sooner.</span>
</div>
25 changes: 25 additions & 0 deletions .snippets/code/code-reviews/ide-reviews/resume-reviews.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<div data-termynal>
<span data-ty>╭─── Claude Code v2.1.87 ────────────────────────────╮</span>
<span data-ty>│                                                    │</span>
<span data-ty>│               Welcome back kluster.ai!             │</span>
<span data-ty>│                                                    │</span>
<span data-ty>│                     ▐▛███▜▌                        │</span>
<span data-ty>│                    ▝▜█████▛▘                       │</span>
<span data-ty>│                      ▘▘ ▝▝                         │</span>
<span data-ty>│                                                    │</span>
<span data-ty>│  Opus 4.6 · Claude Max · kluster's Organization    │</span>
<span data-ty>│                      /workspace                    │</span>
<span data-ty>╰────────────────────────────────────────────────────╯</span>
<span data-ty></span>
<span data-ty="input" data-ty-prompt="❯ "> resume kluster</span>
<span data-ty></span>
<span data-ty>● Resuming kluster reviews...</span>
<span data-ty></span>
<span data-ty>● kluster-verify — kluster_review_pause (MCP)(action: "resume")</span>
<span data-ty></span>
<span data-ty> ⎿ kluster code review has been resumed for this project.</span>
<span data-ty> Code changes will be verified again from now on.</span>
<span data-ty></span>
<span data-ty>● kluster reviews have been resumed. Automated code reviews</span>
<span data-ty> are active again.</span>
</div>
16 changes: 16 additions & 0 deletions .snippets/text/code-reviews/ide-reviews/cli-pause.md

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just curious as to why this was put into a snippet? Same with the ide-pause.md snippet?

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Pause from the terminal

In CLI tools and agentic tools such as Claude Code and Codex CLI, you can pause reviews through the chat interface. Ask your agent to pause kluster reviews, and it calls the `kluster_review_pause` MCP tool.

The pause lasts **1 hour** by default. Custom durations are not available in the terminal flow due to a system limitation. While paused, the system automatically resolves any MCP requests so the response is almost instantaneous.

To pause reviews, ask your agent to pause kluster. The following example shows the pause flow in Claude Code:

--8<-- 'code/code-reviews/ide-reviews/pause-reviews.md'

To resume reviews before the pause expires, ask your agent to resume kluster:

--8<-- 'code/code-reviews/ide-reviews/resume-reviews.md'

!!! note "Cross-environment pause"
Pause is project-specific. Pausing in a CLI tool also pauses reviews in any IDE working on the same project, and vice versa.
17 changes: 17 additions & 0 deletions .snippets/text/code-reviews/ide-reviews/ide-pause.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
You can temporarily pause all kluster code reviews for the current project. While paused, the system automatically resolves any MCP requests so the response is almost instantaneous.

### Pause from the status bar

1. Click the **kluster.ai** button in the IDE status bar.
2. Select **Pause Agent Review...** from the command palette.
Comment thread
albertov19 marked this conversation as resolved.
3. Choose a duration from the available options.
4. Verify that kluster is paused by the pause icon in the kluster.ai IDE status bar.

<video autoplay loop muted playsinline style="max-width: 100%; border-radius: 8px;">
<source src="/images/code-reviews/ide-reviews/pause-reviews/pause-reviews.webm" type="video/webm">
Comment thread
albertov19 marked this conversation as resolved.
</video>

Reviews resume automatically when the selected duration expires. Select **Indefinitely (disable)** to keep reviews paused until you re-enable them manually.

!!! note "Pause is project-specific"
Pausing applies to the project identified by its Git remote URL or filesystem path. If you pause reviews in one tool (for example, VS Code), reviews are also paused for every other tool working on the same project, including Claude Code and Codex CLI.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ When the AI suggests a package version with a known vulnerability, kluster.ai al

![Dependency Analysis Example](/images/code-reviews/ide-reviews/ai-generated-code/automatic-reviews/dependency-analysis.webp)

## Pause reviews

--8<-- 'text/code-reviews/ide-reviews/ide-pause.md'

--8<-- 'text/code-reviews/ide-reviews/cli-pause.md'
Comment thread
albertov19 marked this conversation as resolved.

## Next steps

- **[On-demand reviews](/code-reviews/ide-reviews/ai-generated-code/on-demand-reviews/)**: Review existing code on demand.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Trigger on-demand code reviews in your IDE using right-click, hint
categories: Basics, IDE Reviews
---

# On-demand reviews
# On-demand reviews

With [kluster.ai](https://www.kluster.ai/){target=\_blank}, you can trigger reviews three ways: right-click any selection, use hint buttons, or scan uncommitted changes.

Expand Down
Binary file not shown.
Loading