Skip to content

Conversation

@sandy081
Copy link
Member

fix #291360

Copilot AI review requested due to automatic review settings January 29, 2026 09:27
@sandy081 sandy081 enabled auto-merge (squash) January 29, 2026 09:27
@sandy081 sandy081 self-assigned this Jan 29, 2026
@vs-code-engineering vs-code-engineering bot added this to the January 2026 milestone Jan 29, 2026
Copy link
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

Clarifies what the “Visible” / “Hidden” filters and visibility grouping mean in the Chat Models management UI by explicitly tying them to the Chat Model Picker.

Changes:

  • Reorders the filter menu so capability filters come first.
  • Updates visibility filter labels to “Visible/Hidden in Chat Model Picker” for clarity.
  • Updates the “Group By” visibility label to include Chat Model Picker context.

Comment on lines +238 to +239
actions.push(this.createVisibleAction(true, localize('filter.visible', "Visible in Chat Model Picker")));
actions.push(this.createVisibleAction(false, localize('filter.hidden', "Hidden in Chat Model Picker")));
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

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

The new visibility filter labels omit the article “the” (e.g., “Visible in Chat Model Picker”). Elsewhere in this file the UI consistently refers to “the chat model picker” (e.g., tooltips and context menu items like “Hide in the Chat Model Picker”), so these labels should use the same phrasing for consistency and readability.

Copilot uses AI. Check for mistakes.
@sandy081 sandy081 merged commit cceba81 into main Jan 29, 2026
27 of 28 checks passed
@sandy081 sandy081 deleted the sandy081/unwilling-bird branch January 29, 2026 09:49
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.

Test Language Models editor - Filter "Visible" / "Hidden"

2 participants