From 54037cb1d0fda5376bff4aa8ceadccf45b4ab98d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Jul 2026 11:02:53 +0000 Subject: [PATCH] ci(claude): surface full SDK output to diagnose @claude auth failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add show_full_output: "true" to the Run Claude Code step so the exact authentication/usage error is written to the job log instead of being hidden. The @claude runs currently fail on turn 1 with is_error:true and the action masks the underlying message; this makes it readable. Temporary — to be removed once @claude is confirmed working. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_0164nBbEeLzQWWZqBn95o3MW --- .github/workflows/claude.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 73fb3fe61..b53c85667 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -69,3 +69,7 @@ jobs: # The action's default trigger phrase is "@claude"; it reads the # triggering comment/review and acts on the current PR head. claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + # Temporary: surface the full SDK output in the job log so an + # authentication/usage error is readable instead of hidden. Remove + # once @claude is confirmed working. + show_full_output: "true"