From dab6c7e3126825567dd358d3d419cd2e06dd9249 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 30 Mar 2026 16:05:35 +0200 Subject: [PATCH] docs(coding-agent): add changelog entry for #2691 --- packages/coding-agent/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 72955b0a..2895914f 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Added + +- Added label timestamps to the session tree with a `Shift+T` toggle in `/tree`, smart date formatting, and timestamp preservation through branching ([#2691](https://github.com/badlogic/pi-mono/pull/2691) by [@w-winter](https://github.com/w-winter)) + ## [0.64.0] - 2026-03-29 ### New Features