Debug Mode
For any issue, enable verbose mode to get detailed information:
bash
gcop-rs -v commit
gcop-rs -v review changesThis shows:
- Configuration loading
- API requests and responses
- Commit prompts (system + user) when running
gcop-rs -v commit - Response parsing
Security Notice: Verbose mode (
-vorRUST_LOG=debug) logs full API requests and responses, which may include:
- Your code diffs and changes
- Partial API keys in error messages
- Generated commit messages
Do not share verbose logs publicly or commit them to version control.
Getting Help
If you encounter an issue not listed here:
- Run with
--verboseand check the logs - Check the Configuration Reference
- Review the Provider Setup Guide
- Open an issue on GitHub with:
- Your config file (remove API keys!)
- Command you ran
- Error message
- Output from
gcop-rs -v(remove sensitive info)