From d36e61d7c077b6d9b8bb88de74ab3e9beb696205 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:42:08 +0000 Subject: [PATCH 1/2] Initial plan From 099eb2d38fa35c12f4489d02823dc55a2a030c6e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:45:15 +0000 Subject: [PATCH 2/2] 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 --- src/toolNames.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/toolNames.json b/src/toolNames.json index 64c69608..e5f08bdc 100644 --- a/src/toolNames.json +++ b/src/toolNames.json @@ -17,6 +17,7 @@ ,"mcp_io_github_git_search_issues": "GitHub MCP (Local): Search Issues" ,"mcp_io_github_git_add_issue_comment": "GitHub MCP (Local): Add Issue Comment" ,"mcp_io_github_git_list_pull_requests": "GitHub MCP (Local): List Pull Requests" + ,"mcp_io_github_git_list_code_scanning_alerts": "GitHub MCP (Local): List Code Scanning Alerts" ,"mcp_github_github_assign_copilot_to_issue": "GitHub MCP (Remote): Assign Copilot to Issue" ,"mcp_github_github_issue_read": "GitHub MCP (Remote): Issue Read" ,"mcp_github_github_issue_write": "GitHub MCP (Remote): Issue Write" @@ -126,12 +127,14 @@ ,"configure_python_environment": "Configure Python Environment" ,"get_search_view_results": "Get Search View Results" ,"get_task_output": "Get Task Output" + ,"job_output": "Job Output" ,"get_vscode_api": "Get VSCode API" ,"grep_search": "Grep Search" ,"insert_edit_into_file": "Insert Edit Into File" ,"install_extension": "Install Extension" ,"install_python_packages": "Install Python Packages" ,"list_dir": "List Dir" + ,"ls": "Ls" ,"memory": "Memory" ,"multi_replace_string_in_file": "Multi Replace String In File" ,"open_integrated_browser": "Open Integrated Browser" @@ -266,6 +269,7 @@ ,"bash": "Bash" ,"claude-code": "Claude Code" ,"copilot-cloud-agent": "Copilot Cloud Agent" + ,"agent": "Agent" ,"copilotcli": "Copilot CLI" ,"github.copilot.default": "GitHub Copilot Default" ,"github.copilot.workspace": "GitHub Copilot Workspace" @@ -275,6 +279,7 @@ ,"grep": "Grep" ,"kill_terminal": "Kill Terminal" ,"read": "Read" + ,"view": "View" ,"vscode_editFile_internal": "VSCode Edit File (Internal)" ,"vscode_fetchWebPage_internal": "VSCode Fetch Web Page (Internal)" ,"vscode_searchExtensions_internal": "VSCode Search Extensions (Internal)" @@ -282,11 +287,13 @@ ,"webfetch": "Web Fetch" ,"write": "Write" ,"edit": "Edit" + ,"multiedit": "Multi Edit" ,"question": "Question" ,"skill": "Skill" ,"read_skill": "Read Skill" ,"task": "Task" ,"todowrite": "Todo Write" + ,"todos": "Todos" ,"websearch": "Web Search" ,"navigate_page": "Navigate Page" ,"open_browser_page": "Open Browser Page"