From 7bda9d1fbc24d1c7daee396ea0f14b4ffae556e9 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Fri, 30 May 2025 23:56:23 -0700 Subject: [PATCH] fix: set `--config hide_agent_reasoning=true` in the GitHub Action --- .github/actions/codex/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/codex/action.yml b/.github/actions/codex/action.yml index eb44930200..f0af1cb3e7 100644 --- a/.github/actions/codex/action.yml +++ b/.github/actions/codex/action.yml @@ -15,7 +15,7 @@ inputs: codex_args: description: "A whitespace-delimited list of arguments to pass to Codex. Due to limitations in YAML, arguments with spaces are not supported. For more complex configurations, use the `codex_home` input." required: false - default: "--config hide_agent_reasoning=false --full-auto" + default: "--config hide_agent_reasoning=true --full-auto" codex_home: description: "Value to use as the CODEX_HOME environment variable when running Codex." required: false