feat(fix): add Amazon Bedrock provider to snyk fix --agentic#7012
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.
Bumps remy-cli-extension v1.23.1 → v1.28.0, which adds the Amazon Bedrock LLM provider (--provider bedrock) to the agentic fix flow — authenticating via the AWS credential chain, a Bedrock API key (AWS_BEARER_TOKEN_BEDROCK), or a temporary-credential env triple. Also drops the deprecated temperature parameter from all provider requests (current models, e.g. Anthropic Opus, reject it with a 400). Pulls in the AWS SDK deps as transitive requirements (aws-sdk-go-v2/service/bedrockruntime v1.50.4 and refreshed config/credentials/sts/smithy-go). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ShawkyZ
enabled auto-merge
July 20, 2026 08:50
ShawkyZ
force-pushed
the
chore/bump-remy-cli-extension-1.28.0
branch
from
July 20, 2026 08:50
edd4e94 to
e1b7347
Compare
ShawkyZ
disabled auto-merge
July 20, 2026 08:51
ShawkyZ
enabled auto-merge
July 20, 2026 08:51
ShawkyZ
disabled auto-merge
July 20, 2026 08:51
PR Reviewer Guide 🔍
|
ShawkyZ
enabled auto-merge
July 20, 2026 08:51
ShawkyZ
disabled auto-merge
July 20, 2026 08:51
ShawkyZ
enabled auto-merge
July 20, 2026 08:51
PeterSchafer
approved these changes
Jul 20, 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
Bumps
github.com/snyk/remy-cli-extensionv1.23.1 → v1.28.0 incliv2-private.Why
Picks up in the embedded
snyk fix --agenticextension:--provider bedrock) — AWS credential chain, Bedrock API key (AWS_BEARER_TOKEN_BEDROCK), or temporary-credential env triple.temperatureparameter to any provider (current models, e.g. Anthropic Opus, reject it with400 temperature is deprecated for this model).Changes
cliv2-private/go.mod/go.sum: the version bump plus the transitive AWS SDK deps it pulls in —aws-sdk-go-v2/service/bedrockruntime v1.50.4(also carries the security bump over the previously-pinned bedrockruntime), and refreshedaws-sdk-go-v2core /config/credentials/sts/smithy-go.No CLI source changes — dependency bump only.