Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 24, 2025

PR #14791 fixed a file name reference bug (teamsapp.yamlm365agents.yaml) in packages/vscode-extension/package.nls.json. Investigation confirms this change is already present in the dev branch.

Findings

  • Verified line 638 in both branches contains identical fix: m365agents.yaml and m365agents.local.yaml
  • Change likely applied during previous rebranding merge
  • No cherry-pick action required

File Comparison

# Both branches at line 638:
"teamstoolkit.handeler.addAuthConfig.notification": "Microsoft 365 Agents Toolkit has successfully updated your project configuration (m365agents.yaml and m365agents.local.yaml) files..."

Dev branch has one additional unrelated line (651) for MCP error handling, which is expected.

Original prompt

This section details on the original issue you should resolve

<issue_title>[Cherry-pick] PR #14791 needs to be synchronized to other branches</issue_title>
<issue_description>

Cherry-pick Reminder

@tecton Hello!

This is an automatically created reminder. Your PR #14791 (fix: file name bug) is being merged into the release/6.4 branch.

Please ensure to cherry-pick these changes to the following branches:

Steps to Follow:

  1. Wait for the current PR to be merged.
  2. Execute the following commands locally:
    git fetch origin
    git checkout <target_branch>
    git cherry-pick <commit_hash>
    git push origin <target_branch>
  3. Or create a new PR to merge these changes into the above branches.

After completion, please check the items above ✓

Note: This is an automatically created issue. You can close this issue after completing all the operations.
</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Cherry-pick changes from PR #14791 to dev branch Cherry-pick investigation: PR #14791 already applied to dev Dec 24, 2025
Copilot AI requested a review from tecton December 24, 2025 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Cherry-pick] PR #14791 needs to be synchronized to other branches

2 participants