fix(coding-agent): keep suspend resume alive on fg closes #2454

This commit is contained in:
Mario Zechner
2026-03-20 11:55:43 +01:00
parent 8705fbee54
commit 75fc6d088d
3 changed files with 135 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed `ctrl+z` suspend and `fg` resume reliability by keeping the process alive until the `SIGCONT` handler restores the TUI, avoiding immediate process exit in environments with no other live event-loop handles ([#2454](https://github.com/badlogic/pi-mono/issues/2454))
## [0.61.0] - 2026-03-20
### New Features