From 71172181efd8b8c22761be321bb02fbef6190c3b Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Wed, 17 Jun 2026 01:08:54 +0300 Subject: [PATCH] chore: add unreleased changelog entries for recent fixes and perf improvements --- CHANGELOG.md | 5 +++++ packages/vscode/CHANGELOG.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477c1b6d..f5580598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Chat: pinned welcome starters now appear immediately when a new draft session opens, without needing to open the add dialog. - Chat: clicking a Mermaid diagram in a chat message now opens a fullscreen pan/zoom preview. - Chat: code-block highlighting now runs off the main thread, preventing UI freezes when rendering code-heavy responses. - Chat: the context usage indicator now shows as a circular progress ring with the same color thresholds, visible in all workspace headers. +- Chat/UI: embedded chat views and context panel previews now consistently match the current theme. - Chat/Mobile: the session status button now responds more reliably to taps on Android. - Scheduled Tasks: the task editor dialog now supports Cron expressions with inline validation, quick-example chips, and a preview of the next four upcoming runs (thanks to @tomzx). - Files: syntax highlighting in the file editor, Plan View, and Skills page now uses Shiki for broader language support. - Agents: deleting a built-in agent no longer creates a disable override — the agent stays as-is and shows a clear explanation instead of silently disappearing. - Agents: deleting an agent now shows an error toast when the definition is missing, instead of failing silently. +- Startup: providers and agents now load faster by avoiding the full provider catalog on initial load. - Right Sidebar: switching between sidebar tabs is less likely to re-render unrelated content (thanks to @bashrusakh). +- Sessions: the app no longer crashes on startup when there are many sessions in folders. +- Notifications: desktop notifications no longer show duplicate alerts, and reasoning text is excluded from notification bodies. - Reliability: session list loading handles Windows paths and concurrent requests more steadily, and duplicate health-check URLs are removed from diagnostics. ## [1.13.0] - 2026-06-15 diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index b69fe8a3..a489c982 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -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.