Files
codex/codex-rs/app-server-protocol/schema/json/v2/SkillsUpdatedNotification.json
2026-02-26 11:24:06 +00:00

6 lines
409 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Notification emitted when the server's local skill view changes.\n\nThe payload is intentionally empty because clients should treat this as a refresh hint and call `skills/list` again, typically with `forceReload: true`, instead of trying to apply an incremental update.",
"title": "SkillsUpdatedNotification",
"type": "object"
}