[bot] Document /plugin dashboard changes and hook OTel trace context - #2858
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] Document /plugin dashboard changes and hook OTel trace context#2858github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…e context Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reviewed the Copilot CLI changelog (
github/copilot-cli, releases through v1.0.82-2) for changes from the past 7 days and cross-checked them against the Learning Hub. Network access togithub.blog,code.visualstudio.com, andnishanil.github.iowas blocked by the sandbox proxy, so this pass relied on the CLI changelog and GitHub API release/commit data only.What changed upstream (v1.0.81, 2026-08-27)
/pluginsdashboard command was removed. Its functionality is now surfaced through/plugin,/mcp, and/skills— all available to everyone (thePLUGINS_DASHBOARDenv var opt-out is also gone)./pluginsdashboard./plugindashboard now flags installed plugins/marketplaces with newer upstream versions and offers an Update action.traceparent/tracestate), including as env vars for command hooks, so hook executions can be correlated with session telemetry spans.Learning Hub updates
installing-and-using-plugins.md: Replaced the outdated/pluginscommand documentation (from v1.0.76) with the new/plugin//mcp//skillsdashboard entry points, noted the removed hook/LSP toggle limitation, and documented the new "flag outdated + Update" dashboard behavior.automating-with-hooks.md: Added a new "OpenTelemetry Trace Context (v1.0.81+)" subsection documenting thetraceparent/tracestatehook input fields and correspondingTRACEPARENT/TRACESTATEenv vars for command hooks.No new page was warranted — both changes fit naturally as updates to existing sections. The
cli-for-beginnerssection was left untouched per instructions.Sources
github/copilot-cli(v1.0.81 through v1.0.82-2)Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
code.visualstudio.comgithub.blognishanil.github.ioTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.