Skip to content

Update tools in prompts to non-deprecated names that work in VSC Copilot Chat - #123741

Merged
jkoritzinsky merged 1 commit into
dotnet:mainfrom
jkoritzinsky:updated-prompts
Jan 29, 2026
Merged

Update tools in prompts to non-deprecated names that work in VSC Copilot Chat#123741
jkoritzinsky merged 1 commit into
dotnet:mainfrom
jkoritzinsky:updated-prompts

Conversation

@jkoritzinsky

Copy link
Copy Markdown
Member

Also added edit/editFiles to the JIT-EE API prompt as it required it in my local usage.

CopilotAI review requested due to automatic review settings January 29, 2026 00:39
@github-actionsgithub-actionsBot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jan 29, 2026

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the YAML frontmatter in two GitHub Copilot prompt configuration files to replace deprecated tool names with their current namespaced equivalents that work properly in VS Code Copilot Chat.

Changes:

  • Renamed the mode: field to agent: in both prompt files
  • Updated tool names from deprecated short names to namespaced versions (e.g., changessearch/changes, codebasesearch/codebase)
  • Added edit/editFiles tool to the JIT-EE API prompt as required for the author's use case

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
.github/prompts/docs.prompt.mdUpdated YAML frontmatter: renamed mode to agent and updated 4 tool names to their namespaced equivalents
.github/prompts/add-new-jit-ee-api.prompt.mdUpdated YAML frontmatter: renamed mode to agent, expanded tool list from 6 deprecated names to 10 namespaced tools including newly added edit/editFiles

@EgorBoEgorBo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, it's the 2nd time those are updated to something non-deprecated 😐

I suspect it should be rewritten to be a SKILL.

@jkoritzinsky
jkoritzinsky enabled auto-merge (squash) January 29, 2026 03:21
@jkoritzinsky

Copy link
Copy Markdown
MemberAuthor

/ba-g markdown only change

@jkoritzinsky
jkoritzinsky merged commit 4fe4a9f into dotnet:mainJan 29, 2026
22 of 23 checks passed
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Feb 28, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area owners

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

@jkoritzinsky@EgorBo