v7.1.0

agno-agi/agnov7.1.0Jun 17, 2026by sindresorhus

AI Summary

Introduces a new `suspendTerminal()` method designed to hand the terminal over to a child process, enhancing inter-process communication capabilities.

Key Highlights

  • Adds `suspendTerminal()` method
  • Enables handing terminal to a child process
  • Addresses issue #972

New Features

  • New `suspendTerminal()` method

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