chore: bump remy-cli-extension to v1.36.1 - #7066
Merged
Merged
Conversation
Dependency-only bump of github.com/snyk/remy-cli-extension v1.34.0 -> v1.36.1 in cliv2-private. No CLI source changes. Picks up (v1.34.0..v1.36.1): - #155 feat: apply every fix under --auto-approve regardless of breakability - #158 fix(sca): forward-only, per-line SCA fixes — no downgrades, no dropped lines - #153 feat: [AG-370] COS v1 - #150 docs: document the CLI bump/release procedure in AGENTS.md - #159 fix(agent): raise default agent iteration cap to 50 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ 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. |
PR Reviewer Guide 🔍
|
ShawkyZ
enabled auto-merge
July 31, 2026 13:26
CatalinSnyk
approved these changes
Jul 31, 2026
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
Dependency-only bump of
github.com/snyk/remy-cli-extensionv1.34.0 → v1.36.1 incliv2-private. Onlycliv2-private/go.mod+go.sumchange — no CLI source edits.go mod tidy -diffis clean in bothcliv2andcliv2-private(no transitive drift).New CLI arguments this bump exposes (v1.34.0..v1.36.1)
New flags on
snyk fix --agentic:--cos— opt into the Snyk Continuous Offensive Security (COS) agentic fix flow. Requires--cos-report-dir.--cos-report-dir <path>— path to the COS report directory (must containvulnerabilities.csv). Required with--cos.--max-validation-attempts <n>— cap validation retry attempts per fix; after this many failedrun_testsattempts the fix is skipped and the batch continues.0uses the built-in default (1 for SCA, 3 for COS).(All other flags —
--fix-report,--skip-sandbox,--agent-max-iterations,--auto-approve, etc. — already existed in v1.34.0.)Extension changes this picks up (v1.34.0..v1.36.1)
--auto-approveregardless of breakability🤖 Generated with Claude Code