ellama icon indicating copy to clipboard operation
ellama copied to clipboard

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`

Open hab25 opened this issue 1 year ago • 2 comments

E.g.:

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 https://github.com/s-kostyaev/ellama/blob/8270e71c335b1656384e6c1b9d61c2a7ecc65bbb/ellama.el#L1592 )

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 .

hab25 avatar Jul 28 '24 19:07 hab25

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.

hab25 avatar Jul 28 '24 19:07 hab25

Similar to #255

tusharhero avatar Mar 02 '25 04:03 tusharhero