shellFamily property

ShellFamily? shellFamily
final

The command-language family of the host's shell, used by the AI agent to pick its command syntax when there is no live session to read it from (notably local mode). null falls back to the session's family, then POSIX.

Implementation

final ShellFamily? shellFamily;