From 0e0438d3f2305e69c72d019e3ed37841e32865eb Mon Sep 17 00:00:00 2001 From: ClaudeDo CI Date: Wed, 5 Aug 2026 12:35:26 +0000 Subject: [PATCH] docs(changelog): update for v2.7.0 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c7da68..4685abbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ # Changelog +## v2.7.0 — 2026-08-05 + +### Features + +- add usage monitor modal with gauges and model/task usage analysis (8103006) +- add usage pill to footer and mission control header (7cbd4e6) +- expose usage/model-usage hub surface and persist run model (d4cd202) +- add roadblock reply field to the ROADBLOCK card (d2ca7fb) +- record merge commit SHA and add revert_merge tool (10e561f) +- let CreateChildTask set maxTurns on child tasks (65db1cd) +- add post-merge verification gate for list merges (c9ba1e2) +- add preview_merge and preview_merge_set MCP tools (394feba) +- add splitting, turns-preflight, merge-order rules to list-handler prompt (8ed6e08) +- add wait_for_task_change MCP tool (194ce58) +- render task descriptions into the list-handler brief (b38b085) +- add TranscriptUsageReader for per-model token usage (e926f4d) +- add OAuth usage client + poller (20d17c6) +- add usage gate thresholds and task run model column (bedd2de) +- give the list handler its own review task (c07c1f7) +- clear focus from textboxes on Escape in the main window (52c2186) +- show newest log entries first in Log Visualizer (47edab5) + +### Fixes + +- install a real localizer in UsagePillViewModelTests (677a4c1) +- avoid int CommandParameter cast crash in usage monitor presets (57326f1) +- transport ConPTY task brief via file, not CLI argument (3972ce5) +- drop notification for the removed CanPickUpInTerminal property (eee87f0) +- normalize model alias before preset lookup, wire DefaultMaxTurns as fallback (7d636c6) +- only ask list-handler dedupe questions when a candidate exists (fd50a4f) + +### Refactoring + +- remove pick-up-in-terminal, keep ConPTY as the single session entry (87de53e) + +### Documentation + +- mark the 2026-08-05 list-handler run complete (032debc) +- document usage monitor & gate across CLAUDE.md files (cf9dd1c) +- update for v2.6.0 (342a061) + ## v2.6.0 — 2026-08-04 ### Fixes