You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: when non-nil, have the interactive minibuffer prompt of functions that target ellama--current-session-id (e.g. ellama-chat) contain ellama--current-session-id#154
If this feature were implemented, when interactively calling #'ellama-chat in a situation where ellama--current-session-id would be the targetted session (logic is at https://github.com/s-kostyaev/ellama/blob/8270e71c335b1656384e6c1b9d61c2a7ecc65bbb/ellama.el#L1610C3-L1629C38)
and (equal ellama--current-session-id "Meaning of life (Claude)") is t,
the minibuffer prompt would be something like "Ask ellama [Meaning of life (Claude)]:" instead of just "Ask ellama:" (see
This would be useful for the user to better identify which session they will be chatting with, especially in cases where they are concurrently participating in multiple ellama chats.
E.g.:
If this feature were implemented, when interactively calling
#'ellama-chat
in a situation whereellama--current-session-id
would be the targetted session (logic is at https://github.com/s-kostyaev/ellama/blob/8270e71c335b1656384e6c1b9d61c2a7ecc65bbb/ellama.el#L1610C3-L1629C38)and
(equal ellama--current-session-id "Meaning of life (Claude)")
ist
,the minibuffer prompt would be something like
"Ask ellama [Meaning of life (Claude)]:"
instead of just"Ask ellama:"
(seeellama/ellama.el
Line 1592 in 8270e71
)
Like this issue's title hints at, it would probably be most helpful if this were done for all similar functions e.g.
#'ellama-ask-about
.The text was updated successfully, but these errors were encountered: