pub fn git_diff_from(start_oid: &str) -> Result<String>Expand description
Generate a diff from a specific starting commit.
Takes a starting commit OID and generates a diff between that commit and the current working tree. Returns a formatted diff string suitable for LLM analysis.