Skip to content

Commit 3d6f88f

Browse files
committed
chore: release v0.5.0
1 parent 56efb02 commit 3d6f88f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 0.5.0 (2025-03-28)
2+
3+
## Breaking Changes
4+
5+
- Modified the Gemini provider's default prompt strategy to use the new
6+
**Prefix First** structure.
7+
- Other providers will continue to use their previous default prompt
8+
configurations.
9+
10+
## Features
11+
12+
- lsp: always `prepend_to_complete_word` without checking `TriggerCharacter`
13+
- Add a new "Prefix-First" prompt structure for chat LLMs.
14+
115
# Version 0.4.2 (2025-03-21)
216

317
## Breaking Change
@@ -81,3 +95,7 @@
8195
# Version 0.1 (2025-02-02)
8296

8397
- Initial release
98+
99+
```
100+
101+
```

0 commit comments

Comments
 (0)