improve changelog

This commit is contained in:
Andrew Pareles 2025-01-12 17:52:17 -08:00
parent 83bf660b76
commit b9b645522a

View file

@ -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.