From f7c9dfa346b922f358e833e5e0c6a9ee9184f61a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:07:25 +0000 Subject: [PATCH 1/3] Initial plan From 0fbde502aa34678f9180b4fb253090d3b21d0f92 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:10:42 +0000 Subject: [PATCH 2/3] Update azure.ai.agents extension changelog and version to 0.1.11-preview --- cli/azd/extensions/azure.ai.agents/CHANGELOG.md | 6 ++++++ cli/azd/extensions/azure.ai.agents/extension.yaml | 2 +- cli/azd/extensions/azure.ai.agents/version.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cli/azd/extensions/azure.ai.agents/CHANGELOG.md b/cli/azd/extensions/azure.ai.agents/CHANGELOG.md index c5f785dfa91..cdffce36ad8 100644 --- a/cli/azd/extensions/azure.ai.agents/CHANGELOG.md +++ b/cli/azd/extensions/azure.ai.agents/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 0.1.11-preview (2026-02-24) + +- [[#6828]](https://github.com/Azure/azure-dev/pull/6828) Add new "init from code" flow allowing users to run `azd ai agent init` without an existing project, template, or manifest +- [[#6867]](https://github.com/Azure/azure-dev/pull/6867) Add default model selection for the basic init flow +- [[#6768]](https://github.com/Azure/azure-dev/pull/6768) Normalize user-facing CLI branding to lowercase `azd` + ## 0.1.10-preview (2026-02-19) - [[#6749]](https://github.com/Azure/azure-dev/pull/6749) Add "Choose a different model (all regions)" option during model selection recovery diff --git a/cli/azd/extensions/azure.ai.agents/extension.yaml b/cli/azd/extensions/azure.ai.agents/extension.yaml index 806eec7f8d6..0e724e229b2 100644 --- a/cli/azd/extensions/azure.ai.agents/extension.yaml +++ b/cli/azd/extensions/azure.ai.agents/extension.yaml @@ -5,7 +5,7 @@ displayName: Foundry agents (Preview) description: Extension for the Foundry Agent Service. (Preview) usage: azd ai agent [options] # NOTE: Make sure version.txt is in sync with this version. -version: 0.1.10-preview +version: 0.1.11-preview requiredAzdVersion: ">1.23.4" language: go capabilities: diff --git a/cli/azd/extensions/azure.ai.agents/version.txt b/cli/azd/extensions/azure.ai.agents/version.txt index 1e28e83c069..11c9c6647c0 100644 --- a/cli/azd/extensions/azure.ai.agents/version.txt +++ b/cli/azd/extensions/azure.ai.agents/version.txt @@ -1 +1 @@ -0.1.10-preview \ No newline at end of file +0.1.11-preview \ No newline at end of file From e3758289ca3b746ac828a6c7992e1c0512661118 Mon Sep 17 00:00:00 2001 From: JeffreyCA Date: Tue, 24 Feb 2026 14:31:11 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- cli/azd/extensions/azure.ai.agents/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/azd/extensions/azure.ai.agents/CHANGELOG.md b/cli/azd/extensions/azure.ai.agents/CHANGELOG.md index cdffce36ad8..3a4beca84fc 100644 --- a/cli/azd/extensions/azure.ai.agents/CHANGELOG.md +++ b/cli/azd/extensions/azure.ai.agents/CHANGELOG.md @@ -4,7 +4,6 @@ - [[#6828]](https://github.com/Azure/azure-dev/pull/6828) Add new "init from code" flow allowing users to run `azd ai agent init` without an existing project, template, or manifest - [[#6867]](https://github.com/Azure/azure-dev/pull/6867) Add default model selection for the basic init flow -- [[#6768]](https://github.com/Azure/azure-dev/pull/6768) Normalize user-facing CLI branding to lowercase `azd` ## 0.1.10-preview (2026-02-19)