pub fn get_claude_code_version() -> Option<&'static str>Expand description
Get Claude Code CLI version
This function uses OnceLock to cache the result, so the CLI is only called once. Returns None if CLI is not found or version cannot be determined.