From f2df1d54fbb2221840dc3e703b951d6b92ce06b3 Mon Sep 17 00:00:00 2001 From: Hunter B Date: Mon, 1 Jun 2026 21:35:11 -0700 Subject: [PATCH] docs(changelog): note paste-first context menu fix --- CHANGELOG.md | 3 +++ crates/tui/CHANGELOG.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea60aa85..be0dba4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `balance` so it is less likely to be mistaken for session spend. - Fixed truncated subagent tool calls and repeated truncated subagent responses so they return model-visible errors instead of silently failing. +- Moved Paste to the first position in the right-click context menu so users + copying text from the output area can paste with a single left-click instead + of navigating past cell-specific actions. ### Community diff --git a/crates/tui/CHANGELOG.md b/crates/tui/CHANGELOG.md index ea60aa85..be0dba4f 100644 --- a/crates/tui/CHANGELOG.md +++ b/crates/tui/CHANGELOG.md @@ -61,6 +61,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `balance` so it is less likely to be mistaken for session spend. - Fixed truncated subagent tool calls and repeated truncated subagent responses so they return model-visible errors instead of silently failing. +- Moved Paste to the first position in the right-click context menu so users + copying text from the output area can paste with a single left-click instead + of navigating past cell-specific actions. ### Community