Back
AI summary
Written by AI from the official notes. Check them for exact details.New features include automatic port selection for remote control and options to suppress logo art.
- Automatic free port selection for
--remote-control - Environment variable to suppress logo art for narrow terminals
- Renderer bypass options for optimizations
Why it matters: Users needing remote control functionality and accessibility features should pay attention to these updates.
Full release notes3 changes
Introduces automatic free port selection for --remote-control, environment controls to suppress logo art for narrow terminals and screen readers, and renderer bypass options.
- Added the
AGY_CLI_HIDE_LOGOenvironment variable for narrow terminals, screen readers, and recordings to suppress logo art while retaining version and account details. - Added
AGY_CLI_DISABLE_ESCAPE_SEQUENCE_OPTIMIZATIONSto bypass the renderer's dirty-rectangle and diffing optimizations. - Fixed
--remote-controlfailing when a default port was occupied by automatically binding to an available port provided by the operating system.