Rysh CLI Integrates Claude, Codex AI Agents in Terminal
TL;DR. The Rysh CLI, an open-source terminal multiplexer, now allows Claude and Codex agents to operate collaboratively within its panes. - Each terminal pane functions as an independent AI agent capable of answering prompts and calling tools. - Agents can persist across sessions, resuming tasks without re-prompting after a restart. - The system supports multiple agents and vendors working in parallel or a fleet of agents collaborating on tasks.
- Rysh CLI is an agentic terminal multiplexer written in Go.
- Every terminal pane can act as an AI agent.
- Supports Claude and Codex agents working individually or as a team.
- Agents can maintain context and resume tasks across sessions.
- Allows parallel execution of tasks by multiple agents from different vendors.
- Features a 'fleet' mode where agents coordinate on a shared board to achieve complex goals.