Right now if you do sgpt --create-role empty and you just Enter on this prompt:
Enter role description:
It doesn't let you go through.
If you write "" then it creates a role like this which is also bad:
{"name": "empty", "role": "You are empty\n\"\""}
Big problem though, markdown output is dependent on whether the words APPLY MARKDOWN are in the role, so markdown enabled completely empty roles are not possible.
This came up in https://github.com/TheR1D/shell_gpt/pull/557
Right now if you do
sgpt --create-role empty
and you just Enter on this prompt:It doesn't let you go through.
If you write
""
then it creates a role like this which is also bad:Big problem though, markdown output is dependent on whether the words
APPLY MARKDOWN
are in the role, so markdown enabled completely empty roles are not possible.