[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 7e0b688d7f 03/19: Enhance transient model loadin
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 7e0b688d7f 03/19: Enhance transient model loading description |
Date: |
Sun, 23 Feb 2025 06:58:06 -0500 (EST) |
branch: externals/ellama
commit 7e0b688d7f4a188828e6ce5422a371605f05f7cc
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@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
- [elpa] externals/ellama ee030435d4 02/19: Add option to always show context line in header or mode line, (continued)
- [elpa] externals/ellama ee030435d4 02/19: Add option to always show context line in header or mode line, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama bbac4df186 01/19: Reorganize transient menu, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama d007a0f96f 04/19: Display current context in transient menu, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 25d34ce337 10/19: Fix community prompts, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 49593e60fa 12/19: Update variable prompt format, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama f94002a405 15/19: Bump version, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 62364b5a4e 05/19: Add functionality to remove context elements by name, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 4340f71d75 06/19: Refactor `ellama-context-mode` to be a derived mode, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama ad88edf9ed 16/19: Merge pull request #238 from s-kostyaev/ux-improvements, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama fb01a0cefe 19/19: Merge pull request #241 from s-kostyaev/improve-readme, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 7e0b688d7f 03/19: Enhance transient model loading description,
ELPA Syncer <=
- [elpa] externals/ellama 071f49f831 08/19: Add community prompt collection feature, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 8e26db91c8 11/19: Update menu item, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama a43bf8db31 13/19: Update ellama-community-prompts.el header, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 9d5b7046b3 14/19: Update package dependencies, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama d9de354092 17/19: Add simple configuration example to readme, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 4bb90fcbd6 18/19: Update README for ellama provider description, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 0eac37ffe3 09/19: Add ellama-session-kill functionality, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 7ac470cc06 07/19: Enhance header line format handling in `ellama.el`, ELPA Syncer, 2025/02/23