中文

Git-Assistant: Planning-Based Support for Updating Git Repositories

软件工程 2026-07-10 v1 人工智能 计算与语言

摘要

Version control systems are essential for collaborative software development, yet tools like git remain challenging for many practitioners. Recent advances in Large Language Models (LLMs) offer promising capabilities for interpreting developer intent, but their effectiveness in repository management tasks is limited by the need for formal reasoning. This work introduces Git-Assistant, an AI-based assistant that combines LLMs with automated planning to support developers in executing non-trivial git operations. The assistant analyzes repository context, translates natural language requests into actionable command sequences, and incorporates planning techniques to ensure correctness and safety. We present a systematic evaluation methodology using synthetic and randomized git environments, comparing the performance of LLM-only and planning-augmented variants across multiple metrics. Experimental results demonstrate that integrating formal reasoning with LLMs improves reliability and reduces errors in repository management, highlighting the potential of hybrid AI approaches for intelligent developer assistance.

引用

@article{arxiv.2607.09224,
  title  = {Git-Assistant: Planning-Based Support for Updating Git Repositories},
  author = {Alfredo Garrachón Ruiz and Tomás de la Rosa and Daniel Borrajo},
  journal= {arXiv preprint arXiv:2607.09224},
  year   = {2026}
}

备注

11 pages, 6 Tables