Skip to content

Commit 11f8490

Browse files
authored
Missed a spot when removing chat sessions (#8393)
1 parent 867fd44 commit 11f8490

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

package.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3723,37 +3723,6 @@
37233723
}
37243724
],
37253725
"languageModelTools": [
3726-
{
3727-
"name": "github-pull-request_copilot-coding-agent",
3728-
"displayName": "%languageModelTools.github-pull-request_copilot-coding-agent.displayName%",
3729-
"modelDescription": "Completes the provided task using an asynchronous coding agent. Use when the user wants copilot continue completing a task in the background or asynchronously. IMPORTANT: Use this tool LAST/FINAL when users mention '#github-pull-request_copilot-coding-agent' in their query. This indicates they want the task/job implemented by the remote coding agent after all other analysis, planning, and preparation is complete. Call this tool at the END to hand off the fully-scoped task to the asynchronous GitHub Copilot coding agent. The agent will create a new branch, implement the changes, and open a pull request. Always use this tool as the final step when the hashtag is mentioned, after completing any other necessary tools or analysis first.",
3730-
"when": "config.githubPullRequests.codingAgent.enabled",
3731-
"icon": "$(send-to-remote-agent)",
3732-
"canBeReferencedInPrompt": true,
3733-
"toolReferenceName": "copilotCodingAgent",
3734-
"userDescription": "%languageModelTools.github-pull-request_copilot-coding-agent.userDescription%",
3735-
"inputSchema": {
3736-
"type": "object",
3737-
"required": [
3738-
"title",
3739-
"body"
3740-
],
3741-
"properties": {
3742-
"title": {
3743-
"type": "string",
3744-
"description": "The title of the issue. Populate from chat context."
3745-
},
3746-
"body": {
3747-
"type": "string",
3748-
"description": "The body/description of the issue. Populate from chat context."
3749-
},
3750-
"existingPullRequest": {
3751-
"type": "number",
3752-
"description": "The number of an existing pull request related to the current coding agent task. Look in the chat history for this number. In the chat it may look like 'Coding agent will continue work in #17...'. In this example, you should return '17'."
3753-
}
3754-
}
3755-
}
3756-
},
37573726
{
37583727
"name": "github-pull-request_issue_fetch",
37593728
"tags": [

package.nls.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,4 @@
426426
"languageModelTools.github-pull-request_activePullRequest.description": "Get information about the active GitHub pull request. This information includes: comments, files changed, pull request title + description, pull request state, and pull request status checks/CI.",
427427
"languageModelTools.github-pull-request_openPullRequest.displayName": "Open Pull Request",
428428
"languageModelTools.github-pull-request_openPullRequest.description": "Get information about the open GitHub pull request. This information includes: comments, files changed, pull request title + description, pull request state, and pull request status checks/CI.",
429-
"languageModelTools.github-pull-request_copilot-coding-agent.displayName": "Copilot coding agent",
430-
"languageModelTools.github-pull-request_copilot-coding-agent.userDescription": "Completes the provided task using an asynchronous coding agent. Use when the user wants copilot continue completing a task in the background or asynchronously. Launch an autonomous GitHub Copilot agent to work on coding tasks in the background. The agent will create a new branch, implement the requested changes, and open a pull request with the completed work."
431429
}

0 commit comments

Comments
 (0)