Skip to content

docs: cherrypick 6.0.1 & 6.0.2 changelog #14232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
21 changes: 21 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

> 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).

## 6.0.2 - Jun 26, 2025
Hotfix version.

- **Enhanced Agent project generation**

Previously, users could create an Agents project without entering an OpenAI key during the initial question flow. Instead, a prompt to input the key would appear just before debugging. While this provided a smoother experience, it was not generally and consistently applied across agents templates.

This issue has now been resolved. The improved flow is now supported across all templates that requires a Key, ensuring a seamless and consistent project setup experience.

## 6.0.1 - Jun 03, 2025
Hotfix version.

- Updated the [app manifest version to v1.21](https://developer.microsoft.com/json-schemas/teams/v1.21/MicrosoftTeams.schema.json).
- Updated [Declarative Agents manifest version to v1.4](https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/declarative-agent-manifest-1.4).
- Updated [Kiota version to 1.26.1](https://github.com/microsoft/kiota/releases/tag/v1.26.1).
- Fixed an issue of telemetry events in Kiota integration.
- Fixed incorrect CLI command name references in the README file and messages prompts in Office add-in projects.
- [Preview] Fixed the typespec projects failure in lifecycle stage Provision.
- [Preview] Updated the typespec package version to latest. Note that the typespec package is rc version now and subject to changes.
- [Preview] Fixed a repository reference issue in typespec projects.

## 6.0.0 - May 19, 2025
This major version upgrade is a milestone as Teams Toolkit evolves to Microsoft 365 Agents Toolkit with a set of awesome new features to provide better development experience for agents building and a brand new icon!

Expand Down