Skip to content

Commit e31d406

Browse files
authored
Icon missing from the tools picker for coding agent (#7447)
Fixes #7446
1 parent d846c0e commit e31d406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3468,7 +3468,7 @@
34683468
"displayName": "%languageModelTools.github-pull-request_copilot-coding-agent.displayName%",
34693469
"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.",
34703470
"when": "config.githubPullRequests.codingAgent.enabled",
3471-
"icon": "resources/icons/copilot.svg",
3471+
"icon": "$(send-to-remote-agent)",
34723472
"canBeReferencedInPrompt": true,
34733473
"toolReferenceName": "copilotCodingAgent",
34743474
"userDescription": "%languageModelTools.github-pull-request_copilot-coding-agent.userDescription%",

0 commit comments

Comments
 (0)