-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gptel-rewrite: Simplify messaging, add iterate option (#506)
* gptel.el: Update commentary * gptel-transient.el (gptel--transient-read-variable, gptel--refactor-or-rewrite, gptel-menu): Simplify rewrite messaging in `gptel-menu'. * gptel-rewrite.el (gptel--rewrite-callback, gptel--rewrite-dispatch, gptel--rewrite-accept, gptel--rewrite-prepare-buffer, gptel--rewrite-key-help, gptel--rewrite-directive-default, gptel-rewrite-directives-hook, gptel--suffix-rewrite-ediff, gptel--suffix-rewrite-reject, gptel--suffix-rewrite-diff, gptel--suffix-rewrite, gptel--infix-rewrite-extra, gptel-rewrite, gptel--rewrite-iterate, gptel-rewrite-actions-map): - Modify descriptions to remove references to the word "refactor" in menus - Add an iterate option to the rewrite workflow. Now pressing RET on a rewrite overlay gives you an option to iterate on the current response. - In `gptel-rewrite', indicate if we are iterating on a response or a starting a new rewrite.
- Loading branch information
Showing
3 changed files
with
43 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters