Skip to content

Commit d15497c

Browse files
Copilottrangevi
andauthored
Prepare azure.ai.agents 0.1.30-preview patch release (#8082)
* Initial plan * Prepare azure.ai.agents 0.1.30-preview patch release Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/0e96dbbe-7b0e-41b7-9d81-278cd7d6807f Co-authored-by: trangevi <26490000+trangevi@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: trangevi <26490000+trangevi@users.noreply.github.com>
1 parent df29300 commit d15497c

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

.vscode/cspell-github-user-aliases.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
aaronpowell
22
adam-lavrik
3+
adamra
34
AlecAivazis
45
alexandair
6+
antriksh
57
benbjohnson
68
blang
79
bmatcuk
@@ -31,6 +33,7 @@ Menghua1
3133
mikekistler
3234
Mstiekema
3335
multierr
36+
Nathandrake
3437
nicksnyder
3538
otiai10
3639
pamelafox

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

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

3+
## 0.1.30-preview (2026-05-06)
4+
5+
- [[#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!
6+
- [[#7999]](https://github.com/Azure/azure-dev/pull/7999) Add A2A endpoint protocol and agent card metadata support for agent deployments. Thanks @adamra-msft for the contribution!
7+
- [[#8027]](https://github.com/Azure/azure-dev/pull/8027) Add playground URL and per-protocol endpoint URLs to `azd ai agent show` output. Thanks @Nathandrake229 for the contribution!
8+
- [[#8034]](https://github.com/Azure/azure-dev/pull/8034) Move session and conversation ID tracking to the global azd user config, enabling session state to persist across directories and project relocations.
9+
- [[#7947]](https://github.com/Azure/azure-dev/pull/7947) Fix `flag redefined` panics on `azd ai agent show`, `azd ai agent files list`, and `azd ai agent files stat` caused by duplicate `--output`/`-o` flag registration.
10+
- [[#7968]](https://github.com/Azure/azure-dev/pull/7968) Fix agent templates URL used by `azd ai agent init` to use the correct `aka.ms` redirect after release.
11+
12+
### Breaking Changes
13+
14+
- [[#8040]](https://github.com/Azure/azure-dev/pull/8040) Remove prompt agent and `azureml://` registry support; prompt agent configurations in `azure.yaml` are no longer recognized.
15+
316
## 0.1.29-preview (2026-04-30)
417

518
- [[#7984]](https://github.com/Azure/azure-dev/pull/7984) Fix `postdeployHandler` to skip post-deploy processing when the project has no hosted agent services, preventing errors on non-agent projects.

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.29-preview
8+
version: 0.1.30-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.29-preview
1+
0.1.30-preview

0 commit comments

Comments
 (0)