Problem and actual behavior
The GitHub Copilot App integrated terminal does not inherit the App identity marker AI_AGENT=github_copilot_app_agent.
When an azd command is run from that terminal, azd cannot identify the execution context as GitHub Copilot App. Its telemetry therefore does not report execution.environment as GitHub Copilot App and instead falls back to another detected environment.
Expected behavior
Commands launched in the GitHub Copilot App integrated terminal should receive the App identity marker so azd telemetry reports:
execution.environment=GitHub Copilot App
Problem and actual behavior
The GitHub Copilot App integrated terminal does not inherit the App identity marker
AI_AGENT=github_copilot_app_agent.When an
azdcommand is run from that terminal, azd cannot identify the execution context as GitHub Copilot App. Its telemetry therefore does not reportexecution.environmentasGitHub Copilot Appand instead falls back to another detected environment.Expected behavior
Commands launched in the GitHub Copilot App integrated terminal should receive the App identity marker so azd telemetry reports:
execution.environment=GitHub Copilot App