File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 0.6.0 (2025-08-11)
2+
3+ ## Breaking Change
4+
5+ - Improve completion filtering with before/after context:
6+ - Refactors the completion filtering logic to be based on the longest common
7+ match.
8+ - Add a new ` minuet-before-cursor-filter-length ` config option to trim
9+ duplicated prefixes from completions based on the text before the cursor.
10+ - Change default few-shot example: The default few-shot example has been updated
11+ to require the AI to combine information from before and after the cursor to
12+ generate the correct logic.
13+ - Update default system prompt: The system prompt is refined to be more concise
14+ and provide clearer instructions to the AI on handling various completion
15+ scenarios like code, comments, and strings.
16+
17+ ## Other
18+
19+ - Updated Gemini Authentication: Switched to using the ` x-goog-api-key ` header
20+ for Gemini API requests to align with upstream changes.
21+
122# Version 0.5.5 (2025-07-24)
223
324This is primarily a maintenance release with minor feature updates and
Original file line number Diff line number Diff line change 44
55; ; Author: Milan Glacier <dev@milanglacier.com>
66; ; Maintainer: Milan Glacier <dev@milanglacier.com>
7- ; ; Version: 0.5.5
7+ ; ; Version: 0.6.0
88; ; URL: https://github.com/milanglacier/minuet-ai.el
99; ; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1"))
1010
You can’t perform that action at this time.
0 commit comments