-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Important
We're looking for feedback / suggestions for this planned feature! We believe that many developers and users would find plugin system helpful. You can either comment your thoughts or upvote this issue so we can prioritize its development. We also welcome designs and PR for this feature. See #114 for a similar issue
Is your feature request related to a problem? Please describe.
Pretty ambitious feature, basically we can allow users to make and install their own mods or extensions to the app.
e.g. advanced brainrot defense system, AI autoreply etc.
Kinda like VSCode extensions.
Then we can publish these plugins as separate packages instead of packing everything into the base app. People will be able to dynamically select and install whatever they want to the CLI (and not be forced to download a ton of fancy stuff they don't really need)
Describe the solution you'd like
Have a plugins manager where users can install, enable/disable and configure all their plugins. Not sure how plugin support can be implemented but it is definitely possible as many tools have this feature.
Describe alternatives you've considered
Well you can fork the repo and directly make changes there, but this isn't scalable.
Additional context
Add any other context or screenshots about the feature request here.