cla-bot
Bot
added
the
cla-signed
label
<img width="325" height="201" alt="Screenshot 2026-06-09 at 1 38 32 PM" src="https://github.com/user-attachments/assets/a6518073-1e17-41ff-a8fc-cb279fcd4436" /> Adds support for Anthropic's Claude Fable 5 model when using your own Anthropic API key. Because Fable 5 cannot be offered under Zero Data Retention (Anthropic retains inference logs for 30 days), this gates the model behind an explicit data-retention consent: a new telemetry.anthropic_retention setting (default off, surfaced in the Privacy section of the settings UI), and a hard, non-retryable check in the cloud completion path that raises a typed error when consent is missing. When Fable 5 declines a request, it transparently falls back to Claude Opus 4.8 (matching Anthropic's server-side behavior), and the agent panel shows a callout for the consent error with "Switch to Opus 4.8" / "Accept" actions that resume the failed turn so the user's message continues without retyping. Closes AI-382 Release Notes: - Add Claude Fable 5 to Anthropic BYOK --------- Co-authored-by: Mikayla Maki <mikayla@zed.dev>
…8949) Resolves a leftover TODO from the Claude Fable 5 data-retention work: the "Learn More" button in the data-retention consent callout pointed at a `#link-tbd` placeholder, so it did nothing. It now opens Anthropic's data retention practices support article. Release Notes: - N/A
rtfeldman
marked this pull request as ready for review
rtfeldman
deleted the
cherry-pick-v1.5.x-8bd2ce70
branch
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