Expand description
Generic-notification atom modules for send_mountain_notification.
Each submodule handles one semantic group of fire-and-forget notifications
from Cocoon’s MountainGRPCClient.sendNotification(method, params) rail.
Groups:
Commands-registerCommand,unregisterCommandLanguageProviders- allregister_*_providermessages + dispatch helperSkyEmit- webview, status bar, output, progress, openExternal
Modules§
- Commands
- Notification handlers:
registerCommand,unregisterCommand. Fire-and-forget variants called fromsend_mountain_notification. - Language
Providers - Notification handlers:
register_*_providerlanguage feature registrations. All follow the same pattern: extracthandle,language_selector,extension_idfromParamsand callRegisterProvider. - SkyEmit
- Notification handlers that forward events to Sky via
app.emit(). Covers: webview messages, status bar, output channels, progress,openExternal, and language configuration.