From 576ab3f77a7cb0b3137732b220a50da01ac6ce23 Mon Sep 17 00:00:00 2001 From: sadiq khan Date: Tue, 26 May 2026 12:46:34 +0530 Subject: [PATCH] ci: enable full claude-code-action output for diagnosis The previous run reported permission_denials_count=11 but the SDK output was hidden. Enable show_full_output and pass --debug through claude_args so the next run shows which specific tool calls were denied and whether the playwright MCP server registered at all. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/claude-pr-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr-test.yml b/.github/workflows/claude-pr-test.yml index 0a15e52..4a8dc4a 100644 --- a/.github/workflows/claude-pr-test.yml +++ b/.github/workflows/claude-pr-test.yml @@ -145,7 +145,8 @@ jobs: with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} settings: /tmp/claude-settings.json - claude_args: --mcp-config /tmp/mcp-playwright.json + claude_args: --mcp-config /tmp/mcp-playwright.json --debug + show_full_output: true prompt: | You are running a QA review of a PR in CI. Execute this exact sequence (the recording tools must be called by YOU at the top