branch: externals/ellama
commit 50cc3903b887ab1629b32224540938c44c1bffbd
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>

    Bump version
---
 NEWS.org  | 12 ++++++++++++
 ellama.el |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 21940a492a5..810aa7ce634 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,15 @@
+* Version 1.30.0
+- Split the subagent task tool into two separate contracts. The ~task~ tool
+  handles free-form delegation, while ~task_from_template~ handles
+  template-based delegation. Both now have proper required schemas and
+  validation checks instead of accepting anything silently. The direct Lisp
+  template interface still works as before. Updated the docs and added
+  regression tests.
+- Added a plan-and-act action to the blueprint-mode transient menu. Starting it
+  kicks off the plan-and-act agent loop from the current blueprint buffer and
+  then closes the buffer. Included regression tests to verify the buffer
+  contents get forwarded to ~ellama-plan-and-act~ and that the source buffer is
+  killed once the loop starts.
 * Version 1.29.0
 
 - Added ~ellama-setup-agentic-coding~ to configure long-running coding-agent
diff --git a/ellama.el b/ellama.el
index c38a17305fc..2a5855d4da2 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.31.1") (plz "0.8") (transient 
"0.7") (compat "29.1") (yaml "1.2.3"))
-;; Version: 1.29.0
+;; Version: 1.30.0
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to