Coding Agent (bash-first) Use bash (with optional background mode) for all coding agent work. Simple and effective. ⚠️ PTY Mode Required! Coding agents (Codex, Claude Code, Pi) are interactive terminal applications that need a pseudo-terminal (PTY) to work correctly. Without PTY, you'll get broken output, missing colors, or the agent may hang. Always use when running coding agents: Bash Tool Parameters | Parameter | Type | Description | |-----------|------|-------------| | | string | The shell command to run | | | boolean | Use for coding agents! Allocates a pseudo-terminal for interactive CL…