| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-26 | 1.7 kB | |
| v0.9.0 source code.tar.gz | 2026-04-26 | 429.0 kB | |
| v0.9.0 source code.zip | 2026-04-26 | 451.1 kB | |
| Totals: 3 Items | 881.8 kB | 0 | |
Version 0.9.0 (2026-04-26)
Breaking Changes
- LSP configuration restructure: The LSP configuration has been reorganized into
separate
completionandinline_completionsections:
Features
- Duet (Next Edit Prediction): Introduced a new experimental feature for next-edit prediction. Duet analyzes the context around the cursor and suggests edits within an editable region. This feature is still highly experimental and remains a WIP.
- LSP inline completion: Added support for Neovim's built-in
vim.lsp.inline_completioninterface (Neovim 0.12+). Enable viaconfig.lsp.inline_completion.enable. - New configuration options:
config.curl_cmd: Customize the curl command used for HTTP requests.config.curl_extra_args: Pass additional arguments to curl.- Provider updates:
- Change default
openai_fim_compatiblemodel fromdeepseek-chattodeepseek-v4-flash. - Change OpenAI default model to
gpt-5.4-nanowith prefix-first prompt strategy. - Similar to the
openai_fim_compatibleprovider, theopenai,claude,openai_compatible, andgeminiproviders now support customizing the endpoint, headers, and request body via thetransformoption. - Remove dependency on
plenary.nvim. Minuet now uses the built-invim.systemAPI for HTTP requests.
New Contributors
- @roy2220 made their first contribution in https://github.com/milanglacier/minuet-ai.nvim/pull/126
- @mmamayka made their first contribution in https://github.com/milanglacier/minuet-ai.nvim/pull/133
Full Changelog: https://github.com/milanglacier/minuet-ai.nvim/compare/v0.8.0...v0.9.0