Repository issue agents
Repository context is becoming an object to test, edit, and reuse. Probe-and-Refine starts with generated repository guidance, runs synthetic bug-fix probes, and folds the failures back into a compact guidance file. On 500 SWE-bench Verified instances, it reports a 33.0% mean resolve rate, compared with 28.3% for static repository guidance and 25.5% with no context. The gain mainly comes from more evaluable patches, which suggests that better guidance helps the agent find the right area of the codebase.
Phoenix applies a similar engineering instinct to GitHub issue resolution. It splits work across planner, reproducer, coder, tester, failure analyst, and pull-request agents. Its tester compares a clean baseline run with the patched run, then opens a pull request only when the change adds no new failing tests. On a curated 24-task SWE-bench Lite slice, Phoenix reports 18 oracle-resolved tasks and no PASS_TO_PASS regressions on successful runs.