branch: externals/ellama
commit c5082513271a90d22f019787351e7bff774a835b
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 6 ++++++
ellama.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index b899a8963b..3cbb042e31 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+* Version 1.1.0
+- Enhancing interaction with reasoning models. Thinking tags within
+ session buffers will be collapsed by default after generation.
+ Outside of ellama sessions reasoning will be removed from model
+ output. This ensures a seamless experience for users interacting
+ with reasoning models.
* Version 1.0.3
- Unquote symbols in ~ellama-provider-list~.
* Version 1.0.2
diff --git a/ellama.el b/ellama.el
index 54d3e019a8..db6defbd37 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.22.0") (spinner "1.7.4")
(transient "0.7") (compat "29.1") (posframe "1.4.0"))
-;; Version: 1.0.3
+;; Version: 1.1.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023