Run multiple AI coding agents simultaneously with isolated profiles
Summary
multi-cli is a tool that enables running multiple AI coding agents (Claude Code, Codex, Gemini CLI, Cursor) simultaneously with isolated profiles, allowing parallel agentic coding workflows.
Similar Articles
Multi-Claude
Multi-Claude is a Mac tool that allows users to run multiple Claude AI accounts simultaneously for side-by-side use.
@jbarbier: For those starting with AI coding, I just shared my CLAUDE.md (also works with Gemini and Codex BTW - see how-to). Sinc…
Developer Julien Barbier shares his CLAUDE.md configuration file for AI coding agents, which improves efficiency by providing explicit instructions for Claude, Gemini, and Codex. The file is customizable and includes setup instructions for multiple tools.
@itsharmanjot: FOUR AI CLIs ARE NOW TALKING TO EACH OTHER THROUGH A SINGLE SQLITE FILE. Claude Code. Gemini CLI. Codex CLI. OpenCode. …
Squad is an open-source Rust tool that lets four major AI CLIs (Claude Code, Gemini CLI, Codex CLI, OpenCode) collaborate on the same codebase through a single SQLite file, with no daemon or server required.
@NFTCPS: Multiple AI agents working together? Finally someone pulled it off with the most down-to-earth approach. squad, a command-line tool written in Rust, lets Claude Code, Gemini CLI, Codex, and OpenCode — these CLI agents — sit at the same table and collaborate.…
squad is a command-line tool written in Rust that enables collaboration among multiple AI CLI agents (such as Claude Code, Gemini CLI, etc.) via shell commands and an SQLite database, without requiring a background daemon.
agents-cli
Agents-cli is a command-line interface tool that enables coding agents to ship AI agents.