Skip to content

Commit f24e5ad

Browse files
committed
gptel: Bump version
* gptel.el: Bump version in header, improve package commentary.
1 parent 433763a commit f24e5ad

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

gptel.el

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2023 Karthik Chikmagalur
44

55
;; Author: Karthik Chikmagalur <[email protected]>
6-
;; Version: 0.9.5
6+
;; Version: 0.9.6
77
;; Package-Requires: ((emacs "27.1") (transient "0.4.0") (compat "29.1.4.1"))
88
;; Keywords: convenience
99
;; URL: https://github.com/karthink/gptel
@@ -30,6 +30,8 @@
3030
;; gptel is a simple Large Language Model chat client, with support for multiple
3131
;; models and backends.
3232
;;
33+
;; It works in the spirit of Emacs, available at any time and in any buffer.
34+
;;
3335
;; gptel supports
3436
;;
3537
;; - The services ChatGPT, Azure, Gemini, Anthropic AI, Anyscale, Together.ai,
@@ -50,6 +52,9 @@
5052
;; - Save chats as regular Markdown/Org/Text files and resume them later.
5153
;; - You can go back and edit your previous prompts or LLM responses when
5254
;; continuing a conversation. These will be fed back to the model.
55+
;; - Redirect prompts and responses easily
56+
;; - Rewrite, refactor or fill in regions in buffers
57+
;; - Write your own commands for custom tasks with a simple API.
5358
;;
5459
;; Requirements for ChatGPT, Azure, Gemini or Kagi:
5560
;;
@@ -126,6 +131,12 @@
126131
;;
127132
;; When context is available, gptel will include it with each LLM query.
128133
;;
134+
;; Rewrite/refactor interface
135+
;;
136+
;; In any buffer: with a region selected, you can rewrite prose, refactor code
137+
;; or fill in the region. Use gptel's menu (C-u M-x `gptel-send') to access
138+
;; this feature.
139+
;;
129140
;; gptel in Org mode:
130141
;;
131142
;; gptel offers a few extra conveniences in Org mode.

0 commit comments

Comments
 (0)