Delegate complex coding tasks to a coding agent (Claude Code or Codex).
For complex, multi-file, or unfamiliar coding tasks, delegate to a coding agent rather than hand-editing with shell commands.
Use whichever is installed on the host. Check with which claude or which codex.
claude --dangerously-skip-permissions -p "your prompt here"
--dangerously-skip-permissions lets it run without interactive approval (use only for tasks you've already confirmed with the owner)-p passes a one-shot promptcd there firstcodex --approval-mode full-auto "your prompt here"
--approval-mode full-auto lets it run without interactive approvalcd there first