Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes Teams-specific extensions and sample agents from the codebase in preparation for the 1.0 release. The primary purpose is to clean up the project by removing all Teams functionality including packages, test agents, and sample code.
Key changes include:
- Complete removal of
packages/agents-hosting-extensions-teamspackage and related dependencies - Deletion of two Teams test agents (
teams-agentandteams-application-style) with all their source code, configuration, and assets - Removal of all Teams-related sample applications and examples from the samples directory
Reviewed Changes
Copilot reviewed 150 out of 155 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tsconfig.build.json | Removed references to teams extension package and test agents from build configuration |
| test-agents/teams-application-style/* | Complete removal of Teams application-style test agent including source, config, manifests, and assets |
| test-agents/teams-agent/* | Complete removal of Teams agent test including all source files, models, pages, and configuration |
| samples/teams/* | Removal of all Teams-specific sample applications and compatibility examples |
rido-min
previously approved these changes
Jul 17, 2025
rido-min
approved these changes
Jul 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed teams extension and samples in prep for 1.0 release