Skip to content

Commit 0763498

Browse files
ashwin-antclaude
andauthored
feat: add DETAILED_PERMISSION_MESSAGES env var to Claude Code invocation (anthropics#328)
Enables detailed permission messages in Claude Code by setting the DETAILED_PERMISSION_MESSAGES environment variable to '1' in the Run Claude Code step. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 204266c commit 0763498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ runs:
216216
ANTHROPIC_MODEL: ${{ inputs.model || inputs.anthropic_model }}
217217
GITHUB_TOKEN: ${{ steps.prepare.outputs.GITHUB_TOKEN }}
218218
NODE_VERSION: ${{ env.NODE_VERSION }}
219+
DETAILED_PERMISSION_MESSAGES: "1"
219220

220221
# Provider configuration
221222
ANTHROPIC_API_KEY: ${{ inputs.anthropic_api_key }}

0 commit comments

Comments
 (0)