elpasync pushed a change to branch externals/minuet. at 55f6527b2b doc: update README.
This branch includes the following new commits: new 4dbbceaad4 initial commit. new 526d8be6d8 doc: update README. new ef057e07b5 chore: add license. new 93056be934 chore: pass linter test. new 819028cb75 doc: update comment string. new b958b505ae doc: update README. new 15e7bbb279 chore: update gitignore. new 8b9ea6ff1c fix: use idle timer and fix buffer changing check for auto-suggestion. new 6a07b00d11 refactor: update auto suggestion triggering condition. new a4f6ce017e fix: clean up code. new d6f0098c62 doc: update README. new bdf181c66f doc: update README. new 64c24f303e doc: update README. new bffeba26d8 doc: update README. new 67ca0959d0 doc: update README. new 37f1607d2a chore: standardize indentation using EditorConfig and dir-locals.el. new 36d3b5348c chore: update editor config. new 49e36de4b5 feat: add minuet-active-mode for better keybinding management new 49502af28f doc: update README. new 7c81055c3d doc: update README. new 135b8feaab doc: fix typo. new e0fdc2023b chore: pass checkdoc lint. new 79fb85db8d feat: api-key can be customized via a function. new 32085f5efc fix: fix api-key fetching for OpenAI provider. new 2767e12df9 chore: remove obsolete function call. new 2248735858 doc: update README. new 001e9fe417 refactor: only get buffer content after context size computation. new b46da708c1 README: Use `:bind` instead of general-define-key for wider support new 4ed8a466d5 README: Small indentation fix to match removal of `general-use-key` new e27348ea90 doc: Use `:bind` instead of general-define-key for wider accessibility (#7) new 74194a182e feat!: replace `minuet-completion-in-region` with `minuet-complete-with-mini-buffer`. new 6aacdce682 docs: update README.md new f4a49dc75d chore: fix byte compiler warning. new 6a7f5a2c4a Merge pull request #9 from eltociear/patch-1 new 3ac83dc334 gitignore: Ignore *.elc files from byte-compilation new 80bb9de797 Merge pull request #10 from mwolson/feat/ignore-elc-files new b106155b80 chore: deploy melpazoid for github CI. new 6437545648 Merge pull request #11 from milanglacier/chore/melpazoid new 4e114c4b3e doc: update README. new 04ec5092fa chore: remove obsolete function call. new a601ce3125 doc: update README. new ebca9d72c0 feat: add numeric prefix support to minuet-accept-suggestion-line. (#12) new f9c21914bc doc: update README. new bee2c3b1c9 feat!: change default context window to 16000 new 1f31be1e30 refactor: update prompt system for FIM models. (#15) new b92b1f07d9 feat: add chat input template. (#16) new b382a436bd refactor: rename :additional context field to :language-and-tab. new 58990620fe doc: update number of completions recommendation. new 5cff2add1e doc: update README. new 83a76653a4 refactor: cache json body for openai-fim-base function. new 4211e33361 doc: update README. new 3a342b44b3 feat: truncate incomplete lines at window boundaries for chat input new e0fff84721 fix: ensure symbol-value is only called on symbols in `minuet--eval-value`. new face48fd9a docs: add experimental Gemini configuration setup new 126af4dc86 doc: update instruction for ollama user for choosing FIM models. new df2478180b refactor: improve fim provider error message. new cc8c890413 doc: update README and package description. new 88975cd910 doc: update troubleshooting section. new a44e1a5f86 feat!: change default debounce delay to 0.4 seconds. new ab3dd8d06d feat: add consult support for `minuet-complete-with-minibuffer`. (#20) new 86998b7482 fix: don't show "(1/1)" when there is only 1 available suggestion. new aa0920b5c9 docs: add server demand note for deepseek model new cbc9e5a265 chore: fix CI warnings. new 17661cdf82 doc: update README. new bde3350eae doc: fix typo. new 837d26f58b doc: update README. new cac38ebe2d doc: update instruction on setting context_window for ollama. new 034317580d feat!: change default gemini model to gemini-2.0-flash. new 571aefc4ec doc: update instruction on gemini service. new 5d9007318e feat!: remove deprecated `minuet-completion-in-region` command. new 655fcfcb15 chore: release v0.4.0. new b85f03ddd5 fix: fix minuet version. new 59e0da86a4 chore: release v0.4.1. new fe312696f3 doc: fix broken link. new 5be76e8448 fix: ensure overlay is put after cursor. new 31e651d639 feat!: change claude default model to haiku-3.5. new 99c8be561e feat: add command `minuet-configure-provider`. new bc1239027e chore: release v0.4.2 new 5253d754f0 refactor: minor cleanup. new 4194846922 doc: update package description and README. new a61185f119 doc: add example config for Llama.cpp. new 9cbd2fcadd doc: add recipes for launching llama.cpp server. new 3e896b9950 chore: release v0.4.3 new 330804f9e9 doc: update special tokens instruction for llama.cpp. new 346dbd3431 doc: update LLM provider example from Fireworks to Openrouter new 74c3ab10c3 feat: `minuet-configure-provider` can configure api-key as a function. new 0daf4532b7 fix: use `intern-soft` to check api key function existence in minuet-configure-provider. new 7943be7458 doc: note that emacs requires native json support. new 9cf3a6f5aa refactor: clean up code according to emacs-devel suggestion. new d58a41c5ea chore: reformat the code using 2 spaces indent. new 9df64dd5af refactor: optimize system template evaluation. new c837149120 chore: reformat code. new fffbb3a39a chore: release v0.4.4 new 1c12dc3652 doc: update instruction for evil user for defining `minuet-active-mode-map`. new 4cd42ed86f doc: rearrange example config order. new bf78ef27e9 doc: updates term "AI" to "LLM" where referring to the underlying technology. new 55f6527b2b doc: update README.