branch: externals/minuet
commit 4426673a9a28dfdce7affa87cc7f7600fd9d6a60
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>
doc: update README.
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index f00a13c3d7..83509a9032 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,8 @@ as dancers move during a minuet.
Llama.cpp and OpenAI-compatible providers)
- Customizable configuration options
- 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.
**With minibuffer frontend**:
@@ -71,6 +73,11 @@ package.

+https://github.com/user-attachments/assets/04716eab-9acc-46f4-a47d-d6c763eca4c2
+
+<!-- The link above is a showcase video for the virtual text feature, hosted
-->
+<!-- externally on GitHub. -->
+
# Requirements
- emacs 29+ compiled with native JSON support (verify with `json-available-p`).