Skip to content

Copilot/claude fable 5#542

Merged
jonwiggins merged 3 commits into
jonwiggins:mainfrom
j4ys0n:copilot/claude-fable-5
Jun 10, 2026
Merged

Copilot/claude fable 5#542
jonwiggins merged 3 commits into
jonwiggins:mainfrom
j4ys0n:copilot/claude-fable-5

Conversation

@j4ys0n

@j4ys0n j4ys0n commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds claude-opus-4-8 and claude-fable-5 to the Anthropic baseline catalog, and updates latest-model metadata so only Opus 4.8 is treated as the latest Anthropic default. This keeps Fable 5 selectable without changing default resolution away from Opus.

Changes

  • Anthropic catalog

    • Added baseline entries for claude-opus-4-8 and claude-fable-5
    • Updated the opus alias to resolve to claude-opus-4-8
    • Kept fable as a supported alias for claude-fable-5
    • Removed latest: true from Fable 5 so only Opus 4.8 remains marked latest
  • Agent option coverage

    • Updated shared agent-option tests to reflect the new Opus default
    • Added coverage for the fable alias and the expanded Anthropic family grouping
{
  id: "claude-opus-4-8",
  family: "opus",
  latest: true,
}

{
  id: "claude-fable-5",
  family: "fable",
}

Testing

  • Tests pass (pnpm turbo test)
  • Typechecks pass (pnpm turbo typecheck)

Related

Issue: #540

Screenshots

@jonwiggins jonwiggins merged commit 0429f4c into jonwiggins:main Jun 10, 2026
7 checks passed
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.

3 participants