Plugin SDK Overview
What’s coming
Section titled “What’s coming”The Plugin SDK will give third-party developers first-class access to the same APIs the built-in plugins use:
NotchPluginprotocol — conformance, lifecycle (activate/deactivate), and UI slotsPluginContext— dependency injection at activation time (services, event bus, settings)PluginEventBus— publish and subscribe to inter-plugin eventsPluginSettings— namespaced key-value persistence (no directDefaultsaccess needed)- Display priority — control when your plugin surfaces in the notch
Roadmap
Section titled “Roadmap”- Stable
NotchPluginprotocol freeze - Public
PluginContextAPI documentation - Sample plugin template repository
- Distribution guidelines
Track progress on the Roadmap.