Skip to content

bedrock: Add Claude Opus 4.6#48525

Merged
benbrandt merged 7 commits intozed-industries:mainfrom
5herlocked:add-claude-opus-4-6-bedrock
Feb 9, 2026
Merged

bedrock: Add Claude Opus 4.6#48525
benbrandt merged 7 commits intozed-industries:mainfrom
5herlocked:add-claude-opus-4-6-bedrock

Conversation

@5herlocked
Copy link
Contributor

@5herlocked 5herlocked commented Feb 5, 2026

Release Notes:

  • Added Claude Opus 4.6 and 4.6 Thinking with Cross region inference for US, EU, and Global endpoints.

Add Claude Opus 4.6 and Opus 4.6 Thinking model variants with:
- 200K context window
- 128K max output tokens
- Global and US cross-region inference support

Co-authored-by: Ona <no-reply@ona.com>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 5, 2026
@github-actions github-actions bot added the community champion Issues filed by our amazing community champions! 🫶 label Feb 5, 2026
5herlocked and others added 3 commits February 5, 2026 21:59
Co-authored-by: Ona <no-reply@ona.com>
Opus 4.6 uses adaptive thinking instead of budget_tokens.

Co-authored-by: Ona <no-reply@ona.com>
Opus 4.6 uses adaptive thinking mode with configurable effort levels
(low, medium, high, max) instead of budget_tokens. Default is high.

Co-authored-by: Ona <no-reply@ona.com>
@5herlocked 5herlocked force-pushed the add-claude-opus-4-6-bedrock branch from 3b55886 to fa1fd0c Compare February 5, 2026 22:22
@yeskunall yeskunall added the area:ai/bedrock AI feedback for Bedrock label Feb 5, 2026
| Self::ClaudeOpus4_5Thinking => 200_000,
| Self::ClaudeOpus4_5Thinking
| Self::ClaudeOpus4_6
| Self::ClaudeOpus4_6Thinking => 200_000,
Copy link
Collaborator

@rgbkrk rgbkrk Feb 5, 2026

Choose a reason for hiding this comment

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

Max tokens on Opus 4.6 is much higher now right?

Nevermind, the 1M token limit is in beta.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

only with the Beta header

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can throw that in, but I would also do opt-in on that, the same way we've done for "allow_global"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

welp -- #48542

@5herlocked 5herlocked marked this pull request as draft February 5, 2026 23:16
@5herlocked 5herlocked force-pushed the add-claude-opus-4-6-bedrock branch from 9d65871 to ea3c91c Compare February 6, 2026 00:11
@5herlocked 5herlocked marked this pull request as ready for review February 6, 2026 00:11
@SomeoneToIgnore SomeoneToIgnore added the area:ai Improvement related to Agent Panel, Edit Prediction, Copilot, or other AI features label Feb 6, 2026
@JosephTLyons JosephTLyons assigned benbrandt and unassigned benbrandt Feb 6, 2026
Copy link
Member

@benbrandt benbrandt left a comment

Choose a reason for hiding this comment

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

thank you!

@benbrandt benbrandt enabled auto-merge (squash) February 9, 2026 09:10
@benbrandt benbrandt merged commit 1137b3c into zed-industries:main Feb 9, 2026
33 checks passed
melocene pushed a commit to melocene/zed that referenced this pull request Feb 16, 2026
Release Notes:

- Added Claude Opus 4.6 and 4.6 Thinking with Cross region inference for
US, EU, and Global endpoints.

---------

Co-authored-by: Ona <no-reply@ona.com>
naaiyy added a commit to Glass-HQ/Glass that referenced this pull request Feb 16, 2026
Key changes:
- Side-by-side diff UX improvements (zed-industries#48821) - major diff view polish
- Display map refactoring - large cleanup of display_map.rs (~1000 line reduction)
- Split editor growth (zed-industries#48753) - significant expansion of split.rs
- Multi-char folds fix (zed-industries#48721)
- New multi workspace (zed-industries#47795, then reverted zed-industries#48776)
- Default view mode setting for SplittableEditor (zed-industries#48440)
- macOS drag-drop fix: reset external_files_dragged (zed-industries#48727)
- Windows: OS caption/buttons for custom titlebar (zed-industries#48330)
- Windows timer resolution guard (zed-industries#48379)
- Bedrock Claude Opus 4.6 model (zed-industries#48525)
- MCP servers: fix disabled servers disappearing after restart (zed-industries#47758)
- Shell command parser extracted to shared crate (zed-industries#48660)
- Format-on-save for streaming edit file tool (zed-industries#48663)
- Agent: insert images at cursor position (zed-industries#48779)
- Project panel: improved file/folder creation in folded paths (zed-industries#46750)
- Folding ranges panic fix (zed-industries#48809)
- REPL: shutdown all kernels on app quit (zed-industries#48760)
- Extension CI improvements
- Security updates: time v0.3.47, git2 v0.20.4

Conflict resolution:
- collab (Cargo.toml, extensions API, db, tests): deleted
- GPUI (8 files): deleted from Glass (handled in Obsydian-HQ/gpui)
- Cargo.lock: took upstream

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:ai/bedrock AI feedback for Bedrock area:ai Improvement related to Agent Panel, Edit Prediction, Copilot, or other AI features cla-signed The user has signed the Contributor License Agreement community champion Issues filed by our amazing community champions! 🫶

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants