branch: externals/minuet
commit 527a7741109016a512c6103cafa4a05b8c0745b7
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>

    doc: update README.
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 83509a9032..be8baddf64 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,9 @@ as dancers move during a minuet.
 - Streaming support to enable completion delivery even with slower LLMs
 - Accept completions continuously, one line at a time, so longer suggestions
   can be pulled in incrementally.
+- When your typed text matches the start of a suggestion, Minuet keeps the
+  completion in sync of your typed text instead of clearing it, to avoid 
unnecessary
+  LLM requests and conserving resources.
 
 **With minibuffer frontend**:
 

Reply via email to