pub const SERVER_NOTIFICATION_METHODS: &[&str];Expand description
All 68 server notification methods this crate can decode: [“account/login/completed”, “account/rateLimits/updated”, “account/updated”, “app/list/updated”, “command/exec/outputDelta”, “configWarning”, “deprecationNotice”, “error”, “externalAgentConfig/import/completed”, “externalAgentConfig/import/progress”, “fs/changed”, “fuzzyFileSearch/sessionCompleted”, “fuzzyFileSearch/sessionUpdated”, “guardianWarning”, “hook/completed”, “hook/started”, “item/agentMessage/delta”, “item/autoApprovalReview/completed”, “item/autoApprovalReview/started”, “item/commandExecution/outputDelta”, “item/commandExecution/terminalInteraction”, “item/completed”, “item/fileChange/outputDelta”, “item/fileChange/patchUpdated”, “item/mcpToolCall/progress”, “item/plan/delta”, “item/reasoning/summaryPartAdded”, “item/reasoning/summaryTextDelta”, “item/reasoning/textDelta”, “item/started”, “mcpServer/oauthLogin/completed”, “mcpServer/startupStatus/updated”, “model/rerouted”, “model/safetyBuffering/updated”, “model/verification”, “process/exited”, “process/outputDelta”, “remoteControl/status/changed”, “serverRequest/resolved”, “skills/changed”, “thread/archived”, “thread/closed”, “thread/compacted”, “thread/deleted”, “thread/goal/cleared”, “thread/goal/updated”, “thread/name/updated”, “thread/realtime/closed”, “thread/realtime/error”, “thread/realtime/itemAdded”, “thread/realtime/outputAudio/delta”, “thread/realtime/sdp”, “thread/realtime/started”, “thread/realtime/transcript/delta”, “thread/realtime/transcript/done”, “thread/settings/updated”, “thread/started”, “thread/status/changed”, “thread/tokenUsage/updated”, “thread/unarchived”, “turn/completed”, “turn/diff/updated”, “turn/moderationMetadata”, “turn/plan/updated”, “turn/started”, “warning”, “windows/worldWritableWarning”, “windowsSandbox/setupCompleted”]