paper-with-me

홈 › Papers

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

2026-07-10 · Alfredo Garrachón Ruiz, Tomás de la Rosa, Daniel Borrajo arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.09224

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Intention Recognition for Robotic Assistants Through Online POMDP Planning

2024-11-26 · Juan Carlos Saborio, Joachim Hertzberg

Intention recognition, or the ability to anticipate the actions of another agent, plays a vital role in the design and development of automated assistants that can support humans in their daily tasks. In particular, indu…

Intent Detection

Scalable and Explainable Enterprise Knowledge Discovery Using Graph-Centric Hybrid Retrieval

2025-10-13 · Nilima Rao, Jagriti Srivastava, Pradeep Kumar Sharma, Hritvik Shrivastava arxiv

Modern enterprises manage vast knowledge distributed across heterogeneous systems such as Jira, Git repositories, Confluence, and wikis. Conventional retrieval methods based on keyword search or static embeddings often f…

Semantic Similarity

Towards Logic-Aware Manipulation: A Knowledge Primitive for VLM-Based Assistants in Smart Manufacturing

2025-12-12 · Suchang Chen, Daqiang Guo arxiv

Existing pipelines for vision-language models (VLMs) in robotic manipulation prioritize broad semantic generalization from images and language, but typically omit execution-critical parameters required for contact-rich a…

Data Augmentation

LLM should think and action as a human

2025-02-19 · Haun Leung, Zinan Wang

It is popular lately to train large language models to be used as chat assistants, but in the conversation between the user and the chat assistant, there are prompts, require multi-turns between the chat assistant and th…

Language ModelingLanguage ModellingLarge Language Model

Explainable Composition of Aggregated Assistants

2020-11-21 · Sarath Sreedharan, Tathagata Chakraborti, Yara Rizk, Yasaman Khazaeni

A new design of an AI assistant that has become increasingly popular is that of an "aggregated assistant" -- realized as an orchestrated composition of several individual skills or agents that can each perform atomic tas…