branch: externals/ellama
commit a3c9123fc9ed7c481c9dff213eaf5f3c13054438
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 71e3c9d2ce..9a6298c2fc 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,17 @@
+* Version 1.10.0
+- Added comprehensive tool support, enabling filesystem operations, shell
+  commands, and utilities through LLM tools, including tool registration, file
+  operations, directory tree exploration, and date/time utilities.
+- Integrated tool system into ~ellama.el~, adding dependencies, modifying
+  session creation, and refactoring error and response handlers.
+- Implemented a new transient menu for managing tools with enable/disable
+  functionalities, accessible via the main transient interface.
+- Added user confirmation system for potentially dangerous operations like file
+  and shell command executions.
+- Refactored tool confirmation logic and response handling in ~ellama-tools.el~
+  and ~ellama.el~ for improved structure and JSON encoding.
+- Fixed directory tree function errors, ensuring proper checks and formatted
+  output.
 * Version 1.9.1
 - Restricted template variable expansion to self-contained variables that don't
   span multiple lines to avoid conflicts with code snippets.
diff --git a/ellama.el b/ellama.el
index 6e1231381a..ecc5d6c53f 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"))
-;; Version: 1.9.1
+;; Version: 1.10.0
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to