Skip to content

Document AI agent skill-usage telemetry#1229

Draft
IEvangelist wants to merge 2 commits into
mainfrom
dapine/agent-telemetry-docs
Draft

Document AI agent skill-usage telemetry#1229
IEvangelist wants to merge 2 commits into
mainfrom
dapine/agent-telemetry-docs

Conversation

@IEvangelist
Copy link
Copy Markdown
Member

@IEvangelist IEvangelist commented Jun 8, 2026

Summary

Extends the Microsoft-collected CLI telemetry reference page to document the AI agent skill-usage telemetry installed by aspire agent init:

  • A new AI agent skill usage section under Scope explaining the PostToolUse hook.
  • The three event types (skill_invocation, tool_invocation, reference_file_read) and the exact low-cardinality fields recorded.
  • The privacy guarantees: only Aspire-owned skill/tool names and skill-relative reference paths are recorded; never absolute paths, repo/user names, file contents, or tool arguments.
  • The opt-out: the single ASPIRE_CLI_TELEMETRY_OPTOUT switch disables all CLI telemetry, including AI agent skill usage.

English source only; translations are handled by the localization workflow. Draft pending coordinated review with the implementation PRs (microsoft/aspire#18009, microsoft/aspire-skills#30).

Part of microsoft/aspire#18008

Extend the Microsoft-collected CLI telemetry page to cover the agent telemetry
hooks installed by 'aspire agent init': the three event types
(skill_invocation, tool_invocation, reference_file_read), the exact
low-cardinality fields recorded, the privacy guarantees (only Aspire-owned
skill/tool names and skill-relative reference paths; never absolute paths, repo
or user names, file contents, or tool arguments), and the
ASPIRE_CLI_AGENT_TELEMETRY_OPTOUT / --no-telemetry-hooks opt-out paths.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aspire-repo-bot
Copy link
Copy Markdown
Contributor

Frontend HTML artifact ready

The latest frontend build uploaded the frontend-dist artifact for PR #1229. Use the VS Code button below to open this PR with GitHub Artifacts Explorer and browse the built HTML locally.

VS Code: Open PR #1229 artifacts

This comment updates automatically when a new frontend build artifact is uploaded.

Remove the AI-only opt-out section (ASPIRE_CLI_AGENT_TELEMETRY_OPTOUT) and the
'aspire agent init --no-telemetry-hooks' note. The single
ASPIRE_CLI_TELEMETRY_OPTOUT switch disables all CLI telemetry including AI
agent skill usage. Soften the over-claimed opt-out re-check wording.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

1 participant