mirror of
https://github.com/langchain-ai/deepagents.git
synced 2026-07-21 01:05:27 -04:00
6604820235
Related #4827 The Dependabot lockfile fixer now keeps enough Git history to inspect dependency PRs that have fallen behind `main`. --- The preflight checkout already retrieves complete history, but its explicit fetch of the event-time base used `--depth=1`. That marked the base commit as a shallow boundary, so the three-dot diff could not walk back to the common ancestor when `main` had advanced after Dependabot created its branch. Fetch the exact base SHA without limiting its depth. This retains the event snapshot while preserving the ancestry needed by the path-scope guard. The fix was validated against the base and head SHAs from #4827, where the diff now resolves to the two expected `libs/talon` files.