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

    Bump version
---
 NEWS.org   | 2 ++
 README.org | 5 +++++
 ellama.el  | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 3c5d90d540..45b02e5d02 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,5 @@
+* Version 0.9.1
+- Add summarize killring command.
 * Version 0.9.0
 - Improve context management. Make it extendable.
 * Version 0.8.14
diff --git a/README.org b/README.org
index ea06d5be30..f559b0d9fd 100644
--- a/README.org
+++ b/README.org
@@ -118,6 +118,10 @@ Find the definition of the current word using Ellama.
 Summarize a selected region or the current buffer using Ellama.
 [[imgs/ellama-summarize.gif]]
 
+*** ellama-summarize-killring
+
+Summarize text from the kill ring.
+
 *** ellama-code-review
 
 Review code in a selected region or the current buffer using Ellama.
@@ -237,6 +241,7 @@ Ellama, using the ~ellama-keymap-prefix~ prefix (not set by 
default):
 | "c r"  | ellama-code-review              | Code review                  |
 | "s s"  | ellama-summarize                | Summarize                    |
 | "s w"  | ellama-summarize-webpage        | Summarize webpage            |
+| "s c"  | ellama-summarize-killring       | Summarize killring           |
 | "s l"  | ellama-load-session             | Session Load                 |
 | "s r"  | ellama-session-rename           | Session rename               |
 | "s d"  | ellama-session-remove           | Session delete               |
diff --git a/ellama.el b/ellama.el
index 718298b300..b2f6c6d7d4 100644
--- a/ellama.el
+++ b/ellama.el
@@ -6,7 +6,7 @@
 ;; URL: http://github.com/s-kostyaev/ellama
 ;; Keywords: help local tools
 ;; Package-Requires: ((emacs "28.1") (llm "0.6.0") (spinner "1.7.4"))
-;; Version: 0.9.0
+;; Version: 0.9.1
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to