branch: externals/ellama
commit 1b68caacf6fc807bb78ae234ddc605bff8ce53fe
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 1cafe341bf..959fd2eab8 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,10 @@
+* Version 1.10.4
+- Added a new tool called "ask_user" that allows the system to pose questions
to
+ the user and receive clarifications.
+- Added a new tool to append content to files, including
+ ~ellama-tools-append-file-tool~ and ~ellama-tools-append-file-tool-confirm~.
+- Registered the new append file tool in ~ellama-tools-available~ with
+ appropriate arguments and description.
* Version 1.10.3
- Removed redundant checks for function arguments and streamlined the execution
logic in ellama-tools.el, making the code more concise and maintainable by
diff --git a/ellama.el b/ellama.el
index 9486e1f891..9204c1f03b 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.10.3
+;; Version: 1.10.4
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023