Skip to content

Remove some legacy fallbacks#294649

Merged
lramos15 merged 1 commit intomainfrom
lramos15/wise-scorpion
Feb 11, 2026
Merged

Remove some legacy fallbacks#294649
lramos15 merged 1 commit intomainfrom
lramos15/wise-scorpion

Conversation

@lramos15
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings February 11, 2026 18:43
@lramos15 lramos15 enabled auto-merge (squash) February 11, 2026 18:43
@lramos15 lramos15 self-assigned this Feb 11, 2026
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 11, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request removes legacy fallback mechanisms for language model selection that are no longer needed. The changes simplify code by removing fallback logic that attempted to use gpt-4o-mini when copilot-fast was unavailable, and updates a storage default value that checked for an obsolete model identifier copilot/gpt-4.1.

Changes:

  • Removed fallback logic to gpt-4o-mini when copilot-fast is unavailable in two locations
  • Simplified storage default value logic by removing check for obsolete model identifier

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/monitoring/outputMonitor.ts Removes fallback to gpt-4o-mini in language model selection, relying solely on copilot-fast
src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.ts Simplifies default value for persistedAsDefault from checking obsolete model identifier to true
src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatThinkingContentPart.ts Removes fallback to gpt-4o-mini in language model selection for title generation

@lramos15 lramos15 merged commit 375ea3d into main Feb 11, 2026
23 of 24 checks passed
@lramos15 lramos15 deleted the lramos15/wise-scorpion branch February 11, 2026 19:22
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Mar 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants