v7.1.0
coleam00/Archonv7.1.0Jun 17, 2026by sindresorhus
AI Summary
This release introduces a new `suspendTerminal()` function that allows the terminal to be handed over to a child process for interactive execution.
Key Highlights
- New `suspendTerminal()` API added.
- Enables handing terminal control to child processes.
- Addresses GitHub issue #972.
New Features
- Add `suspendTerminal()` to hand the terminal to a child process
Full Release Notes
- Add [`suspendTerminal()`](https://github.com/vadimdemedes/ink#suspendterminalcallback) to hand the terminal to a child process (#972) 9e8ed1f --- https://github.com/vadimdemedes/ink/compare/v7.0.6...v7.1.0