From b773690b38cd1190042e3416a32b4d3d73bb91e5 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Sun, 24 May 2026 03:33:06 -0500 Subject: [PATCH] docs(release): add Tasks sidebar feature to v0.8.43 CHANGELOG --- CHANGELOG.md | 8 ++++++++ crates/tui/CHANGELOG.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6537fa..bb473ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 path now tries `wl-copy` before `arboard`, fixing silent copy failures on niri, River, cosmic-comp, and GNOME mutter (#1938). Thanks @ousamabenyounes. +### Added + +- **Tasks sidebar now shows fuller turn IDs and supports copy-to-clipboard.** + Turn ID prefixes are widened from 12 to 16 characters for disambiguation, + background job status is presented as "X running, Y completed" instead of + ambiguous "X active (Y running)", and `y` / `Y` yank affordances copy the + current turn ID or full status line to the system clipboard (#1975). + ### Changed - **Contributor count and acknowledgement surfaces refreshed.** The website diff --git a/crates/tui/CHANGELOG.md b/crates/tui/CHANGELOG.md index 9d6537fa..bb473ea0 100644 --- a/crates/tui/CHANGELOG.md +++ b/crates/tui/CHANGELOG.md @@ -25,6 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 path now tries `wl-copy` before `arboard`, fixing silent copy failures on niri, River, cosmic-comp, and GNOME mutter (#1938). Thanks @ousamabenyounes. +### Added + +- **Tasks sidebar now shows fuller turn IDs and supports copy-to-clipboard.** + Turn ID prefixes are widened from 12 to 16 characters for disambiguation, + background job status is presented as "X running, Y completed" instead of + ambiguous "X active (Y running)", and `y` / `Y` yank affordances copy the + current turn ID or full status line to the system clipboard (#1975). + ### Changed - **Contributor count and acknowledgement surfaces refreshed.** The website