Skip to content

Commit 4c52868

Browse files
Copilottrangevi
andauthored
Prepare azure.ai.agents 0.1.31-preview patch release metadata (#8098)
* Initial plan * Prepare azure.ai.agents 0.1.31-preview patch release Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/4e0c6f73-f12f-4fb1-9f16-28a8dcad9e06 Co-authored-by: trangevi <26490000+trangevi@users.noreply.github.com> * Changelog update Signed-off-by: trangevi <trangevi@microsoft.com> --------- Signed-off-by: trangevi <trangevi@microsoft.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: trangevi <26490000+trangevi@users.noreply.github.com> Co-authored-by: trangevi <trangevi@microsoft.com>
1 parent dd2855f commit 4c52868

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

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

3+
## 0.1.31-preview (2026-05-07)
4+
5+
- [[#8096]](https://github.com/Azure/azure-dev/pull/8096) Fix for bug introduced with #8034. Properly storing root agent endpoint since sessions are independent of protocol.
6+
- [[#8038]](https://github.com/Azure/azure-dev/pull/8038) Fix MCP tool field mapping to correctly include `url` values from tool definitions. Fixes mapping for toolbox tools to connections.
7+
38
## 0.1.30-preview (2026-05-06)
49

510
- [[#8028]](https://github.com/Azure/azure-dev/pull/8028) Add `--agent-endpoint` flag to `azd ai agent invoke` to invoke a deployed agent from any directory without needing an azd project or environment. Thanks @antriksh30 for the contribution!

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: Ship agents with Microsoft Foundry from your terminal. (Preview)
66
usage: azd ai agent <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 0.1.30-preview
8+
version: 0.1.31-preview
99
requiredAzdVersion: ">1.23.13"
1010
language: go
1111
capabilities:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.30-preview
1+
0.1.31-preview

0 commit comments

Comments
 (0)