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

    Update menu item
    
    Updated the menu item text for better clarity and user experience. Changed
    "Community blueprint" to "Chat with community blueprint".
---
 ellama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ellama.el b/ellama.el
index 3bfc2fbe19..e460c8d199 100644
--- a/ellama.el
+++ b/ellama.el
@@ -3157,7 +3157,7 @@ Call CALLBACK on result list of strings.  ARGS contains 
keys for fine control.
   "Main Menu."
   ["Main"
    [("c" "Chat" ellama-chat)
-    ("B" "Community blueprint" ellama-community-prompts-select-blueprint)]
+    ("B" "Chat with community blueprint" 
ellama-community-prompts-select-blueprint)]
    [("a" "Ask Commands" ellama-transient-ask-menu)
     ("C" "Code Commands" ellama-transient-code-menu)]]
   ["Text"

Reply via email to