Version 0.9.0 (2026-04-26)
Breaking Changes
- LSP configuration restructure: The LSP configuration has been reorganized into
separatecompletionandinline_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 via
config.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-chatto
deepseek-v4-flash. - Change OpenAI default model to
gpt-5.4-nanowith prefix-first prompt
strategy.
- Change default
- 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-in
vim.systemAPI for HTTP requests.
New Contributors
Full Changelog: v0.8.0...v0.9.0