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

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

diff --git a/NEWS.org b/NEWS.org
index 19939c834c..ba38d92e30 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,10 @@
+* Version 1.12.9
+- Fix result delivery for already approved async tools. Ensure results are
+  delivered via callback function for both interactive and pre‑approved tools.
+- Guard against nil project root tool result. Wrap
+  ~ellama-tools-project-root-tool~ result in an and expression to prevent 
errors
+  when the tool returns nil, protecting file-name-directory and 
expand-file-name
+  calls.
 * Version 1.12.8
 - Add fallback for AGENTS.md search when ~ellama-tools-project-root-tool~
   returns nil. This ensures reliable detection of the AGENTS.md file by falling
diff --git a/ellama.el b/ellama.el
index c61ba2c409..750ab48ecc 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.8
+;; Version: 1.12.9
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to