The following are important safety considerations to keep in mind when using Gissy's AI features:
Data transfer mechanisms
When the AI feature is enabled, the system sends the content of code diffs obtained by executing git diff to the configured third-party AI service provider. This means:
- Modified code snippets leave the local environment
- The content of the transmission depends on the specific scope of the change
Key Considerations
- Corporate Compliance: Need to verify compliance with company code security policy
- Sensitive Codes:: AI is not recommended for projects containing confidential or sensitive information.
- Service Provider Selection: Data retention policies vary among AI providers and need to be known in advance
alternative
If you do not want the code to leave the local:
- Disable the useAI configuration item (off by default)
- Gissy falls back to the standard commit message based on a list of files
- Still maintains all automation functions except AI
This answer comes from the articleGissy: a command line assistant that uses AI to enhance Git workflowsThe