You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin manager is responsible for handling plugin registration based on the configuration of each plugin. We need to implement that in Botkube as described in AC
Acceptance Criteria
Plugin manager can accept plugin configuration with name and version.
Plugin manager can accept plugin configuration with name and version
It should download the plugin executable by using the name and version to a specified local folder before running the Botkube application
There should be a caching mechanism not to download same version again
We need to create a wrapper for plugin binary output and the plugin client itself. Consider: Should the plugin binary output be available only when debug mode is enabled?
Overview
Plugin manager is responsible for handling plugin registration based on the configuration of each plugin. We need to implement that in Botkube as described in AC
Acceptance Criteria
The text was updated successfully, but these errors were encountered: