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

    Bump version
---
 NEWS.org  | 6 ++++++
 ellama.el | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 54ff3bca5c..ffc8ff3a14 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+* Version 1.4.4
+- Ensured that the buffer ~ellama--context-buffer~ is created if it does not
+  exist before attempting to update and show context to prevent errors related
+  to non-existent buffers.
+- Added calls to ~ellama-update-context-show~ in both header line and mode line
+  minor modes to ensure context is shown when these modes are toggled.
 * Version 1.4.3
 - Added fallback mechanism to use the first available Ollama chat model when no
   specific provider is defined for various ellama functions, ensuring that a
diff --git a/ellama.el b/ellama.el
index d099a0424b..43a8556e3f 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") (plz "0.8") (transient 
"0.7") (compat "29.1"))
-;; Version: 1.4.3
+;; Version: 1.4.4
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to