From feb4f9028de805b16d01a1cbfd337ad336c24066 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 2 Jan 2026 23:57:46 +0000 Subject: [PATCH] coding-agent: choose reasoning effort based on task complexity --- skills/coding-agent/SKILL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skills/coding-agent/SKILL.md b/skills/coding-agent/SKILL.md index b017fc888..671fca97b 100644 --- a/skills/coding-agent/SKILL.md +++ b/skills/coding-agent/SKILL.md @@ -40,14 +40,16 @@ Interactive (preferred in tmux): ## Codex CLI -⚠️ **Use gpt-5.2-codex with medium reasoning!** +⚠️ **Use gpt-5.2-codex — choose reasoning effort yourself:** +- `medium` — most tasks +- `high` — complex/architectural tasks **One-shot with tmux (recommended):** ```bash # IMPORTANT: Use bash workdir param to start in the target folder! # This way Codex "wakes up in a little box" - only sees relevant files -# Start Codex in target directory +# Start Codex in target directory (choose medium or high based on task complexity) bash workdir:~/project/folder command:"tmux new -d -s codex-task 'codex exec --model gpt-5.2-codex -c reasoning_effort=\"medium\" -s workspace-write \"Your task\"'" # Monitor progress