coding-agent: choose reasoning effort based on task complexity

This commit is contained in:
Peter Steinberger
2026-01-02 23:57:46 +00:00
parent 4804ce5678
commit feb4f9028d

View File

@@ -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