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

    Bump version
---
 NEWS.org  | 3 +++
 ellama.el | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 3cbb042e31..359fbeb715 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,6 @@
+* Version 1.1.1
+- Improve ~ellama-add-selection~.
+- Add buffer quote context element.
 * Version 1.1.0
 - Enhancing interaction with reasoning models. Thinking tags within
   session buffers will be collapsed by default after generation.
diff --git a/ellama.el b/ellama.el
index 0c5b43ecf7..762c758c77 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.22.0") (spinner "1.7.4") 
(transient "0.7") (compat "29.1") (posframe "1.4.0"))
-;; Version: 1.1.0
+;; Version: 1.1.1
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 
@@ -1497,7 +1497,7 @@ If EPHEMERAL non nil new session will not be associated 
with any file."
 
 ;;;###autoload
 (defun ellama-context-add-selection ()
-  "Add file to context."
+  "Add active region to context."
   (interactive)
   (if (region-active-p)
       (let* ((content (buffer-substring-no-properties (region-beginning) 
(region-end)))

Reply via email to