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