branch: externals/ellama
commit e5c63e8ff82463f35e7a2f1543dfe99a24cc537e
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 9 +++++++++
ellama.el | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index b848919a7c..793ce967d4 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,12 @@
+* 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
+ ellama-tools-available. This prevents duplicate tools from being registered
+ when enabling tools by name.
+- Update changelog skill quoting style. Changed the changelog generation skill
+ to use org-mode quoting (~text~) instead of markdown backticks (`text`). Also
+ use "MUST" instead of "must" to pay LLM's attention to the newline
+ requirement.
* Version 1.12.4
- Normalize file path in write-file function. Added expand-file-name to
properly
handle both absolute and relative paths when writing files, preventing
diff --git a/ellama.el b/ellama.el
index 4e54761fe2..aeefee9744 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.4
+;; Version: 1.12.5
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023