feat: implement a more flexible custom prompts solution (#1390)

This commit is contained in:
yetone
2025-02-25 16:08:16 +08:00
committed by GitHub
parent 481a44f041
commit 2b3a41e811
5 changed files with 59 additions and 33 deletions

View File

@@ -44,7 +44,7 @@ function M.generate_prompts(opts)
end
local project_root = Utils.root.get()
Path.prompts.initialize(Path.prompts.get(project_root))
Path.prompts.initialize(Path.prompts.get_templates_dir(project_root))
local system_info = Utils.get_system_info()