-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add autocompletion to the slash command #161
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thanks for the contribution.
Would you mind adding a plugin config bool option to enable or disable the autocomplete functionality? The default value can be true, but I would like to have the option to disable it just in case we ever deploy the cloud plugin in the community server again and the security team doesn't want to advertise the plugin to non-MM employees.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thanks again.
Adding Nick for one additional review before we merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
This is a PR that adds the ability to have autocompletion for cloud slash commands.
This is made with AI using aider and I was unable to test it properly because I don't have the configuration ready.