docs: hide Claude Fable 5 from model-choice page#246
Conversation
Claude Fable 5 was removed from the product. This removes it from the rendered Agent model choice docs (the three Anthropic table rows and the data-retention caution) while keeping the content in an MDX comment so it can be restored with a one-line uncomment when the model returns. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR removes Claude Fable 5 from the public Agent model choice documentation while preserving the removed Anthropic table rows and model-specific caution in MDX comments for future restoration.
Concerns
- No blocking correctness, documentation-structure, link, or security concerns found in the annotated diff.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
GLM 5.2 (model_id glm-5.2-fireworks) is supported and enabled in production (fireworks_glm_52 flag), but the model-choice page only listed GLM 5.1. Add a GLM 5.2 row to the Fireworks-hosted models table. Co-authored-by: Oz <oz-agent@warp.dev>
Summary
Claude Fable 5 was removed from the product, so this hides it from the public Agent model choice docs page (
agent-platform/inference/model-choice.mdx) while keeping it trivial to restore when the model returns.What changed
:::cautioncallout.{/* ... */}comment with a short restore note, matching the existing convention used interminal/appearance/prompt.mdx.Re-adding it later
Re-enable Fable 5 by uncommenting the block: move the three rows back into the Anthropic table and restore the caution. No other docs reference Fable 5.
Validation
npm run buildcompletes successfully (339 pages built).llms.txtoutput is clean.Scope
Docs repo only — no changes to
warp-serveror the client.Conversation: https://staging.warp.dev/conversation/5c53a1a8-9616-4a5e-a047-35ab10c3fec7
Run: https://oz.staging.warp.dev/runs/019ef1ea-880d-793a-b563-6bd99456741a
This PR was generated with Oz.