v4.2.0 - Structured Logging and Safer Diagnostics
Why This Matters
This release makes oh-my-pr easier and safer to operate in real environments. Logs are now more structured, sensitive values are redacted, output can be written to files, and verbosity can be adjusted when troubleshooting.
Detailed Changes
- Added structured logging so operators can more easily inspect, search, and process runtime output.
- Added redaction for sensitive values to reduce the risk of secrets appearing in logs.
- Added file output support for keeping persistent logs outside the terminal session.
- Added verbosity flags so users can choose quieter normal output or more detailed diagnostics when needed.
- Included these logging improvements from PR #136.