chore: add unreleased changelog entries for recent fixes and perf improvements

This commit is contained in:
Bohdan Triapitsyn
2026-06-17 01:08:54 +03:00
parent a99eba1ca6
commit 71172181ef
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
## [Unreleased]
- Startup: providers and agents now load faster at startup.
- Chat: pinned welcome starters now appear immediately when a new draft session opens.
- Chat: code-block highlighting now runs off the main thread, keeping the UI responsive during code-heavy responses.
- Chat: the context usage indicator now shows as a circular progress ring.
- Agents: deleting a built-in agent no longer creates a disable override — the agent stays as-is instead of being silently disabled.