Download Latest Version v0.9.0 source code.tar.gz (429.0 kB)
Email in envelope

Get an email when there's a new version of Minuet

Home / v0.9.0
Name Modified Size InfoDownloads / 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 completion and inline_completion sections:

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_completion interface (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_compatible model from deepseek-chat to deepseek-v4-flash.
  • Change OpenAI default model to gpt-5.4-nano with prefix-first prompt strategy.
  • Similar to the openai_fim_compatible provider, the openai, claude, openai_compatible, and gemini providers now support customizing the endpoint, headers, and request body via the transform option.
  • Remove dependency on plenary.nvim. Minuet now uses the built-in vim.system API for HTTP requests.

New Contributors

Full Changelog: https://github.com/milanglacier/minuet-ai.nvim/compare/v0.8.0...v0.9.0

Source: README.md, updated 2026-04-26