We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd798c commit 8072855Copy full SHA for 8072855
1 file changed
.github/workflows/fetch-claude-docs.yml
@@ -66,6 +66,8 @@ jobs:
66
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
67
github_token: ${{ steps.app-token.outputs.token }}
68
allowed_bots: "claude-yolo[bot]"
69
+ # TEMPORARY: expose agent transcript to diagnose permission denials
70
+ show_full_output: true
71
claude_args: |
72
--model claude-sonnet-4-6
73
--mcp-config '{
0 commit comments