branch: externals/ellama
commit 27754b8c25e7fb320e89f6919ebeb0b3e393ffa7
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 4 ++++
ellama.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 8fdb07dc5c..5f90a0f471 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,7 @@
+* Version 1.12.2
+- Add view and reply options to ellama-tools confirmation.
+- Remove tools list tool to minimize LLMs distraction.
+- Add automated NEWS formatting using ~make refill-news~.
* Version 1.12.1
- Simplify project root detection in ~ellama-get-agents-md-path~ to use
~ellama-tools-project-root-tool~. This refactoring eliminates potential nil
diff --git a/ellama.el b/ellama.el
index c49b410daa..a1924d7d5c 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.1
+;; Version: 1.12.2
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023