branch: externals/ellama commit a3127089a98a7aff33233848eda08770b0f97b30 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 6 ++++++ ellama.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 4c0e047f4f..12e17193f0 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,9 @@ +* Version 0.13.8 +- Fixed file name generation for all operating systems. +- Fix disable paragraphs filling. +- Add ~ellama-define-word~ command to transient menu. +- Add ~ellama-generate-name-by-reasoning-llm~ funtion to use +r1 distilled models for naming new sessions. * Version 0.13.7 - Add missing requires for integration tests. * Version 0.13.6 diff --git a/ellama.el b/ellama.el index 066692a06e..67edcd5d27 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")) -;; Version: 0.13.7 +;; Version: 0.13.8 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023