v7.1.0

parruda/swarmv7.1.0Jun 17, 2026by sindresorhus

AI Summary

A minor version update adding a new method to the Ink library for advanced terminal control.

Key Highlights

  • New method to hand terminal control to child processes
  • Enables integration with external processes
  • Part of the Ink library for React-based terminal applications

New Features

  • Add `suspendTerminal(callback)` 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