Releases: milanglacier/minuet-ai.el
Releases · milanglacier/minuet-ai.el
V0.7.1
Version 0.7.1 (2025-12-15)
Breaking Changes
- Rename
minuet-auto-suggestion-block-functionsto
minuet-auto-suggestion-block-predicates
Features
- Preserved Suggestions During Multi-line Typing: Prefix-matched suggestions
persist even while the user is typing multi-line text, to avoid unnecessary
LLM requests and conserving resources.
v0.7.0
Version 0.7.0 (2025-12-11)
Breaking Changes
- Default value for
minuet-before-cursor-filter-lengthhas been changed to2
Features
- completion: Preserve remaining suggestion when using
minuet-accept-suggestion-linefor continuous suggestion acceptance - claude: Change default max tokens to 256.
- claude: Update default model to
claude-4.5-haiku.
Fixes
v0.6.0
Version 0.6.0 (2025-08-11)
Breaking Change
- Improve completion filtering with before/after context:
- Refactors the completion filtering logic to be based on the longest common
match. - Add a new
minuet-before-cursor-filter-lengthconfig option to trim
duplicated prefixes from completions based on the text before the cursor.
- Refactors the completion filtering logic to be based on the longest common
- Change default few-shot example: The default few-shot example has been updated
to require the AI to combine information from before and after the cursor to
generate the correct logic. - Update default system prompt: The system prompt is refined to be more concise
and provide clearer instructions to the AI on handling various completion
scenarios like code,
Full Changelog: v0.5.5...v0.6.0
v0.5.5
Version 0.5.5 (2025-07-24)
This is primarily a maintenance release with minor feature updates and
improvements.
Features
- Configurable Endpoints for Gemini and Claude: Users can now specify custom API
endpoints for Gemini and Claude providers. - The
chat-input-templatecan now be a list of strings, which will be
constructed into multi-turn conversations, allowing for more organized and
complex prompt structures. - Added
minuet-set-nested-plistfor easier manipulation of nested plists in
configurations. - The default model for the
openai-compatibleprovider is now
devstral-small-2505. - The default model for the
openaiprovider has been updated to
gpt-4.1-mini.
Fixes
- Switched from
delete-processto sending aSIGTERMsignal to gracefully
cancel in-flight requests.
Full Changelog: v0.5.4...v0.5.5
v0.5.4
Version 0.5.4 (2025-04-13)
Features
- Add option to show error message on minibuffer and improve error message
Bug Fixes
- Fix overlay positioning when not at the end-of-line
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Version 0.5.3 (2025-04-08)
Features
-
Added
transformoption for OpenAI-FIM-compatible providers.This feature enables support for non-OpenAI-FIM-compatible APIs with
OpenAI-FIM-compatible provider, such as the DeepInfra FIM API. Example
configurations are available in recipes.md.
Full Changelog: v0.5.2...v0.5.3
v0.5.1
Version 0.5.1 (2025-04-03)
Minuet is now available on GNU ELPA.
Breaking Changes
- The default service for
openai_compatibleprovider is now OpenRouter.
Documentation
- Updated to note the policy of GNU ELPA. The contribution section has also been
revised.
Full Changelog: v0.5.0...v0.5.1