Repository reasoning and reusable experience
Repository-level work remains brittle when agents must connect distant files, runtime targets, and constants. RepoMirage tests this directly with behavior-preserving perturbations on SWE-Bench Verified. Average resolved rate across 8 models fell from 66.80% to 49.78%, while average accessed files rose from 4.77 to 13.24. The result points to exploration without enough structure.
CODESKILL attacks a related problem through reusable procedural skills. It trains a small large language model (LLM) to extract and maintain a compact skill bank from coding-agent trajectories. With Qwen3.5-35B-A3B as the frozen coding policy, average success rose to 39.26, compared with 29.57 without skills and 35.25 for the strongest prompt or memory baseline.