From 7e290113cc048a9614407eacb29617126182cbda Mon Sep 17 00:00:00 2001 From: Wayland Date: Tue, 18 Aug 2026 03:21:36 +0200 Subject: [PATCH 1/2] chore(ci): temporarily surface full Claude review output 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 Co-Authored-By: Claude Opus 5 --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 0715104..9de870b 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -39,6 +39,7 @@ jobs: plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' plugins: 'code-review@claude-code-plugins' prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}' + show_full_output: true # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md # or https://code.claude.com/docs/en/cli-reference for available options From c4dc2d57d9d93ae00017be25394cba64e9f32fea Mon Sep 17 00:00:00 2001 From: Wayland Date: Tue, 18 Aug 2026 03:26:56 +0200 Subject: [PATCH 2/2] Revert "chore(ci): temporarily surface full Claude review output" This reverts commit 7e290113cc048a9614407eacb29617126182cbda. --- .github/workflows/claude-code-review.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 9de870b..0715104 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -39,7 +39,6 @@ jobs: plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' plugins: 'code-review@claude-code-plugins' prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}' - show_full_output: true # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md # or https://code.claude.com/docs/en/cli-reference for available options