branch: elpa/gptel commit 55355bdead3d19d520157236f4420241cdb89e63 Author: Karthik Chikmagalur <karthikchikmaga...@gmail.com> Commit: Karthik Chikmagalur <karthikchikmaga...@gmail.com>
gptel-org: Make gptel-org-branching-context global * gptel-org.el (gptel-org-branching-context): Make it a global variable as its buffer-locality is causing confusion (#764) * NEWS: Mention change. --- NEWS | 5 +++++ gptel-org.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 45ca70d2eb..0576bbf1b7 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,13 @@ ** Breaking changes +- ~gptel-org-branching-context~ is now a global variable. It was + buffer-local by default in past releases. + ** New models and backends +- Add support for ~gemini-2.5-pro-exp-03-25~. + ** New features and UI changes - The new option ~gptel-curl-extra-args~ can be used to specify extra diff --git a/gptel-org.el b/gptel-org.el index cc05e524e5..a26a961b4a 100644 --- a/gptel-org.el +++ b/gptel-org.el @@ -143,7 +143,6 @@ heading 2.2 text ----- This makes it feasible to have multiple conversation branches." - :local t :type 'boolean :group 'gptel)