-
Notifications
You must be signed in to change notification settings - Fork 704
Remove chat sessions #8382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Remove chat sessions #8382
Conversation
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
alexr00
commented
Jan 9, 2026
Contributor
There was a problem hiding this 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 removes chat session functionality from the GitHub Pull Requests extension, specifically removing the integration with GitHub Copilot's coding agent chat sessions.
Changes:
- Removed
CopilotRemoteAgentManagerchat session provider functionality and related APIs - Cleaned up test files and commands associated with chat sessions
- Removed UI components and settings related to coding agent chat sessions
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/view/treeNodes/workspaceFolderNode.ts | Removed CopilotRemoteAgentManager parameter from constructor and related method calls |
| src/view/treeNodes/categoryNode.ts | Removed CopilotRemoteAgentManager parameter from constructor |
| src/view/reviewsManager.ts | Removed CopilotRemoteAgentManager parameter from PullRequestsTreeDataProvider instantiation |
| src/view/prsTreeDataProvider.ts | Removed CopilotRemoteAgentManager dependency and related event handlers |
| src/view/prStatusDecorationProvider.ts | Removed CopilotRemoteAgentManager parameter and updated to use PrsTreeModel events |
| src/test/view/reviewCommentController.test.ts | Removed CopilotRemoteAgentManager instantiation from tests |
| src/test/view/prsTree.test.ts | Removed CopilotRemoteAgentManager and related test setup |
| src/test/lm/tools/copilotRemoteAgentTool.test.ts | Deleted entire test file for removed tool |
| src/test/issues/issueTodoProvider.test.ts | Removed tests for coding agent CodeLens functionality |
| src/test/github/copilotRemoteAgentUtils.test.ts | Deleted entire test file for removed utilities |
| src/test/github/copilotRemoteAgent.test.ts | Deleted entire test file for removed manager |
| src/lm/tools/tools.ts | Removed coding agent tool registration and related parameters |
| src/lm/tools/copilotRemoteAgentTool.ts | Deleted entire tool implementation file |
| src/lm/tools/activePullRequestTool.ts | Removed coding agent session logic from pull request tool |
| src/issues/issueTodoProvider.ts | Removed CodeLens provider implementation |
| src/issues/issueFeatureRegistrar.ts | Removed coding agent TODO command registration |
| src/github/copilotRemoteAgentUtils.ts | Deleted entire utilities file |
| src/github/copilotRemoteAgent/gitOperationsManager.ts | Deleted git operations manager file |
| src/github/copilotRemoteAgent/chatSessionContentBuilder.ts | Deleted chat session content builder file |
| src/github/copilotRemoteAgent.ts | Removed chat session provider implementation, keeping only basic functionality |
| src/github/copilotApi.ts | Removed remote agent job APIs and session management methods |
| src/github/common.ts | Removed chat session related types and utility functions |
| src/extension.ts | Removed chat session provider registration |
| src/common/settingKeys.ts | Removed SHOW_CODE_LENS setting key |
| src/commands.ts | Removed chat session related commands |
| package.nls.json | Removed localization strings for removed features |
| package.json | Removed chat sessions contribution point and related commands |
lszomoru
approved these changes
Jan 14, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.