branch: externals/ellama
commit 8bbb3bf1c5a48ca0b9236be8d85064b6b5a2bfb3
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 5 +++++
ellama.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 5f90a0f471..7dc3f3f6cf 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,8 @@
+* Version 1.12.3
+- Improve loop control in confirmation dialog. Refactored the while loop in the
+ confirmation prompt to use explicit t/nil returns for loop continuation
+ instead of throw/catch. This improves code readability and maintainability
+ while preserving all existing functionality.
* Version 1.12.2
- Add view and reply options to ellama-tools confirmation.
- Remove tools list tool to minimize LLMs distraction.
diff --git a/ellama.el b/ellama.el
index a1924d7d5c..11582f3697 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.2
+;; Version: 1.12.3
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023