branch: externals/ellama
commit 133c97e2468add23614ebd809784a7e59325b238
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 21 +++++++++++++++++++++
ellama.el | 2 +-
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index c9e87bcc5d..aebe260bd2 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,24 @@
+* Version 1.12.16
+- Improve ephemeral context behavior for interactive commands.
+ ~ellama-ask-about~, ~ellama-code-review~, ~ellama-write~, and
+ ~ellama-code-add~ now explicitly add region/buffer context as ephemeral for
+ one request.
+- Add safer region replacement flow for editing commands.
+ ~ellama-stream~ now accepts ~:replace-beg~ and ~:replace-end~ to replace text
+ in place, and restore buffer content on request errors. ~ellama-change~,
+ ~ellama-code-edit~, ~ellama-code-improve~, and ~ellama-make-format~ now use
+ this path.
+- Improve request cancellation handling across related buffers.
+ Request state is now tracked as a shared request context, so cancellation
+ through ~C-g~ works consistently from both main and reasoning buffers and
+ does not affect unrelated active requests.
+- Fix chat session recovery after buffer revert.
+ Session resolution now uses stable runtime UIDs and restores session state
+ after ~revert-buffer~, improving robustness across renames and legacy session
+ files.
+- Add development helper targets to the Makefile.
+ New targets: ~make format-elisp~ for formatting project Elisp files and
+ ~make test-detailed~ for running tests with detailed ERT failure output.
* Version 1.12.15
- Fix compilation warnings. This change resolves compilation warnings found
during building.
diff --git a/ellama.el b/ellama.el
index 29dd92d8a5..5024b5a40c 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.12.15
+;; Version: 1.12.16
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023