Skip to content

Commit c839da5

Browse files
authored
Create changelog for azure.ai.agents v0.1.4-preview (#6379)
* Initial plan * Create changelog for azure.ai.agents v0.1.4-preview
1 parent 3ba02a6 commit c839da5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

cli/azd/extensions/azure.ai.agents/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
## 0.1.4-preview (2025-12-15)
4+
5+
- [[#6326]](https://github.com/Azure/azure-dev/pull/6326) Fix correlation ID propagation and improve tracing for API calls
6+
- [[#6343]](https://github.com/Azure/azure-dev/pull/6343) Improve `azd ai agent init` completion message to recommend `azd up` first
7+
- [[#6344]](https://github.com/Azure/azure-dev/pull/6344) Rename `AI_FOUNDRY_PROJECT_APP_ID` environment variable to `AZURE_AI_PROJECT_PRINCIPAL_ID`
8+
- [[#6366]](https://github.com/Azure/azure-dev/pull/6366) Fix manifest URL path when branch name contains "/"
9+
310
## 0.1.3-preview (2025-12-03)
411

512
- Improve agent service debug logging via `AZD_EXT_DEBUG` env var and `--debug` flag

cli/azd/extensions/azure.ai.agents/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: Foundry agents (Preview)
55
description: Extension for the Foundry Agent Service. (Preview)
66
usage: azd ai agent <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 0.1.3-preview
8+
version: 0.1.4-preview
99
language: go
1010
capabilities:
1111
- custom-commands
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3-preview
1+
0.1.4-preview

0 commit comments

Comments
 (0)