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
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.
The text was updated successfully, but these errors were encountered:
This is a great feature suggestion!!! I'd like to pin this because many people make instagram bots and micro services, would be great if we provide a generalized framework to connect those and facilitate customisation! Forking the repo also doesnt' allow you to share your extension with others. I think we either provide integration method for whatever the user builds (that's probably what you are referring to) or provide API library for user to build plugins that can be natively supported easily (more work for us, 😢 )
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.
The text was updated successfully, but these errors were encountered: