Fix bugs and rerun tests
How you could use an agent
Use an agent to inspect failing tests, read logs, compare the broken behavior with the expected one, and draft a small code change for you to review. It helps you narrow down the bug quickly and rerun the relevant tests after the fix is made.
Where you stay involved
You decide whether the proposed change is safe, edit the code if needed, run the final tests, and approve anything that could affect other parts of the program.
