Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ LLMs are a part of our lives from here on out so join us in learning about and c
* [Aider Original Documentation (still mostly applies)](https://aider.chat/)

You can see a selection of the enhancements and updates by comparing the help output:

```bash
aider --help > aider.help.txt
cecli --help > cecli.help.txt
diff aider.help.txt cecli.help.txt -uw --color
diff -uw --color <(aider --help) <(cecli --help)
```

## Installation Instructions
Expand Down Expand Up @@ -453,4 +452,4 @@ The current priorities are to improve core capabilities and user experience of t
<td></td>
</tr>
</tbody>
</table>
</table>