Multi-run
Multi-run lets you execute the same prompt across multiple projects simultaneously — useful for applying consistent changes across a monorepo or fleet of repositories.
Overview
Select multiple projects, write a prompt, and the agent works on all of them in parallel. Results are shown per-project in a grid layout.
Configuration
Configure concurrency limits, timeout per project, and failure handling (stop all / continue on error).
Use Cases
- Apply a lint fix across all packages in a monorepo
- Update dependency versions across services
- Run the same refactoring on multiple codebases