chore: bump remy-cli-extension to v1.42.0 - #7242
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
September 8, 2026 12:43
CatalinSnyk
approved these changes
Sep 8, 2026
Dependency-only bump of github.com/snyk/remy-cli-extension v1.41.1 -> v1.42.0 in cliv2-private. No CLI source changes. go mod tidy -diff clean in both modules. Picks up (v1.41.1..v1.42.0): - #203 feat(agent): consume repo AGENTS.md/CLAUDE.md for build/test guidance Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ShawkyZ
force-pushed
the
chore/bump-remy-extension-1.42.0
branch
from
September 9, 2026 13:47
91c15bd to
a113449
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.
Pull Request Submission Checklist
What does this PR do?
Dependency-only bump of
github.com/snyk/remy-cli-extensionv1.41.1 → v1.42.0 incliv2-private. No CLI source changes. Onlycliv2-private/go.mod+go.sumchange;go mod tidy -diffis clean in bothcliv2andcliv2-private(no transitive drift).Extension change this picks up (v1.41.1..v1.42.0):
AGENTS.md/CLAUDE.mdfor build/test guidance. Agentic fix now reads a scanned project's rootAGENTS.md(orCLAUDE.mdfallback) and feeds its build/test/validate/install instructions to the fix agents (SCA, SAST, Container, COS) and the setup step, so the agent uses the repo's documented commands instead of guessing.Where should the reviewer start?
cliv2-private/go.mod— the single line change (remy-cli-extension v1.41.1 → v1.42.0). Thego.sumchange is the corresponding checksum update.How should this be manually tested?
Not required for a dependency-only bump. The behavior change lives in the extension and is covered by its own tests (merged in snyk/remy-cli-extension#203). If desired: run
snyk fix --agentic --scaagainst a repo containing a rootAGENTS.mdthat documents a test command, and confirm the agent uses that command.What's the product update that needs to be communicated to CLI users?
snyk fix --agenticnow honors a project's rootAGENTS.md(orCLAUDE.md): if present, its instructions for how to build, test, and validate the project are used by the fix agents instead of being inferred.Risk assessment (Low | Medium | High)?
Low. Dependency-only version bump, no CLI source changes,
go mod tidy -diffclean in both modules, no transitive drift. The extension change is additive (absent AGENTS.md ⇒ unchanged behavior) and gated by the existing folder-trust and sandbox controls.What are the relevant tickets?
snyk/remy-cli-extension#203
Note
Low Risk
Dependency-only bump in the private module; behavior change is additive in the extension and gated by existing agentic fix and trust controls.
Overview
This PR only updates
cliv2-privateto depend ongithub.com/snyk/remy-cli-extensionv1.42.0 (from v1.41.1), with matchinggo.sumchecksums. There are no CLI source edits in this repo.That extension release adds behavior for
snyk fix --agentic: when a scanned project has a rootAGENTS.md(orCLAUDE.mdfallback), build/test/validate guidance from that file is passed into the fix agents and setup step instead of inferred commands. Repos without those files should behave as before.Reviewed by Cursor Bugbot for commit a113449. Bugbot is set up for automated code reviews on this repo. Configure here.