Skip to content

Commit 2aca5fe

Browse files
Copilotrajbos
andauthored
Add missing friendly names for 7 tools (#475)
* Initial plan * Add missing friendly names for 7 tools in toolNames.json Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> Agent-Logs-Url: https://github.com/rajbos/github-copilot-token-usage/sessions/c414d1b9-7fc4-4055-bfa0-ce8fd447a3ee --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> Co-authored-by: Rob Bos <rajbos@users.noreply.github.com>
1 parent ff99710 commit 2aca5fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/toolNames.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
,"mcp_io_github_git_search_issues": "GitHub MCP (Local): Search Issues"
1818
,"mcp_io_github_git_add_issue_comment": "GitHub MCP (Local): Add Issue Comment"
1919
,"mcp_io_github_git_list_pull_requests": "GitHub MCP (Local): List Pull Requests"
20+
,"mcp_io_github_git_list_code_scanning_alerts": "GitHub MCP (Local): List Code Scanning Alerts"
2021
,"mcp_github_github_assign_copilot_to_issue": "GitHub MCP (Remote): Assign Copilot to Issue"
2122
,"mcp_github_github_issue_read": "GitHub MCP (Remote): Issue Read"
2223
,"mcp_github_github_issue_write": "GitHub MCP (Remote): Issue Write"
@@ -126,12 +127,14 @@
126127
,"configure_python_environment": "Configure Python Environment"
127128
,"get_search_view_results": "Get Search View Results"
128129
,"get_task_output": "Get Task Output"
130+
,"job_output": "Job Output"
129131
,"get_vscode_api": "Get VSCode API"
130132
,"grep_search": "Grep Search"
131133
,"insert_edit_into_file": "Insert Edit Into File"
132134
,"install_extension": "Install Extension"
133135
,"install_python_packages": "Install Python Packages"
134136
,"list_dir": "List Dir"
137+
,"ls": "Ls"
135138
,"memory": "Memory"
136139
,"multi_replace_string_in_file": "Multi Replace String In File"
137140
,"open_integrated_browser": "Open Integrated Browser"
@@ -266,6 +269,7 @@
266269
,"bash": "Bash"
267270
,"claude-code": "Claude Code"
268271
,"copilot-cloud-agent": "Copilot Cloud Agent"
272+
,"agent": "Agent"
269273
,"copilotcli": "Copilot CLI"
270274
,"github.copilot.default": "GitHub Copilot Default"
271275
,"github.copilot.workspace": "GitHub Copilot Workspace"
@@ -275,18 +279,21 @@
275279
,"grep": "Grep"
276280
,"kill_terminal": "Kill Terminal"
277281
,"read": "Read"
282+
,"view": "View"
278283
,"vscode_editFile_internal": "VSCode Edit File (Internal)"
279284
,"vscode_fetchWebPage_internal": "VSCode Fetch Web Page (Internal)"
280285
,"vscode_searchExtensions_internal": "VSCode Search Extensions (Internal)"
281286
,"vscode-websearchforcopilot_webSearch": "VSCode WebSearch for Copilot: Web Search"
282287
,"webfetch": "Web Fetch"
283288
,"write": "Write"
284289
,"edit": "Edit"
290+
,"multiedit": "Multi Edit"
285291
,"question": "Question"
286292
,"skill": "Skill"
287293
,"read_skill": "Read Skill"
288294
,"task": "Task"
289295
,"todowrite": "Todo Write"
296+
,"todos": "Todos"
290297
,"websearch": "Web Search"
291298
,"navigate_page": "Navigate Page"
292299
,"open_browser_page": "Open Browser Page"

0 commit comments

Comments
 (0)