-
I want to define some commands, like "/libcontext" that I can use to dump some stuff into the context for the LLM. I think this should be possible (the readme advertises "custom slash commands") but I can't seem to find any docs or recipes for how to do it, or any dotfiles online that show an example of this. I found the slash_commands option but that requires a callback that seems to always be a string. I also used the
But that prompt doesn't seem to show up when I type
I am able to use the prompt via exec mode: Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I'm actually working on a feature that will enable you to have a prompt library appear as a slash command. Expecting it to be finished in the next couple of days. Right now you could define your own slash command like we have in the helpers folder. |
Beta Was this translation helpful? Give feedback.
-
This should now be available as part of the v8.0.0 release. |
Beta Was this translation helpful? Give feedback.
I'm actually working on a feature that will enable you to have a prompt library appear as a slash command. Expecting it to be finished in the next couple of days.
Right now you could define your own slash command like we have in the helpers folder.