1 repo
Mechanisms for applying automated code modifications via structured diffs or search-and-replace blocks.
Distinguishing note: Focuses on applying model-generated edits to specific file segments rather than full file rewrites.
Explore 1 awesome GitHub repository matching software engineering & architecture · Code Patching Engines. Refine with filters or upvote what's useful.
Aider is a command-line interface tool that enables large language models to directly edit, refactor, and manage source code within a local repository. It functions as an AI-powered coding assistant that integrates into the developer workflow, allowing users to apply code changes through natural language prompts while maintaining repository context and version control. The tool distinguishes itself through a specialized diff-based patching engine that parses model-generated search-and-replace blocks to modify specific file segments without rewriting entire files. It features a provider-agnost
Applies code changes by parsing model-generated search-and-replace blocks to modify specific file segments.