pub fn get_git_diff_from_start() -> Result<String>Expand description
Get the git diff from the starting commit.
Uses the saved starting commit from .agent/start_commit to generate
an incremental diff. Falls back to diffing from HEAD if no start commit
file exists.