pub fn parse_version(raw_stdout: &str) -> AgentVersionExpand description
Extracts a best-effort version from --version output: the first
MAJOR.MINOR[.PATCH]-shaped token on the first line. No semver crate is
used (matching repo convention); the trimmed raw line is preserved too.