branch: externals/ellama
commit 36be8cc6f0dae7c2b60273ed42da26d9744c291b
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 7d7b87cb24..b4bf00f841 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,15 @@
+* Version 1.12.0
+- Add asynchronous task delegation functionality via the new ~task~ tool that
+  allows delegating descriptions to subagents with custom roles and max-steps
+  limits.
+- Add configurable subagent roles with ~ellama-tools-subagent-roles~
+  customization variable, enabling custom providers, system prompts and tool
+  access permissions for different agent types.
+- Add JSON support to answer variants in the ~ellama-tools-ask-user-tool~ to
+  handle both list and string inputs.
+- Simplify tool result handling by adding nil checks before JSON encoding.
+- Remove redundant tool definitions including ~enable_tool~, ~disable_tool~,
+  ~search_tools~, and ~today~ to streamline the tool management system.
 * 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
diff --git a/ellama.el b/ellama.el
index dd84c67607..a350cfc85a 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.1
+;; Version: 1.12.0
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to