pub fn bundled_cli_path() -> Option<PathBuf>Expand description
Get the full path to the bundled CLI binary.
Returns Some(path) where path is ~/.claude/sdk/bundled/{CLI_VERSION}/claude (or claude.exe on Windows).
Returns None if the home directory cannot be determined.