Skip to content

Commit 9f6897e

Browse files
authored
Merge branch 'main' into copilot/add-friendly-names-for-tools-again
2 parents ba0cc52 + 77d1cc1 commit 9f6897e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/check-toolnames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
steps:
2020
- name: Harden the runner (Audit all outbound calls)
21-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
21+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
2222
with:
2323
egress-policy: audit
2424

.github/workflows/tag-on-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
egress-policy: audit
2020

2121
- name: Tag user on new issue
22-
uses: devops-actions/issue-comment-tag@6dbf2b1d509b1255e744349f7b0d5c1f723b22ef # v0.1.9
22+
uses: devops-actions/issue-comment-tag@3a605c5f21e15e5b963c866421bf4189bcc32310 # v0.1.10
2323
with:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
team: ${{ vars.TAG_USER }}

src/toolNames.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
,"mcp_gitkraken_gitkraken_workspace_list": "GitKraken MCP: List Workspaces"
2929
,"manage_todo_list": "Manage TODO List"
3030
,"copilot_readFile": "Read File"
31+
,"copilot_viewImage": "Copilot View Image"
3132
,"opilot_findFiles": "Find Files"
3233
,"copilot_writeFile": "Write File"
3334
,"copilot_applyPatch": "Apply Patch"
@@ -109,6 +110,7 @@
109110
,"open_integrated_browser": "Open Integrated Browser"
110111
,"open_simple_browser": "Open Simple Browser"
111112
,"read_file": "Read File"
113+
,"view_image": "View Image"
112114
,"read_notebook_cell_output": "Read Notebook Cell Output"
113115
,"read_project_structure": "Read Project Structure"
114116
,"replace_string_in_file": "Replace String In File"
@@ -128,6 +130,7 @@
128130
,"tool_search": "Tool Search"
129131
,"vscode_askQuestions": "VSCode Ask Questions"
130132
,"vscode_get_confirmation": "VSCode Get Confirmation"
133+
,"vscode_get_confirmation_with_options": "VSCode Get Confirmation With Options"
131134
,"vscode_get_terminal_confirmation": "VSCode Get Terminal Confirmation"
132135
,"mcp_io_github_ups_get-library-docs": "Context7 MCP: Get Library Docs"
133136
,"mcp_io_github_ups_resolve-library-id": "Context7 MCP: Resolve Library ID"

0 commit comments

Comments
 (0)