Const
Forces interactivity on (1/true) or off (0/false) for a whole shell session, overriding TTY detection. An agent harness that shells out through a pty should set this to 0 so its subprocesses can never block on a question.
1
true
0
false
Forces interactivity on (
1/true) or off (0/false) for a whole shell session, overriding TTY detection. An agent harness that shells out through a pty should set this to0so its subprocesses can never block on a question.