From a4653d48c8089105a32e18bf75a7a95799ea9c3f Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sat, 3 Jan 2026 04:24:57 +0100 Subject: [PATCH] Add changelog entry for edit tool diff fix --- 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 82b3f673..c29f01ad 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -6,6 +6,10 @@ - Shell commands without context contribution: use `!!command` to execute a bash command that is shown in the TUI and saved to session history but excluded from LLM context. Useful for running commands you don't want the AI to see. ([#414](https://github.com/badlogic/pi-mono/issues/414)) +### Fixed + +- Edit tool diff not displaying in TUI due to race condition between async preview computation and tool execution + ## [0.32.0] - 2026-01-03 ### Breaking Changes