branch: externals/ellama
commit 4cc6d2e87ba1e1f4ecb70ded36f8a7a2ff4ef0e8
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>

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

diff --git a/NEWS.org b/NEWS.org
index 6b80c149a0..5af8a452a3 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,17 @@
+* Version 1.12.11
+- Fix duplicate system message handling in chat prompts. This change removes 
the
+  redundant ~llm-chat-prompt-append-response~ call that was appending the 
system
+  message on each interaction, ensuring the system message is included only 
once
+  in the initial prompt context setup.
+- Fix bad src block replacement nil match crash that occurred when handling
+  certain source code blocks.
+- Warn LLM when reading binary content to prevent potential parsing errors and
+  improve robustness of tool integration.
+- Generalize docstring verb-form rule to apply consistently across 
documentation
+  and code.
+- Implement automatic retry for tool call errors. This feature adds retry logic
+  to handle transient failures during tool usage by appending error messages to
+  the prompt and re-invoking requests, improving overall request reliability.
 * Version 1.12.10
 - Fix stack overflow in markdown code fence conversion in
   ~ellama--translate-markdown-to-org-filter~ by replacing expensive regular
diff --git a/ellama.el b/ellama.el
index 79be7bc3e0..c3fd36d428 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.24.0") (plz "0.8") (transient 
"0.7") (compat "29.1") (yaml "1.2.3"))
-;; Version: 1.12.10
+;; Version: 1.12.11
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to