get_git_implementation_info
Retrieve details about the active git implementation, including availability of operations, implementation type, and feature flags for enhanced functionality.
Instructions
Get information about the current git implementation and available features.
Returns: Dict containing: - git_enabled: Whether git operations are available - implementation: Current git implementation ("GitPython") - enhanced_features: Whether enhanced features are available - features: Dict of available feature flags
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |