File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
cli/azd/extensions/azure.ai.agents Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ displayName: AI Foundry Agents
55description : This extension provides custom commands for working with agents using Azure Developer CLI.
66usage : 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
99language : go
1010capabilities :
1111 - custom-commands
Original file line number Diff line number Diff line change 1- 0.0.3
1+ 0.0.4
You can’t perform that action at this time.
0 commit comments