v1.0.81-13Pre-release
1.0.81-13
Added 1
- Hooks can now receive the current OpenTelemetry trace context and emit correlated spans via traceparent input and tracestate when the span has vendor state, with command hooks also receiving env vars
Fixed 1
- Hook lifecycle events from hooks inside a subagent are now recorded on that subagent's session and re-emitted on its parent instead of being dropped on an internal session
Removed 1
- Removed the PLUGINS_DASHBOARD opt-out and the legacy skills picker it kept alive
From copilot-cli
Added
- Hooks can now receive the current OpenTelemetry trace context and emit correlated spans: inputs gain
traceparent(plustracestatewhen the span has vendor state); command hooks also get env vars.
Fixed
- Hook lifecycle events (
hook.start/hook.end) from hooks inside a subagent are now recorded on that subagent's session and re-emitted on its parent, instead of being dropped on an internal session.
Removed
- Removed the
PLUGINS_DASHBOARDopt-out and the legacy skills picker it kept alive./skills, bare/mcp, and/mcp show(with no server name) always open the dashboard;/mcp configstill opens the dedicated MCP wizard.