From ef04c9a74eb80b397eef858c100045d0b57856fb Mon Sep 17 00:00:00 2001 From: trangevi Date: Fri, 17 Apr 2026 15:00:19 -0700 Subject: [PATCH] Registry update Signed-off-by: trangevi --- cli/azd/extensions/registry.json | 76 ++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/cli/azd/extensions/registry.json b/cli/azd/extensions/registry.json index 28eb92a12f1..2ddb3d7befe 100644 --- a/cli/azd/extensions/registry.json +++ b/cli/azd/extensions/registry.json @@ -3329,6 +3329,82 @@ "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.23-preview/azure-ai-agents-windows-arm64.zip" } } + }, + { + "version": "0.1.24-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": "27c9e937df216c570d4ec5292532f58663cf95ef986bdcc844998efa1bb73082" + }, + "entryPoint": "azure-ai-agents-darwin-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.24-preview/azure-ai-agents-darwin-amd64.zip" + }, + "darwin/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "5c64a7b0f14dca56649d5444bbb8e7a54d4c0c3a9bdb6c79f9baa9428a2160c7" + }, + "entryPoint": "azure-ai-agents-darwin-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.24-preview/azure-ai-agents-darwin-arm64.zip" + }, + "linux/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "bc786a142560956b5efcdc0a75749ed9ba538c6bb29deb910eedbbe8901d6d98" + }, + "entryPoint": "azure-ai-agents-linux-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.24-preview/azure-ai-agents-linux-amd64.tar.gz" + }, + "linux/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "e452a2f2147dc22408a5d0795061666ceef9ffe4927ce835700596283668931a" + }, + "entryPoint": "azure-ai-agents-linux-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.24-preview/azure-ai-agents-linux-arm64.tar.gz" + }, + "windows/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "75957254fd7470bd66ced0f981961aedac34be48ddd13f92cb4bc4bb53294d5b" + }, + "entryPoint": "azure-ai-agents-windows-amd64.exe", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.24-preview/azure-ai-agents-windows-amd64.zip" + }, + "windows/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "cfad02e4cd60529f4f233e2b27ead7227bcc15595c2c2e4981e117fba0d81f7f" + }, + "entryPoint": "azure-ai-agents-windows-arm64.exe", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.24-preview/azure-ai-agents-windows-arm64.zip" + } + } } ] },