branch: externals/ellama commit 280b97119a31969d29c723a9452b0a5e48cf66bf Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 12 ++++++++++-- ellama.el | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index 3a2a696fa7..459acd14a3 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,6 +1,14 @@ +* Version 1.1.3 +- Ensure unique elements in session and global contexts. +- Change default transient host and port to fix ollama provider setup. +- Deactivate ellama session on setting ellama-provider. +- Added functionality to convert Org mode content to Markdown when + extracting buffer or file content for the context. This ensures that + any Org mode files are properly formatted as Markdown before being + processed further. * Version 1.1.2 -- Clear session context on calling reset context commant to prevent - suprising behaviour. +- Clear session context when resetting context to prevent unexpected + behavior. * Version 1.1.1 - Improve ~ellama-add-selection~. - Add buffer quote context element. diff --git a/ellama.el b/ellama.el index 67301e5187..f8d56e8e26 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.1.2 +;; Version: 1.1.3 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023