Skip to content

[bot] Document /plugin dashboard changes and hook OTel trace context - #2858

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
learning-hub-update-2026-08-29-6af9c32e41629319
Draft

[bot] Document /plugin dashboard changes and hook OTel trace context#2858
github-actions[bot] wants to merge 1 commit into
mainfrom
learning-hub-update-2026-08-29-6af9c32e41629319

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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 to github.blog, code.visualstudio.com, and nishanil.github.io was 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)

  • The /plugins dashboard command was removed. Its functionality is now surfaced through /plugin, /mcp, and /skills — all available to everyone (the PLUGINS_DASHBOARD env var opt-out is also gone).
  • Enabling/disabling hooks and LSP servers directly is temporarily unavailable, since those toggles only existed in the removed /plugins dashboard.
  • The /plugin dashboard now flags installed plugins/marketplaces with newer upstream versions and offers an Update action.
  • Hooks can now receive the current OpenTelemetry trace context (traceparent/tracestate), including as env vars for command hooks, so hook executions can be correlated with session telemetry spans.
  • MCP 2026-07-28 protocol support shipped across CLI, SDK, IDE, and in-memory clients (internal protocol-version bump, not user-facing enough to warrant new doc content).

Learning Hub updates

  • installing-and-using-plugins.md: Replaced the outdated /plugins command documentation (from v1.0.76) with the new /plugin / /mcp / /skills dashboard 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 the traceparent/tracestate hook input fields and corresponding TRACEPARENT/TRACESTATE env vars for command hooks.

No new page was warranted — both changes fit naturally as updates to existing sections. The cli-for-beginners section was left untouched per instructions.

Sources

Warning

Firewall blocked 3 domains

The following domains were blocked by the firewall during workflow execution:

  • code.visualstudio.com
  • github.blog
  • nishanil.github.io

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "code.visualstudio.com"
    - "github.blog"
    - "nishanil.github.io"

See Network Configuration for more information.

Generated by Learning Hub Updater · auto · 60.8 AIC · ⌖ 7.68 AIC · ⊞ 8.7K ·

…e context

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants