Skip to content
Developer Preview

skill/changed

The session’s user-invocable skill set changed; clients re-issue skill/list. A live host-state projection, not a view event.

Type: SkillChangedParams

skill/changed params: the session’s user-invocable set changed; clients re-issue skill/list. Advisory — the host may coalesce bursts and guarantees no ordering relative to view events (ADR 32471 D3).

Field Type Stability Presence Description
sessionId string required The session whose set changed.
Source

schema/msp/experimental/msp.schema.json#/notifications/skill~2Fchanged

{
"description": "The session's user-invocable skill set changed; clients re-issue skill/list. A live host-state projection, not a view event.",
"params": {
"$ref": "#/$defs/SkillChangedParams"
}
}