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 request metadata and retry details
- API response status/body logs for non-streaming requests
- Commit prompts (system + user) when running
gcop-rs -v commit - Response parsing diagnostics
Security Notice: Verbose mode (
-vorRUST_LOG=debug) may expose sensitive data, including:
- Code diffs and change content
- Prompt content (especially in
gcop-rs -v commit)- API response bodies and generated commit messages
- Partial API keys in error 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)