paper-with-me

Papers

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

2026-08-03 · Yuqiao Tan, Jinxiang Meng, Fangyu Lei, Minzheng Wang, Shizhu He, Jun Zhao, Kang Liu hf

Real-world software development requires coding agents to operate in shared workspaces where users may inspect and modify code during an ongoing task, yet existing repository-level benchmarks typically evaluate agents working alone or restrict user participation to messages. This leads us to ask: how do coding agents understand and respond to code changes in a shared workspace? We introduce SWE-Touch, a framework that stress-tests this setting through validated Counter-Edits: plausible edits to task-relevant code that conflict with task completion. SWE-Touch mines task-critical regions from multiple repair trajectories, uses a separate User Patch Generator to construct the edits, and injects them with contextual user messages when agents reach the relevant code. We evaluate nine coding models on SWE-bench Verified, with additional experiments on longer-horizon tasks from SWE-Bench Pro and DeepSWE. Counter-Edit lowers average resolve rate by 7.7 percentage points on SWE-bench Verified, with degradation also persisting on both longer-horizon benchmarks. Trajectory analysis links these failures to limited awareness of the evolving workspace: agents may retain conflicting code or replace it without sufficiently re-inspecting the repository and validating the revised code with targeted tests. These findings show that strong autonomous performance does not yet ensure the state awareness and adaptive behavior needed for shared-workspace collaboration, and point to detecting workspace changes, reconciling conflicting edits with the task, and verifying the affected behavior as key capabilities for future optimization.

📄 PDF Abstract BibTeX arXiv:2608.02499

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Region-Aware Portrait Retouching with Sparse Interactive Guidance

2023-04-08 · Huimin Zeng, Jie Huang, Jiacheng Li, Zhiwei Xiong

Portrait retouching aims to improve the aesthetic quality of input portrait photos and especially requires human-region priority. The deep learning-based methods largely elevate the retouching efficiency and provide prom…

StateLens: A Reverse Engineering Solution for Making Existing Dynamic Touchscreens Accessible

2019-08-20 · Anhong Guo, Junhan Kong, Michael Rivera, Frank F. Xu 외

Blind people frequently encounter inaccessible dynamic touchscreens in their everyday lives that are difficult, frustrating, and often impossible to use independently. Touchscreens are often the only way to control every…

How AI Coding Agents Modify Code: A Large-Scale Study of GitHub Pull Requests

2026-01-24 · Daniel Ogenrwot, John Businge arxiv

AI coding agents are increasingly acting as autonomous contributors by generating and submitting pull requests (PRs). However, we lack empirical evidence on how these agent-generated PRs differ from human contributions, …

Semantic Similarity

OctoBench: Benchmarking Scaffold-Aware Instruction Following in Repository-Grounded Agentic Coding

2026-01-15 · Deming Ding, Shichun Liu, Enhui Yang, Jiahang Lin 외 arxiv

Modern coding scaffolds turn LLMs into capable software agents, but their ability to follow scaffold-specified instructions remains under-examined, especially when constraints are heterogeneous and persist across interac…

Instruction Following

SWE-Together: Evaluating Coding Agents in Interactive User Sessions

2026-06-29 · Yifan Wu, Zhuokai Zhao, Songlin Li, Ho Hin Lee 외 arxiv

Most coding-agent benchmarks are static: an agent receives a complete task description up front and is judged only by its final code. Real coding assistance is interactive, with users clarifying goals, adding constraints…