branch: externals/ellama
commit 258246350da2a0e17a3a95a7f0dd9e1a51192a26
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 959fd2eab8..13b8e59188 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,8 @@
+* Version 1.10.5
+- Added ~count_lines~ and ~lines_range~ tools for counting lines and retrieving
+ file content by line range.
+- Introduced ~grep_in_file~ tool with confirmation prompt and updated
+ ~ellama-tools-available~ list.
* Version 1.10.4
- Added a new tool called "ask_user" that allows the system to pose questions
to
the user and receive clarifications.
diff --git a/ellama.el b/ellama.el
index 9204c1f03b..5b173df62c 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.4
+;; Version: 1.10.5
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023