feat: load templates from cache and project directories (#2126)
This commit is contained in:
@@ -145,7 +145,7 @@ function M.generate_prompts(opts)
|
||||
end
|
||||
|
||||
local project_root = Utils.root.get()
|
||||
Path.prompts.initialize(Path.prompts.get_templates_dir(project_root))
|
||||
Path.prompts.initialize(Path.prompts.get_templates_dir(project_root), project_root)
|
||||
|
||||
local tool_id_to_tool_name = {}
|
||||
local tool_id_to_path = {}
|
||||
|
||||
Reference in New Issue
Block a user