branch: externals/ellama commit 7e0b688d7f4a188828e6ce5422a371605f05f7cc Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Enhance transient model loading description Updated the transient menu item for loading from the current session to dynamically display the current session ID. --- ellama.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ellama.el b/ellama.el index 694057b0e4..171097dc2b 100644 --- a/ellama.el +++ b/ellama.el @@ -2951,6 +2951,7 @@ Call CALLBACK on result list of strings. ARGS contains keys for fine control. ("f" "Load from provider" ellama-transient-model-get-from-provider :transient t) ("F" "Load from current session" ellama-transient-model-get-from-current-session + :description (lambda () (format "Load from current session (%s)" ellama--current-session-id)) :transient t) ("m" "Set Model" ellama-transient-set-ollama-model :transient t