Skip to content

Commit bf42d12

Browse files
authored
Bump azure.ai.agents to 0.0.4 (#6087)
1 parent 4fb2f10 commit bf42d12

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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

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

3+
## 0.0.4 (2025-11-05)
4+
5+
- Add support for --no-prompt and --environment flags in `azd ai agent init`
6+
- Include operation ID in timeout error
7+
- Fix env vars not being included in agent create request
8+
39
## 0.0.3 (2025-11-04)
410

511
- Add support for latest MAML format

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: AI Foundry Agents
55
description: This extension provides custom commands for working with agents using Azure Developer CLI.
66
usage: azd ai agent <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 0.0.3
8+
version: 0.0.4
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.0.3
1+
0.0.4

0 commit comments

Comments
 (0)