fix(coding-agent): add live retry countdown\n\ncloses #3187

This commit is contained in:
Mario Zechner
2026-04-15 14:07:46 +02:00
parent 79df7c3114
commit a8f51764c8
2 changed files with 28 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed interactive auto-retry status updates to show a live countdown during backoff instead of a static retry delay message ([#3187](https://github.com/badlogic/pi-mono/issues/3187))
## [0.67.2] - 2026-04-14
### New Features