Skip to content

ci(auto-fix-issue): Add show_full_output workflow input for debugging#21033

Merged
mydea merged 1 commit into
developfrom
ci/auto-fix-issue-show-full-output
May 20, 2026
Merged

ci(auto-fix-issue): Add show_full_output workflow input for debugging#21033
mydea merged 1 commit into
developfrom
ci/auto-fix-issue-show-full-output

Conversation

@mydea
Copy link
Copy Markdown
Member

@mydea mydea commented May 20, 2026

Summary

  • Adds an opt-in show_full_output boolean input on the Auto Fix Issue workflow_dispatch form
  • Wires it through to the claude-code-action step, which otherwise hides the SDK output for security
  • Default is false, so normal runs are unchanged — flip it on per-run when debugging

Why

The action's default-hidden output makes it hard to tell why a run finishes "successfully" without producing a PR or comment (e.g., when permission denials silently block the agent). With this opt-in, we can re-dispatch a problem run with full logging instead of editing the workflow each time.

🤖 Generated with Claude Code

Adds an opt-in checkbox on workflow_dispatch to surface the full Claude
SDK output, which is otherwise hidden for security. Useful for
diagnosing runs that complete without producing a PR or comment (e.g.,
when permission denials silently block the agent).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@mydea mydea requested a review from Lms24 May 20, 2026 07:18
@mydea mydea self-assigned this May 20, 2026
@mydea mydea requested a review from chargome May 20, 2026 07:20
@mydea mydea merged commit fc6f2e0 into develop May 20, 2026
147 of 150 checks passed
@mydea mydea deleted the ci/auto-fix-issue-show-full-output branch May 20, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants