1
0
Fork 0

Update README

This commit is contained in:
Bram Schoenmakers 2024-03-06 21:26:22 +01:00
parent 3671f78c6a
commit 581b8b3bc5
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -42,7 +42,8 @@ The summarize commands accept a single universal prefix, which allows you to:
- insert the summary at point;
- choose a (different) target language;
- choose which summary engine to use;
- choose which summary format to use (prose or bullet list).
- choose which summary format to use (prose or bullet list);
- opt-out from caching at Kagi for confidential content.
Note that texts submitted to Kagi are subject to their [[https://kagi.com/privacy#Summarizer][Privacy Policy]].
@ -206,6 +207,14 @@ There's also a [[https://github.com/casey/just][justfile]] which allows you to e
* Changelog
** 0.5pre
*** New
- =kagi-summarize= has a =no-cache= parameter to opt out from caching at Kagi's side.
- =kagi-summarize-buffer= and =kagi-summarize-region= also have a =no-cache= parameter which can be toggled interactively when called with the universal prefix.
** 0.4
*** Breaking changes