@lunch its part of a project im working on to enable a new kind of terminal called headless shell protocol (HSP), which uses a structured protocol between the terminal/UI and the shell
command output is sent from the shell to the terminal in a structured message (instead of the command writing bytes directly to the terminal's PTY) so the terminal/UI is able to display the output in whatever way it chooses
additionally, the command is run in its own PTY with the window size set to the maximum, so the command will not constrain its output to the size of the terminal at all
right now it's just me working on HSP, but in the near future i'm going to be trying to get some other folks involved in working on it so if you might be interested i can write down your name and reach out when the time comes