karthink
karthink
Does using `helpful-mode` instead of `"^\\*helpful .*\\*"` work?
I'm affected by this bug too, along with #2901.
@jwr I originally planned to but it in my testing it did the right thing when undoing anyway - undid everything in one step. Is this not the case for...
Thanks, I'll add an undo boundary. I think I need some longer transcripts for running tests!
If I set the buffer-local value of `completion-styles`, ```elisp (setq-local completion-styles '(basic partial-completion)) ``` `org-ql-find` fails for me with the following error: ``` Error in post-command-hook (vertico--exhibit): (error "Invalid completion...
> * there is no separation between the task/directive prompt (e.g. "Rewrite this > paragraph") and the system prompt (providing context) > > * there is no way to pick...
@jwr I added the option for a separate directive (for the next response only) in 53dd3c5f. Please update and let me know how it works for you. To use it,...
Thanks for the detailed feedback! > I would normally not presume to comment on general UI design, but since you asked, I will give you my thoughts based on my...
#### persistent system prompt and directives > This goes for both the system prompt and directives, and I would never want the directive to be for the next request only....
@daedsidog > @karthink I noticed you mentioned that you plan to add something to add context to the system message. I for one find that the context behaves better when...