Skip to content

Conversation

@osortega
Copy link
Contributor

@osortega osortega commented Dec 11, 2025

Ref: #281081
Adding observable to registerChatModelChangeListeners so we can listen and fire a change event when title changes so that the UI can reflect it

Copilot AI review requested due to automatic review settings December 11, 2025 23:32
@osortega osortega self-assigned this Dec 11, 2025
@vs-code-engineering vs-code-engineering bot added this to the December / January 2026 milestone Dec 11, 2025
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

This PR enables the UI to respond to chat model title changes by subscribing to model-level change events. Previously, only response-level changes within requests were being monitored.

  • Adds a new observable listener for model-level changes (added.onDidChange)
  • Renames the existing listener to clarify it handles request-level changes
  • Both listeners now trigger UI updates when their respective change events fire
@osortega osortega closed this Dec 12, 2025
@osortega osortega reopened this Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants