You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: NoAutoFetch parity for summarizePr/summarizeDiff + gitignore cleanup (#211)
* feat(query): NoAutoFetch parity for summarizePr and summarizeDiff
The 9.1.0 --no-auto-fetch opt-out was only wired through ReviewPROptions.
summarizePr (pr.go) and summarizeDiff (navigation.go) still auto-fetched
unconditionally, giving air-gapped callers inconsistent behavior across
the three review-adjacent MCP tools.
Add NoAutoFetch to both options structs; route through VerifyRef
(local-only) instead of EnsureRef when set.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: gitignore ckb_fresh and *.test binaries in repo root
ckb_fresh is a dev-build binary that kept showing up as untracked;
*.test catches Go test binaries like scip.test.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments