branch: externals/ellama
commit 1358d67657b1632a6af463f75b233cf6c69c5557
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 7 +++++++
ellama.el | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 0b7cadbbb6..7d7b87cb24 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,10 @@
+* Version 1.11.1
+- Add AGENTS.md support to system message. Include the AGENTS.md file content
+ from the current project or subproject in the system message by adding helper
+ functions to locate and read the file from the directory tree up to the
+ project root.
+- Refine style guidelines and remove old instructions. Updated docstring
+ formatting rules in AGENTS.md and removed legacy instructions.org file.
* Version 1.11.0
- Add skills system to Ellama.
- Add Agent Skills to the documentation.
diff --git a/ellama.el b/ellama.el
index b36d82bbc2..4ce5142f05 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.11.0
+;; Version: 1.11.1
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023