GitHub Issues Arena
Select issues. Run up to 3 in parallel.
ForkLab reads issues and target source files from the real sandbox GitHub repo. Pick simple issues, launch isolated BrowserPod branches, and verify each patch before trusting it.
Task input
Parallel issue run
Selected issues become isolated branches. Each branch writes a tiny repo slice, runs the failing test, asks the server-side LLM planner for a patch, applies it, reruns tests, and reports proof back to the dashboard.
For the live demo, allow popups. ForkLab opens one tab per selected issue branch.
Demo repo contents
Simple patch targets
Issue branch examples
Built for a reliable live demo
What is real?
Execution boundary
Each selected issue opens a tab and boots its own BrowserPod instance.
Each issue branch writes sandbox repo files, runs failing tests, calls a server-only LLM planner, applies a patch, reruns tests, and runs a build script.
The issue list and target source files are loaded from Jyozaa/forklab-sandbox-issues on GitHub; ForkLab supplies the demo test harness.
Connecting arbitrary real GitHub repos is still a future extension.