Closed vzaliva closed 11 months ago
When helm-mode is used, the system prompts menu looks weird
Oh wow. This was a suprising bug, and likely a bug in helm itself.
No completion framework:
ivy:
vertico:
helm:
Looks like helm doesn't hide invisible text. Here's a reproducible snippet:
(completing-read "choose: " (list (concat
"Hello "
(propertize "DO NOT SHOW " 'invisible t)
"world 1 ")
(concat
"Hello "
(propertize "DO NOT SHOW " 'invisible t)
"world 2 ")))
Could you file a bug on helm for this? In the meantime, I can look at working around this.
Also, selecting the "Programming" prompt changes how it was shown initially:
I'll need to investigate this one.
Ok, both issues should now be fixed by https://github.com/xenodium/chatgpt-shell/commit/ba74172b2e112fe941719273030e46b3c22203fa Please update.
Tested and it seems to be working. This is fantastic! thanks!
Glad to hear.
When
helm-mode
is used, the system prompts menu looks weird:Also, selecting the "Programming" prompt changes how it was shown initially: