Conversation
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
2 similar comments
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
skwowet
left a comment
There was a problem hiding this comment.
Just left a comment about the region prefix, but LGTM overall.
|
|
||
| try: | ||
| modelId = "us.anthropic.claude-sonnet-4-20250514-v1:0" | ||
| modelId = "anthropic.claude-sonnet-4-5-20250929-v1:0" |
There was a problem hiding this comment.
Don’t we need the us region prefix here?
Maybe we can test it with curl to confirm.
There was a problem hiding this comment.
@skwowet updated. Also ran the curl and returned with a valid response
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Note
Medium Risk
Changes the underlying LLM model and Bedrock region for multiple production workflows, which can alter output quality/behavior and has potential availability/latency implications, but is configuration-scoped with minimal logic changes.
Overview
Upgrades Amazon Bedrock model usage to Claude Sonnet 4.5 (
us.anthropic.claude-sonnet-4-5-20250929-v1:0) across the codebase, includingcrowdgit’sinvoke_bedrockand the Temporal merge-suggestion workflows.Introduces
LlmModelType.CLAUDE_SONNET_4_5and wires it into sharedLLM_SETTINGS, plus adds region/pricing mappings; merge workflows also switch from hardcoded model IDs to the enum and move execution tous-west-2.Written by Cursor Bugbot for commit 15af6b2. This will update automatically on new commits. Configure here.