Releases: OpenDevEd/ai-cli-log
Releases · OpenDevEd/ai-cli-log
Release list
v1.0.10-opendeved.1 — Ctrl+Z suspend/resume
opendeved fork of alingse/ai-cli-log 1.0.10 (ISC), adding Ctrl+Z suspend/resume support.
What's new
- Detects the raw
0x1A(Ctrl+Z) byte in the stdin handler and self-suspends (drops raw mode, sendsSIGTSTPto its own process group); the byte is not forwarded to the child. - Restores raw mode on
SIGCONTsofgresumes cleanly. - Forces a redraw on resume (briefly toggles the pty row count to emit a
SIGWINCH) so the child TUI repaints instead of returning to a blank screen. Settle delay configurable viaAI_CLI_LOG_RESUME_REDRAW_MS(default 100 ms). - Ships a committed
dist/so it installs without a build step.
No other behaviour changes from upstream 1.0.10.
Install (recommended — tarball)
npm i -g https://github.com/OpenDevEd/ai-cli-log/releases/download/v1.0.10-opendeved.1/ai-cli-log-1.0.10-opendeved.1.tgz
ai-cli-log --version # 1.0.10-opendeved.1Note:
npm i -g github:OpenDevEd/ai-cli-log(git URL) currently fails under npm 11 because the nested native dependencynode-ptyruns its install script before extraction (spawn sh ENOENT). Use the tarball above, or install locally withnpm install github:OpenDevEd/ai-cli-log.