We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All users must include the list of built-in commands in their prompts. This causes poor user experience, such as that listed in #3428.
We should support disabling command categories by the user.
Proposed Solution: add another config that disables loading a command if the configuration is in the list of disabled commands
Tasks:
main.py
env.template
DISABLED_COMMAND_CATEGORIES
The text was updated successfully, but these errors were encountered:
Commands should be removed and converted in plugins.
Sorry, something went wrong.
@Emasoft see #3652
ntindle
Successfully merging a pull request may close this issue.
All users must include the list of built-in commands in their prompts. This causes poor user experience, such as that listed in #3428.
We should support disabling command categories by the user.
Proposed Solution: add another config that disables loading a command if the configuration is in the list of disabled commands
Tasks:
main.py
env.template
entry forDISABLED_COMMAND_CATEGORIES
and use it inmain.py
The text was updated successfully, but these errors were encountered: