fix(coding-agent): keep suspend resume alive on fg closes #2454
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user