Skip to content

Commit 55355bd

Browse files
committed
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.
1 parent e19b700 commit 55355bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44

55
** Breaking changes
66

7+
- ~gptel-org-branching-context~ is now a global variable. It was
8+
buffer-local by default in past releases.
9+
710
** New models and backends
811

12+
- Add support for ~gemini-2.5-pro-exp-03-25~.
13+
914
** New features and UI changes
1015

1116
- The new option ~gptel-curl-extra-args~ can be used to specify extra

gptel-org.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ heading 2.2 text
143143
-----
144144
145145
This makes it feasible to have multiple conversation branches."
146-
:local t
147146
:type 'boolean
148147
:group 'gptel)
149148

0 commit comments

Comments
 (0)