From 5773297ecf50e3f39c72dc6338ea325121372305 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Mon, 15 Jun 2026 10:45:18 +0300 Subject: [PATCH] chore: updated unreleased changelog --- CHANGELOG.md | 4 +++- packages/vscode/CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35dc73da..437a1541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - Desktop: if LAN access was enabled without a password, the app now starts locally and asks for a password before turning LAN access back on. - Chat: file paths inside fenced code blocks are now clickable, including line and column targets (thanks to @robertoberto). - Chat: context breakdowns now show message previews and cache hit rates (thanks to @robertoberto, @raz123). +- Chat/Performance: long conversations now use virtualized rendering to keep large histories responsive. - Chat: custom-answer question textareas resize more steadily while typing (thanks to @bigcoder84). - Chat/Input: tab-completing a mention no longer changes the selected agent (thanks to @Quat3rnion). - Chat/Input: Arrow Up moves the cursor inside multi-line drafts again instead of always opening prompt history. @@ -20,15 +21,16 @@ All notable changes to this project will be documented in this file. - Comments: inline file/diff comment drafts now stay in place when focus changes. - Git/Diff: redesigned the Changes diff view with faster multi-file rendering, expandable hunk separators, a full-file loading toggle, compact responsive controls, and a unified changed/staged context panel workflow. - Git/Diff: individual diff hunks can now be staged, unstaged, or discarded directly from the Changes view via `git apply`. +- Git/Diff: added a review flow for starting a review from current changes. - GitHub: GitHub settings can now use credentials from the `gh` CLI when available (thanks to @tomzx). - Settings/MCP: importing MCP snippets from OpenCode config works again (thanks to @youzini). -- Usage: added Cursor plan as a usage-tracking provider.. - Notifications: notification streams now stay connected more reliably behind proxies (thanks to @kostazol). - Mobile: the empty Changes view keeps a close control visible (thanks to @lilyzhaun). - Security: file previews and downloads now reject paths outside the allowed workspace unless access has been granted. - Sessions: fixed a bug where a running session would briefly flicker as idle (in the sidebar, the send/stop button, and the status row) when the app is protected by a password. - Desktop: you can now open developer tools from the Help menu. - Sessions: new draft sessions now start from the default model and agent instead of inheriting the previous session's selection, and fall back to OpenCode's own `default_agent` (and its model) when no OpenChamber default is set. +- Startup: cached settings and session state now appear earlier while the live API finishes connecting. - Startup: the model and agent now appear faster on the initial draft — config loads under the project key up front (no reload when the draft opens) and the agent list is fetched once instead of per consumer. ## [1.12.4] - 2026-06-11 diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index bcbf65c5..1ac95bcb 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,6 +1,7 @@ ## [Unreleased] - Chat: custom-answer question textareas resize more steadily while typing (thanks to @bigcoder84). +- Chat/Performance: long conversations now use virtualized rendering to keep large histories responsive. - Chat/Input: tab-completing a mention no longer changes the selected agent (thanks to @Quat3rnion). - Chat/Input: Arrow Up moves the cursor inside multi-line drafts again instead of always opening prompt history. - Sessions: session menus now include a delete action (thanks to @ShogunPanda).