Skip to content

Remove fable from large model alias - #48915

Merged
pelikhan merged 1 commit into
mainfrom
copilot/create-large-review-model
Jul 29, 2026
Merged

Remove fable from large model alias#48915
pelikhan merged 1 commit into
mainfrom
copilot/create-large-review-model

Conversation

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

large included fable as its first-priority entry, but fable sits in a different pricing tier than sonnet-range models. large should resolve to sonnet-tier and equivalent models only.

Changes

  • pkg/workflow/data/model_aliases.json — drop fable from large:
    "large": ["sonnet", "gpt-5-pro", "gpt-5", "gemini-pro"]
  • pkg/workflow/model_aliases_test.go — update assertion to match

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan
pelikhan marked this pull request as ready for review July 29, 2026 14:48
Copilot AI review requested due to automatic review settings July 29, 2026 14:48
@pelikhan
pelikhan merged commit c755a48 into main Jul 29, 2026
@pelikhan
pelikhan deleted the copilot/create-large-review-model branch July 29, 2026 14:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes premium-tier fable from the large model alias.

Changes:

  • Updates the large fallback chain.
  • Adjusts the corresponding unit-test assertion.
  • Generated documentation and release notes remain outdated.
Show a summary per file
File Description
pkg/workflow/data/model_aliases.json Removes fable from large.
pkg/workflow/model_aliases_test.go Updates the expected alias chain.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Medium

"mini": ["haiku", "gpt-5-mini", "gpt-5-nano", "gemini-flash-lite"],
"fable": ["copilot/*fable*", "anthropic/*fable*"],
"large": ["fable", "sonnet", "gpt-5-pro", "gpt-5", "gemini-pro"],
"large": ["sonnet", "gpt-5-pro", "gpt-5", "gemini-pro"],
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.0

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