mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 02:11:28 +00:00
ci(ai-review): enable show_full_output for review visibility
Allows seeing Claude's full output in CI logs instead of the opaque "full output hidden for security" message. Helps debug slow reviews and identify bottlenecks.
This commit is contained in:
@@ -223,6 +223,7 @@ jobs:
|
||||
anthropic_api_key: ${{ secrets.GLM_API_KEY }}
|
||||
github_token: ${{ steps.app-token.outputs.token }}
|
||||
allowed_non_write_users: ${{ needs.prepare.outputs.contributor_source == 'external' && '*' || '' }}
|
||||
show_full_output: true # Visible logs for debugging slow/failing reviews
|
||||
track_progress: false # Disabled - no progress comments, just final review
|
||||
prompt: |
|
||||
ultrathink
|
||||
|
||||
Reference in New Issue
Block a user