Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 24, 2025

Cherry-picks changes from PR #15046 (merged to release/6.5) to dev branch per sync requirements.

Changes

  • Error message update: Simplified MissingEnvironmentVariablesError text from "For new Microsoft 365 Agents Toolkit projects, make sure you've run provision or debug" to "For new projects, run local debugging or provision a remote environment"
  • Test cleanup: Removed unused imports (ActionInjector, LocalMcpPrefix) and updated corresponding test assertion in FxCore.test.ts
- "For new Microsoft 365 Agents Toolkit projects, make sure you've run provision or debug to set these variables correctly."
+ "For new projects, run local debugging or provision a remote environment to set these variables."
Original prompt

This section details on the original issue you should resolve

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

Cherry-pick Reminder

@tecton Hello!

This is an automatically created reminder. Your PR #15046 (fix: error message) is being merged into the release/6.5 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)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Cherry-pick changes from PR #15046 to dev branch Cherry-pick PR #15046: Simplify error message for missing environment variables Dec 24, 2025
Copilot AI requested a review from tecton December 24, 2025 08:20
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 #15046 needs to be synchronized to other branches

2 participants