diff --git a/cli/azd/extensions/registry.json b/cli/azd/extensions/registry.json index b801fadb383..28b51639a1f 100644 --- a/cli/azd/extensions/registry.json +++ b/cli/azd/extensions/registry.json @@ -3710,6 +3710,82 @@ "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.28-preview/azure-ai-agents-windows-arm64.zip" } } + }, + { + "version": "0.1.29-preview", + "requiredAzdVersion": "\u003e1.23.13", + "capabilities": [ + "custom-commands", + "lifecycle-events", + "mcp-server", + "service-target-provider", + "metadata" + ], + "providers": [ + { + "name": "azure.ai.agent", + "type": "service-target", + "description": "Deploys agents to the Foundry Agent Service" + } + ], + "usage": "azd ai agent \u003ccommand\u003e [options]", + "examples": [ + { + "name": "init", + "description": "Initialize a new AI agent project.", + "usage": "azd ai agent init" + } + ], + "artifacts": { + "darwin/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "d512a4a2ac982f65d23ed5e6ce9de355d49286f30191794b879b8afa4109a264" + }, + "entryPoint": "azure-ai-agents-darwin-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.29-preview/azure-ai-agents-darwin-amd64.zip" + }, + "darwin/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "b8e9e38efa6180fd4677c44c9381ed031ceb966d9b9a9fe3e1a86eede73f8178" + }, + "entryPoint": "azure-ai-agents-darwin-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.29-preview/azure-ai-agents-darwin-arm64.zip" + }, + "linux/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "8ab960b783244c1e19e8be378b8b3962f8983b4464e2bf78875b136295c91a2d" + }, + "entryPoint": "azure-ai-agents-linux-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.29-preview/azure-ai-agents-linux-amd64.tar.gz" + }, + "linux/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "7b9202e93753c37270ae00985184d4752d22ba6c61d0e871fa6f549c30b62919" + }, + "entryPoint": "azure-ai-agents-linux-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.29-preview/azure-ai-agents-linux-arm64.tar.gz" + }, + "windows/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "3b0295ee0823bf60e8bb49a68901d3e0d830d8a458da99647ab6dd4fc3aa5a8f" + }, + "entryPoint": "azure-ai-agents-windows-amd64.exe", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.29-preview/azure-ai-agents-windows-amd64.zip" + }, + "windows/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "9c274b0fdfc311bdf4dd52a6a5403692d252e214a1cb27c91573223139da428a" + }, + "entryPoint": "azure-ai-agents-windows-arm64.exe", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.29-preview/azure-ai-agents-windows-arm64.zip" + } + } } ] },