mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
improve changelog
This commit is contained in:
parent
83bf660b76
commit
b9b645522a
1 changed files with 5 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -8,15 +8,15 @@
|
|||
|
||||
- Migrated away from VS Code extension API - Void now lives and interacts entirely within the VS Code codebase.
|
||||
|
||||
- Added inline quick edits, including FIM prompting and output parsing, inline UI, and history management.
|
||||
- Added quick edits! Void handles FIM-prompting and output parsing, inline UI, and history management.
|
||||
|
||||
- Added settings page with model configuration, one-click switch, and user settings.
|
||||
- New settings page with model configuration, one-click switch, and user settings.
|
||||
|
||||
- Void now auto-detects local models on mount.
|
||||
- Added auto-detection (via polling) of local models by default.
|
||||
|
||||
- LLM requests now originate from `node/`, which fixes common CORS and CSP issues when running some models locally.
|
||||
- LLM requests originate from `node/`, which fixes common CORS and CSP issues when running some models locally.
|
||||
|
||||
- History and state improvements for Accept | Reject, stream interruptions, and past chats.
|
||||
- Misc improvements like UI and history for Accept | Reject in the sidebar and editor, stream interruptions, and past chats history.
|
||||
|
||||
- Lots of new UI, misc bug fixes, and performance improvements.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue