Under the hood
Rate-limit options screen now requires the Ink terminal UI to be available
What
The hidden feature flag controlling the 'Show options when rate limit is reached' screen now declares requires: { ink: true }, meaning this feature is gated on the Ink terminal rendering library being available.
Why
This ensures the rate-limit options screen only activates in environments that support Ink-based rendering, avoiding attempts to show it where the terminal UI framework it depends on isn't present.