Releases: milanglacier/minuet-ai.nvim
Releases · milanglacier/minuet-ai.nvim
v0.5.0
Version 0.5.0 (2025-03-28)
Breaking Changes
- Modified the Gemini provider's default prompt strategy to use the new
Prefix First structure. - Other providers will continue to use their previous default prompt
configurations.
Features
- lsp: always
prepend_to_complete_word
without checkingTriggerCharacter
- Add a new "Prefix-First" prompt structure for chat LLMs.
New Contributors
Full Changelog: v0.4.2...v0.5.0
v0.4.2
Version 0.4.2 (2025-03-21)
Breaking Change
- change multi-lines indicators to unicode character
⏎
.
Features
- lsp: change multi lines indicators to unicode character
⏎
. - Lualine integration: add spinner component.
- lsp: add detail field to show provider name.
- Minuet Event: add three user events during its request workflow.
Fixes
- lsp: handle request where params.context is not provided (for mini.completion).
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Version 0.4.1 (2025-03-19)
Breaking Change
- lsp: Don't explicitly disable auto trigger for filetypes not in
enabled_auto_trigger_ft
.
Fixes
- lsp: Fix cursor column position when trying to get current line content.
- lsp: Early return on throttle.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Version 0.4.0 (2025-03-18)
Features
- Introduced in-process LSP support for built-in completion.
- For
blink-cmp
, the completion item'skind_name
now reflects the LLM provider name. - Improve error handling for both stream and non-stream JSON decoding, providing more informative messages.
Full Changelog: v0.3.3...v0.4.0