Skip to content

Commit 98acdbb

Browse files
committed
docs: Update changelog for 6.10.2 release
1 parent ce69910 commit 98acdbb

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

packages/vscode-extension/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22
> Note: This changelog only includes the changes for the stable versions of Microsoft 365 Agents Toolkit (evolved from Teams Toolkit). For the changelog of pre-released versions, please refer to the [Microsoft 365 Agents Toolkit Pre-release Changelog](https://github.com/OfficeDev/TeamsFx/blob/dev/packages/vscode-extension/PRERELEASE.md).
33
4+
5+
## 6.10.2 - June 9, 2026
6+
7+
### New Features
8+
9+
#### Add agent evaluation support to declarative agent templates
10+
[description]: This release introduces agent evaluation support across all declarative agent (DA) project templates. Each template now includes an `evals/prompts.json` file with a sample dataset to assist users in evaluating their agents effectively. Additionally, the associated README files have been updated with a new "Evaluating Agents" section that includes instructions for using the `@microsoft/m365-copilot-eval` CLI to perform evaluations. Environment variable placeholders have also been added for easier configuration. This enhancement provides a clear, standardized way to test and assess agent performance directly within the project structure.
11+
12+
#### Redesign terminate process feature for handling port conflicts
13+
[description]: The terminate process feature has been re-designed to provide a better user experience when handling port conflicts during project setup or execution. The improved functionality ensures that processes using conflicting ports are identified and properly terminated, simplifying troubleshooting and minimizing workflow disruptions. This redesign enhances the reliability and usability of development workflows, especially when working with multiple agent configurations.
14+
15+
### Bug Fix
16+
- Added a missing trailing newline to `repair.yml.tpl` file in templates to adhere to file formatting conventions, [PR #15962](https://github.com/OfficeDev/microsoft-365-agents-toolkit/pull/15962)
17+
- Updated the "Evaluating Agents" section in declarative agent template READMEs to include a required "Provision the project first" step and reverted prior incorrect changes to the `TENANT_ID` placeholder, [PR #16011](https://github.com/OfficeDev/microsoft-365-agents-toolkit/pull/16011)
18+
- Resolved an issue causing the "Fetch action from MCP" feature to fail on macOS by using the MCP gateway's tool list directly rather than relying on the VS Code LM tool registry, [PR #16104](https://github.com/OfficeDev/microsoft-365-agents-toolkit/pull/16104)
19+
420
## 6.10.1 - June 3, 2026
521

622
### New Features

0 commit comments

Comments
 (0)