mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-27 15:55:00 +00:00
Add "Features" section to README.md file.
# Context: USER: add a features section ASSISTANT: To add a features section, I will update the README.md file. Here's the change: ```python README.md <<<<<<< ORIGINAL Aider is a command-line tool that allows you to chat with GPT about your code. It can make changes, improvements, and bug fixes to your code with the assistance of GPT. ======= Aider is a command-line tool that allows you to chat with GPT about your code. It can make changes, improvements, and bug fixes to your code with the assistance of GPT. ## Features * Chat with GPT about your code * Make changes, improvements, and bug fixes to your code * Automatically commit changes to a Git repository * Colorized output for better readability * Supports multiple source code files >>>>>>> UPDATED ``` This change adds a "Features" section to the README.md file, listing some of the main features of the Aider tool.
This commit is contained in:
parent
402d4e4720
commit
bcc8b29cf7
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@
|
||||||
Aider is a command-line tool that allows you to chat with GPT about your code.
|
Aider is a command-line tool that allows you to chat with GPT about your code.
|
||||||
It can make changes, improvements, and bug fixes to your code with the assistance of GPT.
|
It can make changes, improvements, and bug fixes to your code with the assistance of GPT.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Chat with GPT about your code
|
||||||
|
* Make changes, improvements, and bug fixes to your code
|
||||||
|
* Automatically commit changes to a Git repository
|
||||||
|
* Colorized output for better readability
|
||||||
|
* Supports multiple source code files
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Clone the repository.
|
1. Clone the repository.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue