fix: place the project context and memory context at the forefront (#619)
This commit is contained in:
parent
8e1018fef7
commit
5aec0ba48b
@ -76,9 +76,9 @@ M.stream = function(opts)
|
||||
|
||||
local user_prompts = vim
|
||||
.iter({
|
||||
Path.prompts.render_file("_context.avanterules", template_opts),
|
||||
Path.prompts.render_file("_project.avanterules", template_opts),
|
||||
Path.prompts.render_file("_memory.avanterules", template_opts),
|
||||
Path.prompts.render_file("_context.avanterules", template_opts),
|
||||
Path.prompts.render_mode(mode, template_opts),
|
||||
})
|
||||
:filter(function(k) return k ~= "" end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user