Skip to content

Commit a6f4daf

Browse files
committed
chore: release v0.6.0
1 parent 9d81a3b commit a6f4daf

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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

324
This is primarily a maintenance release with minor feature updates and

minuet.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)