S

ShadowGit

1-Click Ready

Provides secure, read-only access to ShadowGit repositories with git operations like log, diff, blam...

56 views
0 installs
Updated Sep 18, 2025
Audited
Provides secure, read-only access to ShadowGit repositories with git operations like log, diff, blame, and grep to analyze fine-grained commit history and trace code evolution for debugging workflows.

Tools

list_repos

List all available ShadowGit repositories. Use this first to discover which repositories you can work with.

git_command

Execute a read-only git command on a ShadowGit repository. Only safe, read-only commands are allowed.

start_session

Start a work session. MUST be called BEFORE making any changes. Without this, ShadowGit will create fragmented auto-commits during your work!

checkpoint

Create a git commit with your changes. Call this AFTER completing your work but BEFORE end_session. Creates a clean commit for the user to review.

end_session

End your work session to resume ShadowGit auto-commits. MUST be called AFTER checkpoint to properly close your work session.

Quick Start

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.