Tmux Agents Run coding agents in persistent tmux sessions. They work in the background while you do other things. Available Agents ☁️ Cloud Agents (API credits) | Agent | Command | Best For | |-------|---------|----------| | claude | Claude Code | Complex coding, refactoring, full projects | | codex | OpenAI Codex | Quick edits, auto-approve mode | | gemini | Google Gemini | Research, analysis, documentation | 🦙 Local Agents (FREE via Ollama) | Agent | Command | Best For | |-------|---------|----------| | ollama-claude | Claude Code + Ollama | Long experiments, heavy refactoring | | ollama-c…