pub fn detect_parameters(session: &Session) -> Vec<Parameter>Expand description
Auto-detect environment-specific parameters from a session.
Extracts home directory, username, and hostname from session metadata, but only includes them if the value actually appears in at least one command string or cwd path.