branch: externals/ellama
commit 0d78096ee4798459c2a0d9d4bac820d578737cd4
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 10 ++++++++++
ellama.el | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 830120061d..710e9bd0ff 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,13 @@
+* Version 1.10.12
+- Added prepend_file tool that allows prepending content to files. This expands
+ the set of file manipulation utilities available through the ellama tools.
+- Introduced customizable global and local directories for storing blueprint
+ files. Added support for configurable file extensions and utility functions
to
+ locate, read, and load blueprints from files. This provides a flexible,
+ project-aware mechanism for discovering and loading blueprint resources.
+- Switched to backquote quoting for ellama-blueprint font-lock. This adjustment
+ ensures the regex is evaluated correctly and the font-lock face is applied as
+ intended.
* Version 1.10.11
- Remove explicit handling of numeric arguments in ellama-tools.
- Add argument processing and type wrapping to tool definitions.
diff --git a/ellama.el b/ellama.el
index b02659d5f4..23f41ece93 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.11
+;; Version: 1.10.12
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023