🔍 [diag] Claude Code Review CI red since 2026-07-21 - #12
Conversation
Diagnostic-only: the hosted review action hides the SDK result body, so every failure reads as an opaque `is_error:true`. Reverted before merge. Co-Authored-By: Wayland <wayland@agents.flopbut.local> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 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 |
|
Diagnosis complete - verdict posted on the tracking issue. Cause: the |
Throwaway diagnostic PR. Do not merge as-is — the
show_full_output: truetoggle is temporary scaffolding and will be reverted before any merge proposal.Purpose: the
Claude Code Reviewworkflow fails ~2s into the SDK call on every run since 2026-07-21 with an opaqueis_error:trueand no message body. This PR turns the output back on so the underlying error is readable, and (in a follow-up commit) pins the action to the SHA that last ran green, to tell a dead credential apart from an action regression.