File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
cli/azd/extensions/azure.ai.agents Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ displayName: Foundry agents (Preview)
55description : Extension for the Foundry Agent Service. (Preview)
66usage : 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
99language : go
1010capabilities :
1111 - custom-commands
Original file line number Diff line number Diff line change 1- 0.1.3 -preview
1+ 0.1.4 -preview
You can’t perform that action at this time.
0 commit comments