chore: bump remy-cli-extension to v1.32.0 - #7045
Merged
Merged
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This comment has been minimized.
This comment has been minimized.
ShawkyZ
enabled auto-merge
July 28, 2026 11:15
CatalinSnyk
approved these changes
Jul 28, 2026
Picks up in snyk fix --agentic: - Bedrock requests now carry an agent string (User-Agent app/SNYK_AGENTIC_FIX) so gateway agent-filtering can permit them (#141). - --ci echoes each tool's command + output for CI log visibility (#136). - Analytics: pick_round apply outcomes made MECE (#134). Dependency-only change in cliv2-private. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ShawkyZ
force-pushed
the
chore/bump-remy-extension
branch
from
July 28, 2026 13:30
df2cc24 to
dee676b
Compare
PR Reviewer Guide 🔍
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Bumps
github.com/snyk/remy-cli-extensionv1.30.0 → v1.32.0 incliv2-private(dependency-only; no CLI source changes).Picks up in
snyk fix --agentic:User-Agentapp id (app/SNYK_AGENTIC_FIX) so a customer gateway doing agent-based access filtering can permit Snyk's remediation traffic. Previously no agent string was sent.--citool visibility (#136) — CI mode echoes each tool's command and output (files summarized, errors shown in full) so runs are inspectable in logs without a spinner.pick_roundapply outcomes made mutually-exclusive/collectively-exhaustive.Where should the reviewer start?
cliv2-private/go.mod/go.sum— the version bump only.Risk assessment (Low | Medium | High)?
Low — dependency bump behind the experimental
--agenticflow; no transitive dep changes beyond the extension itself.What's the product update that needs to be communicated to CLI users?
snyk fix --agenticon Amazon Bedrock now identifies itself with the agent stringSNYK_AGENTIC_FIX, enabling gateways that filter by agent to allowlist it.