Skip to content

Commit f457240

Browse files
authored
azure.ai.agents - Update changelog and version to 0.0.2 (#6052)
* Update changelog and version to 0.0.2
1 parent 9e8c083 commit f457240

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

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.1
8+
version: 0.0.2
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.1
1+
0.0.2

0 commit comments

Comments
 (0)