branch: externals/minuet commit a6f4daf27e5816dc9cddf744a844a007084a93ac Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
chore: release v0.6.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ minuet.el | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7a9c1ba8..41c019705d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 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-length` config option to trim + duplicated prefixes from completions based on the text before the cursor. +- 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, comments, and strings. + +## Other + +- Updated Gemini Authentication: Switched to using the `x-goog-api-key` header + for Gemini API requests to align with upstream changes. + # Version 0.5.5 (2025-07-24) This is primarily a maintenance release with minor feature updates and diff --git a/minuet.el b/minuet.el index e43c6616cb..c48426c721 100644 --- a/minuet.el +++ b/minuet.el @@ -4,7 +4,7 @@ ;; Author: Milan Glacier <d...@milanglacier.com> ;; Maintainer: Milan Glacier <d...@milanglacier.com> -;; Version: 0.5.5 +;; Version: 0.6.0 ;; URL: https://github.com/milanglacier/minuet-ai.el ;; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1"))