Describe the bug
After installing an APM package with a *.agents.md file with --target copilot option, there is a warning (underline in the file): E.g.: "Tool or toolset 'XYZ' has been renamed, use 'vscode/XYZ' instead.".
This occurs for the following "tools" specified in the front matter of an agent.md file:
askQuestions (--> vscode/askQuestions)
runInTerminal (--> execute/runInTerminal)
getTerminalOutput (--> execute/getTerminalOutput)
createFile (--> edit/createFile)
fetch (--> web/fetch)
listDirectory (--> search/listDirectory)
To Reproduce
Steps to reproduce the behavior:
- Run command 'apm install repo/apm-package'
- With parameters ' --target copilot'
- Open
*.agents.md in VSCODE
- See error
Expected behavior
Paths/references to tools are correct in VSCODE
Environment (please complete the following information):
- OS: macOS
- Python Version: 3.14.5
- APM Version: 0.27.0
- VSCode Version: 1.121.0
Logs

Additional context
Add any other context about the problem here.
Describe the bug
After installing an APM package with a
*.agents.mdfile with--target copilotoption, there is a warning (underline in the file): E.g.: "Tool or toolset 'XYZ' has been renamed, use 'vscode/XYZ' instead.".This occurs for the following "tools" specified in the front matter of an
agent.mdfile:askQuestions(-->vscode/askQuestions)runInTerminal(-->execute/runInTerminal)getTerminalOutput(-->execute/getTerminalOutput)createFile(-->edit/createFile)fetch(-->web/fetch)listDirectory(-->search/listDirectory)To Reproduce
Steps to reproduce the behavior:
*.agents.mdin VSCODEExpected behavior
Paths/references to tools are correct in VSCODE
Environment (please complete the following information):
Logs

Additional context
Add any other context about the problem here.