Skip to content

Commit fbf983a

Browse files
MuyangAmigoCopilot
andauthored
docs: rename AI Toolkit to Foundry Toolkit for VSCode in microsoft-foundry skill (#2429)
* docs: rename AI Toolkit to Foundry Toolkit for VSCode in microsoft-foundry skill Updates the two AI Toolkit references in the agentframework debugging section to use the new product name 'Foundry Toolkit for VSCode (Formerly AI Toolkit)'. The vscode:// deeplinks and extension IDs are left unchanged because they are functional identifiers. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: use 'VS Code' (with space) for product name consistency Address review feedback: align product name spelling with the rest of the document and Microsoft's official spelling ('VS Code', not 'VSCode'). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: drop redundant 'Formerly AI Toolkit' from second link The rename clarification is already provided on line 75, so the second reference can use the shorter 'Foundry Toolkit Agent Inspector' label. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 84de860 commit fbf983a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/skills/microsoft-foundry/foundry-agent/create/references/agentframework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ For workflow samples and advanced patterns, search the [Agent Framework GitHub r
7272

7373
## Debugging
7474

75-
Use [AI Toolkit for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-windows-ai-studio.windows-ai-studio) with the `agentdev` CLI tool for interactive debugging:
75+
Use [Foundry Toolkit for VS Code (Formerly AI Toolkit)](https://marketplace.visualstudio.com/items?itemName=ms-windows-ai-studio.windows-ai-studio) with the `agentdev` CLI tool for interactive debugging:
7676

7777
1. Install `debugpy` for VS Code Python Debugger support
7878
2. Install `agent-dev-cli` (pre-release) for the `agentdev` command
7979
3. Key debug tasks: `agentdev run <entrypoint>.py --port 8087` starts the agent HTTP server, `debugpy --listen 127.0.0.1:5679` attaches the debugger, and the `ai-mlstudio.openTestTool` VS Code command opens the Agent Inspector UI
8080

81-
For VS Code `launch.json` and `tasks.json` configuration templates, see [AI Toolkit Agent Inspector — Configure debugging manually](https://github.com/microsoft/vscode-ai-toolkit/blob/main/doc/agent-test-tool.md#configure-debugging-manually).
81+
For VS Code `launch.json` and `tasks.json` configuration templates, see [Foundry Toolkit Agent Inspector — Configure debugging manually](https://github.com/microsoft/vscode-ai-toolkit/blob/main/doc/agent-test-tool.md#configure-debugging-manually).
8282

8383
## Common Errors
8484

0 commit comments

Comments
 (0)