-
Notifications
You must be signed in to change notification settings - Fork 6k
Add LLM detection telemetry documentation for .NET CLI #48930
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
Add LLM detection telemetry documentation for .NET CLI #48930
Conversation
Co-authored-by: meaghanlewis <[email protected]>
@baronfel let me know if these changes are what you had in mind for the LLM telemetry data point. Should I also include Cursor in the agent list, and a scenario for when multiple agents are used? |
@meaghanlewis thanks for kicking this off! We added a few more LLM agent detections recently so I'm having Copilot tackle those as well. Other than that this looks great. |
Co-authored-by: baronfel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for the new LLM agent detection feature in the .NET CLI telemetry system. The changes clarify what telemetry data is collected when the CLI is invoked by LLM agents and explain how the detection mechanism works.
Key changes:
- Added telemetry collection entry for LLM agent detection in .NET CLI versions >=10.0.100
- Introduced new "LLM Detection" section explaining the detection mechanism and supported agents
- Added table of supported LLM agents with their detection environment variables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some suggestions to consider.
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Corrected formatting in telemetry documentation.
Summary
This pull request updates the .NET CLI telemetry documentation to include details about the new LLM agent detection feature. The most important changes clarify what data is collected when the CLI is run by an LLM agent and provide specifics on how detection works.
Telemetry feature update
>=10.0.100
, the CLI reports the detected LLM agent name if invoked from an LLM agent. This includes a reference to the new LLM Detection section for more information.New LLM Detection section
Fixes #48774
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews