The repo_diff_context tool now supports automatic detection of staged, unstaged, and untracked changes when called without a specific paths argument. It generates a bounded, redacted unified diff summary and intelligently evicts deleted or renamed files from the index to ensure context remains clean and relevant. This update streamlines code reviews and debugging sessions by automatically focusing on the current work-in-progress. Git worktree status

Auto-detect Git worktree changes in repo_diff_context - caiowilson/MCP-memento