branch: externals/ellama
commit 381697858e1a32076429fd7ded5a5a9abaafd6ae
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 793ce967d4..30a8325db1 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,10 @@
+* Version 1.12.6
+- Simplify file writing in ~ellama-tools-write-file-tool~. Replaced temp
+  buffer-based file writing with write-region to simplify implementation and
+  avoid temporary buffer overhead.
+- Refactor file tool parameters. Renamed ~path~ parameter to ~file_name~ across
+  all file operation tools to follow GNU coding convention. Updated function
+  signatures, docstrings, and tool definitions accordingly.
 * Version 1.12.5
 - Prevent duplicate tools in ellama-tools. Added a test function to add-to-list
   to check if a tool with the same name already exists before adding it to
diff --git a/ellama.el b/ellama.el
index aeefee9744..a8a96b7095 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.5
+;; Version: 1.12.6
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to