fix(coding-agent): avoid full redraw on large edit results closes #2664

This commit is contained in:
Mario Zechner
2026-03-29 13:00:46 +02:00
parent 7d4faa080d
commit 0f9db44aff
3 changed files with 136 additions and 64 deletions

View File

@@ -6,6 +6,10 @@
- Added `ctx.signal` to `ExtensionContext` and wired it to the active agent turn so extension handlers can forward cancellation into nested model calls, `fetch()`, and other abort-aware work ([#2660](https://github.com/badlogic/pi-mono/issues/2660))
### Fixed
- Fixed edit tool TUI rendering to defer large multi-edit diffs to the settled result, avoiding full-screen redraws when the tool completes ([#2664](https://github.com/badlogic/pi-mono/issues/2664))
## [0.63.1] - 2026-03-27
### Added