fix(coding-agent): avoid full redraw on large edit results closes #2664
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user