Skip to content

chore(deps): bump @ai-sdk/amazon-bedrock and @ai-sdk/google-vertex#9167

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
chore/bump-bedrock-vertex-sdks
Open

chore(deps): bump @ai-sdk/amazon-bedrock and @ai-sdk/google-vertex#9167
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
chore/bump-bedrock-vertex-sdks

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot Bot commented Apr 18, 2026

Summary

  • Bump @ai-sdk/amazon-bedrock from 4.0.83 to 4.0.96 and @ai-sdk/google-vertex from 4.0.95 to 4.0.112
  • Companion to chore: update @ai-sdk/anthropic to 3.0.71 #9164 which bumps @ai-sdk/anthropic to 3.0.71 — both bedrock and vertex depend on anthropic transitively, and their latest versions pin the same 3.0.71 version
  • Mirrors upstream OpenCode PR anomalyco/opencode#23120 which bumps all three packages together

Notable changes included in the bump

@ai-sdk/amazon-bedrock (4.0.83 → 4.0.96):

  • TTL support for prompt caching
  • Provider metadata improvements (performanceConfig, serviceTier, cacheDetails)
  • Model options type export normalization
  • Transitive anthropic dependency updates (Opus 4.7 fixes)

@ai-sdk/google-vertex (4.0.95 → 4.0.112):

  • Multiple Gemini model ID updates and feature additions
  • Transitive anthropic/google dependency updates
  • Various bug fixes and improvements

Built for Joshua Lambert by Kilo for Slack

Bump @ai-sdk/amazon-bedrock from 4.0.83 to 4.0.96 and
@ai-sdk/google-vertex from 4.0.95 to 4.0.112. Both packages
depend on @ai-sdk/anthropic transitively, and their latest
versions pin @ai-sdk/anthropic 3.0.71 — aligning with the
update in #9164. This mirrors upstream opencode PR #23120.
"@ai-sdk/gateway": "3.0.80",
"@ai-sdk/google": "3.0.53",
"@ai-sdk/google-vertex": "4.0.95",
"@ai-sdk/google-vertex": "4.0.112",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: This bump does not update the Cloudflare AI Gateway code path

packages/opencode/src/provider/provider.ts:772 imports ai-gateway-provider, and the updated lockfile still resolves that package's nested @ai-sdk/amazon-bedrock@4.0.83, @ai-sdk/google-vertex@4.0.95, and @ai-sdk/anthropic@3.0.64. Users going through the gateway provider will therefore keep running the old SDKs, so this change only updates the direct Bedrock/Vertex integrations rather than fully aligning all runtime paths with @ai-sdk/anthropic 3.0.71.

@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot Bot commented Apr 18, 2026

Code Review Summary

Status: 1 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0
Issue Details (click to expand)

WARNING

File Line Issue
packages/opencode/package.json 90 Cloudflare AI Gateway still resolves the old Bedrock/Vertex/Anthropic SDK versions through ai-gateway-provider, so the runtime paths are not fully aligned
Other Observations (not in diff)

No additional issues found outside the diff.

Files Reviewed (3 files)
  • .changeset/bump-bedrock-vertex-sdks.md - 0 issues
  • bun.lock - 0 issues
  • packages/opencode/package.json - 1 issue

Fix these issues in Kilo Cloud


Reviewed by gpt-5.4-2026-03-05 · 762,933 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants