branch: elpa/gptel
commit c94261a605325fcb2d763735cbca60cc12fd2c20
Author: Karthik Chikmagalur <karthikchikmaga...@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmaga...@gmail.com>

    NEWS: Update
    
    NEWS: Mention new-ish features or edit descriptions.
---
 NEWS | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index cb25d8d8d0..7372684c68 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@
 
 ** New features and UI changes
 
+- gptel now supports handling reasoning/thinking blocks in responses from 
Gemini
+  models.  This is controlled by ~gptel-include-reasoning~, in the same way 
that
+  it handles other APIs.
+
 - The new option ~gptel-curl-extra-args~ can be used to specify extra
   arguments to the Curl command used for the request.  This is the
   global version of the gptel-backend-specific ~:curl-args~ slot,
@@ -39,6 +43,15 @@
 
 - Tools now run in the buffer from which the request originates.
 
+- gptel can access MCP server tools by integrating with the mcp.el package,
+  which is at https://github.com/lizqwerscott/mcp.el.  (mcp.el is not yet
+  available in a package archive.)  To help with the integration, two new
+  commands are provided: ~gptel-mcp-connect~ and ~gptel-mcp-disconnect~.  You
+  can use these to start MCP servers selectively and add tools to gptel.  These
+  commands are also available from gptel's tools menu.  These commands are
+  currently not autoloaded by gptel.  To access them, require the
+  ~gptel-integrations~ feature.
+
 - You can now define "presets", which are a bundle of gptel options, such as 
the
   backend, model, system message, included tools, temperature and so on.  This
   set of options can be applied together, making it easy to switch between
@@ -51,8 +64,8 @@
 - Links to plain-text files in chat buffers can be followed, and their contents
   included with the request.  Using Org or Markdown links is an easy, 
intuitive,
   persistent and buffer-local way to specify context.  To enable this behavior,
-  turn on ~gptel-track-media~, an existing option which also controls whether
-  image/document links are followed to send them (when the model supports it).
+  turn on ~gptel-track-media~, a pre-existing option which also controls 
whether
+  image/document links are followed and sent (when the model supports it).
 
 ** Notable Bug fixes
 

Reply via email to