Making chat session repo quick pick searchable#287608
Merged
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request makes the chat session repository picker searchable by adding a query parameter to the search callback and implementing debounced search functionality in the QuickPick UI.
Changes:
- Modified the
onSearchcallback signature to accept aqueryparameter for filtering search results - Implemented debounced search with cancellation support in the searchable QuickPick
- Updated the API contract across the extension host and main thread communication layers
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/vscode-dts/vscode.proposed.chatSessionsProvider.d.ts | Updated API definition to add query parameter to onSearch callback |
| src/vs/workbench/contrib/chat/common/chatSessionsService.ts | Updated service interface signature for onSearch |
| src/vs/workbench/contrib/chat/browser/chatSessions/searchableOptionPickerActionItemtest.ts | Implemented debounced search with cancellation tokens and proper cleanup |
| src/vs/workbench/api/common/extHostChatSessions.ts | Updated to pass query parameter to extension's onSearch callback |
| src/vs/workbench/api/common/extHost.protocol.ts | Updated protocol interface to include query parameter |
| src/vs/workbench/api/browser/mainThreadChatSessions.ts | Updated proxy call to pass query parameter |
aeschli
approved these changes
Jan 13, 2026
eli-w-king
pushed a commit
that referenced
this pull request
Jan 14, 2026
Making chat session repo quick pick searchable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.