What do you do when your coding agent is running? Our answer is to start another coding task in parallel. The best developer can run 10+ tasks in parallel.
With Superset, you can run 100.
- Create and organize parallel coding environment
- Get notified when an agent needs your review
- Share context between your agents
- Code on the go with a cloud environment
- Automate reviewing and feedback
- Create and manage Git pull requests
Download the app or run locally.
For each parallel tasks, Superset uses git worktree to clone a new branch on your machine.
Automate copying env variables, installing dependencies, etc. through the app or with a setup script ./superset/setup.json
Each workspace gets their own organized terminal system. You can create default presets.
Superset monitors your running processes, notify you when changes are ready, and help coordinate between multiple agents.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also open issues.
See the CONTRIBUTING.md for instructions and code of conduct.
See tips and motivation under docs: docs/cookbook/README.md.
Distributed under the Apache 2.0 License. See LICENSE.md for more information.

