branch: externals/ellama
commit 42e26f53ea59ada350823ac346faa4f599144c4b
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 6 ++++++
ellama.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 76a4bccc1b..92951ac5d2 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+* Version 1.12.13
+- Refactor confirmation system architecture. Split confirmation logic into
+ reusable internal functions and improved wrapper factory. The system now
+ accepts explicit tool names and uses them in confirmation prompts for lambda
+ functions. This change improves ellama confirmation and makes it easier to
+ extend.
* Version 1.12.12
- Add native compilation warnings check. This adds a new check-compile-warnings
Make target that allows developers to verify native compilation warnings.
diff --git a/ellama.el b/ellama.el
index 6dc1d1565e..caa0bbc901 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.12
+;; Version: 1.12.13
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023