More extensible Rules #31458
jvmncs
started this conversation in
LLMs and Zed Agent
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR
Rules need to be importable on a global/system-wide level. Importing rules should be configurable/automatic. The above can be achieved by initializing the Prompt Store LMDB instance from a set of local files, similar to how
prompt_overrides
currently works.Unlockers
Motivation / Details
The old Prompt Library was quite nice for customizing slash commands in the Assistant Context Editor. One use case of these that was under-appreciated was the ability to copy the system prompts from e.g. Claude.ai or ChatGPT to recreate their personalities in the Zed Assistant.
This Prompt Library had some fundamental limitations:
cmd-r cmd-r backspace backspace shift-enter cmd-r
to get to my desired state. This should easily be configurable according to a ChatML-like Handlebars template that can be overriden byprompt_overrides
.Now Prompt Library has become Rules Library, but Rules have inherited all of the above limitations!
Beta Was this translation helpful? Give feedback.
All reactions