branch: externals/ellama
commit 25d34ce3370d61ac8a380debe1eb3c105b5fd5dc
Author: Sergey Kostyaev <sskosty...@gmail.com>
Commit: Sergey Kostyaev <sskosty...@gmail.com>

    Fix community prompts
---
 ellama-community-prompts.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ellama-community-prompts.el b/ellama-community-prompts.el
index 0899dae268..6911d82a7a 100644
--- a/ellama-community-prompts.el
+++ b/ellama-community-prompts.el
@@ -154,7 +154,7 @@ Optional argument FOR-DEVS filters prompts for developers."
   (let ((acts '())
         selected-act selected-prompt)
     ;; Collect unique acts from the filtered collection
-    (dolist (prompt ellama-community-prompts-collection)
+    (dolist (prompt (ellama-community-prompts-ensure))
       (when (or (not for-devs) (eq for-devs (plist-get prompt :for-devs)))
         (cl-pushnew (plist-get prompt :act) acts)))
     ;; Prompt user to select an act

Reply via email to