Conversation
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/296bafbe-1505-498a-820d-e2133baa5902 Co-authored-by: trangevi <26490000+trangevi@users.noreply.github.com>
azure.ai.agents 0.1.21-preview patch release
There was a problem hiding this comment.
Pull request overview
Prepares the azure.ai.agents extension for the 0.1.21-preview patch release by updating the extension version metadata and documenting the set of user-facing changes included in this release.
Changes:
- Bump extension version from
0.1.20-preview→0.1.21-preview. - Add
0.1.21-previewrelease notes to the extension changelog.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
cli/azd/extensions/azure.ai.agents/version.txt |
Updates the extension’s version marker to 0.1.21-preview. |
cli/azd/extensions/azure.ai.agents/extension.yaml |
Updates extension manifest version to 0.1.21-preview. |
cli/azd/extensions/azure.ai.agents/CHANGELOG.md |
Adds the 0.1.21-preview (2026-04-09) section with links to the included PRs. |
jongio
left a comment
There was a problem hiding this comment.
Looks good - all 11 referenced PRs are merged, version bumps are consistent across extension.yaml and version.txt, changelog entries follow existing formatting conventions, and no user-facing changes are missing from the release notes.
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
|
/check-enforcer override |
Bumps
azure.ai.agentsfrom0.1.20-previewto0.1.21-previewwith 11 user-facing changes acrossinit,invoke, andrun.Version files
version.txtandextension.yamlupdated to0.1.21-previewChangelog entries
azd ai agent initto prompt for an existing Foundry project when the manifest contains no model resourcesagent.yamland pre-select it on reruns; remove stale replica mention from post-init messageazd ai agent initand redirectlogoutput when--debugis used #7596 Reduce noisy output duringazd ai agent init; internal log statements now route to the debug log file and only surface with--debugAZURE_AI_PROJECT_ENDPOINT/AZURE_OPENAI_ENDPOINTtoagent.yaml;azd ai agent runnow translatesAZURE_AI_*env vars toFOUNDRY_*equivalents for local agent processesazd ai agent invokestreaming to emit each SSE data object on its own lineazd ai agent init --project-idwhenagent.yamlhas no model resourceagent.manifest.yamlin the current directory and prompt to use it duringazd ai agent init