File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
cli/azd/extensions/azure.ai.agents Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 0.0.2 (2025-10-31)
4+
5+ - Add --host flag to ` azd ai agent init `
6+ - Rename host type to ` azure.ai.agent `
7+ - Store model information in service config
8+ - Display agent endpoint on successful deploy
9+ - Improve error handling
10+ - Fix panic when no default model capacity is returned
11+
312## 0.0.1 (2025-10-28)
413
514- Initial release
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.1
8+ version : 0.0.2
99language : go
1010capabilities :
1111 - custom-commands
Original file line number Diff line number Diff line change 1- 0.0.1
1+ 0.0.2
You can’t perform that action at this time.
0 commit comments