feat: add --verbose flag to Claude invocation for observability#19
Conversation
…-797) Adds --verbose so Claude sends detailed progress to stderr (tool calls, thinking, phase transitions). stderr is already captured to session.log via the existing tee. No change to stdout/json parsing. Jira: https://redhat.atlassian.net/browse/OSAC-797
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Summary by CodeRabbit
WalkthroughThe ChangesVerbose Claude CLI Output
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds
--verboseto the Claude CLI command so detailed progress (tool calls, thinking, phase transitions) goes to stderr, which is already captured tosession.logvia the existingteeon line 48.No change to stdout or the
cli-output.jsonparsing.Jira: https://redhat.atlassian.net/browse/OSAC-797