[v1.90.0] - 2026-01-31
New Features
- Namespace Operations: Added support for starting, stopping, and restarting namespaces via CLI (
namespacecommand), TUI (new namespace modal), and REST API. - Enhanced Port Monitoring: Added UDP port detection and child process listener detection, so processes that spawn worker children (e.g., uvicorn, npm) now correctly report all open ports, by @jessedhillon.
- Interactive Process Scrolling: Added scrollback support for interactive processes with mouse wheel and keyboard navigation (
Ctrl+Afollowed by arrow keys).
Bug Fixes
- Fixed
PC_ADDRESSenvironment variable not being read correctly, by @lbodor. - Improved Windows process stopping by dynamically building taskkill arguments and gracefully handling process not found errors.
Maintenance
- Testing: Improved test reliability and cross-platform compatibility, particularly for Windows.
- CI/CD: Added
clean-testracetarget to Makefile.
New Contributors
- @lbodor made their first contribution in #430
- @jessedhillon made their first contribution in #434
Full Changelog: v1.87.0...v1.90.0