https://x.com/nateliason/status/2015191302695014658
Nat Eliason @nateliasonThese are the guardrails I put in place to make it use Codex instead of its own subagents for coding tasks, you could do the same for any other model you can already run from the CLI
Text:
## ⚠️ CRITICAL: Coding Sub-Agents
**ALWAYS use Codex CLI directly for coding tasks. NEVER use sessions_spawn with model override.**
```bash
# Correct: Codex CLI with PTY
cd ~/Coding/contentBuddy
git worktree add -b fix/issue-name /tmp/codex-fix-N staging
bash pty:true workdir:/tmp/codex-fix-N background:true command:"codex --yolo exec 'Task description...
When done: clawdbot gateway wake --text \"Done: summary\" --mode now'"Jan 24, 2026 View on X →
Saturday, January 24, 2026 AI
