From 4f561cab9931df44456b7eae026bf996b4edfe91 Mon Sep 17 00:00:00 2001 From: Szymon Kurcab Date: Sun, 15 Feb 2026 01:30:49 +0100 Subject: [PATCH] fix: remove show_full_output (security risk, was for debugging) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c966bd..0270ff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,4 +48,3 @@ jobs: Review the PR changes. Focus on code quality, potential bugs, performance and security issues. anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: "--model opus" - show_full_output: true