Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions cli/azd/extensions/azure.ai.agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release History

## 1.0.0-beta.9 (2026-08-06)

### Features Added

- [[#9079]](https://github.com/Azure/azure-dev/pull/9079) Add service-scoped environment support for Foundry agent services while preserving project-wide fallback behavior.
- [[#9366]](https://github.com/Azure/azure-dev/pull/9366) Add an `--inspector-port` option to `azd ai agent run` so multiple local agents can use separate Inspector ports.

### Bugs Fixed

- [[#9326]](https://github.com/Azure/azure-dev/pull/9326) Validate Foundry dependencies before creating an agent version and provide actionable guidance when resources are not ready.
- [[#9367]](https://github.com/Azure/azure-dev/pull/9367) Fix Foundry network environment references to apply shared defaults, escaping, and unresolved-variable validation consistently during synthesis.
- [[#9397]](https://github.com/Azure/azure-dev/pull/9397) Stop agent lifecycle hooks from rewriting user-authored `azure.yaml` while preserving resolved deployment defaults.
- [[#9404]](https://github.com/Azure/azure-dev/pull/9404) Fix `azd ai agent init` re-prompting for agent settings when an existing `azure.yaml` already defines the agent.
- [[#9407]](https://github.com/Azure/azure-dev/pull/9407) Allow `azd ai agent init --infra` to continue through existing projects without a Foundry service and reject unsupported infrastructure layouts before mutation.
- [[#9422]](https://github.com/Azure/azure-dev/pull/9422) Restrict unified manifest adoption in `azd ai agent init` to manifests that declare an `azure.ai.agent` service.
- [[#9438]](https://github.com/Azure/azure-dev/pull/9438) Clarify agent initialization output by naming the agent added to `azure.yaml`.
- [[#9439]](https://github.com/Azure/azure-dev/pull/9439) Validate hosted-agent environment variable names before deployment and report actionable errors for invalid names.

## 1.0.0-beta.8 (2026-07-30)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.agents/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: Foundry agents (Beta)
description: Ship agents with Microsoft Foundry from your terminal. (Beta)
usage: azd ai agent <command> [options]
# NOTE: Make sure version.txt is in sync with this version.
version: 1.0.0-beta.8
version: 1.0.0-beta.9
requiredAzdVersion: ">=1.27.1"
dependencies:
- id: azure.ai.inspector
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.agents/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.8
1.0.0-beta.9
6 changes: 6 additions & 0 deletions cli/azd/extensions/azure.ai.connections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.0-beta.4 (2026-08-06)

### Features Added

- [[#9079]](https://github.com/Azure/azure-dev/pull/9079) Add service-scoped environment support for Foundry connection services while preserving project-wide fallback behavior.

## 1.0.0-beta.3 (2026-07-16)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.connections/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tags:
- ai
- connection
usage: azd ai connection <command> [options]
version: 1.0.0-beta.3
version: 1.0.0-beta.4
requiredAzdVersion: ">=1.27.1"
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.connections/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.3
1.0.0-beta.4
6 changes: 6 additions & 0 deletions cli/azd/extensions/azure.ai.inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.0-beta.3 (2026-08-06)

### Other Changes

- [[#9416]](https://github.com/Azure/azure-dev/pull/9416) Upgrade `google.golang.org/grpc` to v1.82.1 to address security advisories.

## 1.0.0-beta.2 (2026-07-09)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.inspector/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: Foundry Agent Inspector (Beta)
description: Browser-based inspector UI for locally running Foundry agents. (Beta)
usage: azd ai inspector <command> [options]
# NOTE: Make sure version.txt is in sync with this version.
version: 1.0.0-beta.2
version: 1.0.0-beta.3
requiredAzdVersion: ">=1.27.0"
language: go
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.inspector/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.2
1.0.0-beta.3
11 changes: 11 additions & 0 deletions cli/azd/extensions/azure.ai.projects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 1.0.0-beta.5 (2026-08-06)

### Features Added

- [[#9079]](https://github.com/Azure/azure-dev/pull/9079) Add service-scoped environment support to Foundry project provisioning while preserving raw templates and project-wide fallback behavior.

### Bugs Fixed

- [[#9326]](https://github.com/Azure/azure-dev/pull/9326) Publish Foundry dependency readiness state so agent deployments can fail early with actionable guidance when resources are not ready.
- [[#9367]](https://github.com/Azure/azure-dev/pull/9367) Fix Foundry project synthesis so network environment references use shared defaults, escaping, and unresolved-variable validation.

## 1.0.0-beta.4 (2026-07-30)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.projects/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ tags:
- ai
- project
usage: azd ai project <command> [options]
version: 1.0.0-beta.4
version: 1.0.0-beta.5
requiredAzdVersion: ">=1.27.1"
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.projects/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.4
1.0.0-beta.5
6 changes: 6 additions & 0 deletions cli/azd/extensions/azure.ai.routines/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.0-beta.4 (2026-08-06)

### Features Added

- [[#9079]](https://github.com/Azure/azure-dev/pull/9079) Add service-scoped environment support for Foundry routine services while preserving project-wide fallback behavior.

## 1.0.0-beta.3 (2026-07-16)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.routines/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tags:
- ai
- routine
usage: azd ai routine <command> [options]
version: 1.0.0-beta.3
version: 1.0.0-beta.4
requiredAzdVersion: ">=1.27.1"
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.routines/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.3
1.0.0-beta.4
6 changes: 6 additions & 0 deletions cli/azd/extensions/azure.ai.skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.0-beta.3 (2026-08-06)

### Bugs Fixed

- [[#9326]](https://github.com/Azure/azure-dev/pull/9326) Track skill readiness and cleanup state so dependent agent deployments fail early with actionable guidance.

## 1.0.0-beta.2 (2026-07-09)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.skills/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: Foundry skills (Beta)
description: Manage Microsoft Foundry skills (reusable agent behavioral guidelines) from your terminal. (Beta)
usage: azd ai skill <command> [options]
# NOTE: Make sure version.txt is in sync with this version.
version: 1.0.0-beta.2
version: 1.0.0-beta.3
requiredAzdVersion: ">=1.27.0"
language: go
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.skills/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.2
1.0.0-beta.3
10 changes: 10 additions & 0 deletions cli/azd/extensions/azure.ai.toolboxes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.5 (2026-08-06)

### Features Added

- [[#9079]](https://github.com/Azure/azure-dev/pull/9079) Add service-scoped environment support for Foundry toolbox services while preserving project-wide fallback behavior.

### Bugs Fixed

- [[#9326]](https://github.com/Azure/azure-dev/pull/9326) Track toolbox readiness and cleanup state so dependent agent deployments fail early with actionable guidance.

## 1.0.0-beta.4 (2026-07-23)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.toolboxes/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tags:
- ai
- toolbox
usage: azd ai toolbox <command> [options]
version: 1.0.0-beta.4
version: 1.0.0-beta.5
requiredAzdVersion: ">=1.27.1"
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.ai.toolboxes/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.4
1.0.0-beta.5
Loading