Skip to content

feat(ai): add native Bedrock Mantle support - #40119

Merged
rekram1-node merged 3 commits into
v2from
mantle-support
Aug 2, 2026
Merged

feat(ai): add native Bedrock Mantle support#40119
rekram1-node merged 3 commits into
v2from
mantle-support

Conversation

@opencode-agent

Copy link
Copy Markdown
Contributor

Summary

  • add native Amazon Bedrock Mantle Chat and Responses provider entrypoints backed by the existing OpenAI protocols
  • support bearer auth and SigV4 signing with the bedrock-mantle service, regional endpoints, and endpoint overrides
  • route V2 catalog models natively when bearer or static AWS credentials are available while preserving AI SDK fallback for the default credential chain
  • keep safeguard models on Chat and use Responses for other Mantle catalog models
  • add deterministic coverage plus a live-recorded Mantle Responses cassette

Verification

  • cd packages/ai && bun typecheck
  • cd packages/ai && bun run build
  • cd packages/ai && bun test test/provider-package.test.ts test/provider/bedrock-mantle.test.ts test/provider/bedrock-converse.test.ts
  • cd packages/core && bun typecheck
  • cd packages/core && bun test test/aisdk-native.test.ts test/model-resolver.test.ts

Requested by: @rekram1-node (Aiden Cline via Slack)

@rekram1-node
rekram1-node merged commit bf7f0cb into v2Aug 2, 2026
8 checks passed
@rekram1-node
rekram1-node deleted the mantle-support branch August 2, 2026 16:16
github-actionsBot pushed a commit to ReStranger/opencode that referenced this pull request Aug 3, 2026
* upstream/v2:
test(core): stabilize shell integration timing (anomalyco#40084)
fix(core): route Bedrock packages natively (anomalyco#40165)
feat(ai): add native Bedrock Mantle support (anomalyco#40119)
fix(tui): reserve home and end for navigation (anomalyco#40123)
refactor(ai): align multimodal naming (anomalyco#40073)
refactor(tui): remove redundant code (anomalyco#40081)
fix(tui): discover plugins across config roots (anomalyco#39988)
fix(tui): make vertical tabs responsive (anomalyco#40080)
feat(tui): add vertical session tabs (anomalyco#40072)
fix: preserve provider error status (anomalyco#39976)
fix(tui): prevent sidebar scrollbar flash (anomalyco#40056)
feat(tui): prioritize favorite model search results (anomalyco#40049)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rekram1-node