Skip to content

Commit f1c2183

Browse files
committed
Re-format README.md a bit
1 parent eadc2cd commit f1c2183

1 file changed

Lines changed: 21 additions & 15 deletions

File tree

README.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
## Why `aider-ce`?
22

3-
`aider-ce` (aka `cecli`) is a community-driven fork of the excellent [Aider](https://aider.chat/) AI pair programming tool.
3+
`aider-ce` (aka `cecli`, pronounced like "Cecily") is a community-driven fork of the [Aider](https://aider.chat/) AI pair programming tool.
4+
Aider is a fantastic piece of software with a wonderful community but it has been painfully slow in receiving updates in the quickly evolving AI tooling space.
45

5-
Our mission is to foster an open, collaborative ecosystem where new features, experiments, and improvements can be developed and shared rapidly. We believe in genuine FOSS principles and actively welcome contributors of all skill levels.
6+
We aim to foster an open, collaborative ecosystem where new features, experiments, and improvements can be developed and shared rapidly. We believe in genuine FOSS principles and actively welcome contributors of all skill levels.
67

7-
If you are looking for bleeding-edge features or want to get your hands dirty with the internals of an AI coding agent, join us!
8+
If you are looking for bleeding-edge features or want to get your hands dirty with the internals of an AI coding agent, here's your sign.
9+
LLMs are a part of our lives from here on out so join us in learning about and crafting the future.
810

9-
You can see a selection of the improvements by comparing the help output:
10-
```bash
11-
aider --help > aider.help.txt
12-
cecli --help > cecli.help.txt
13-
diff aider.help.txt cecli.help.txt -uw --color
14-
```
15-
Some of the bigger enhancements are:
11+
### Links
12+
13+
[Discord Chat](https://discord.gg/McwdCRuqkJ) 🞄
14+
[Changelog](https://github.com/dwash96/aider-ce/blob/main/CHANGELOG.md) 🞄
15+
[Issue Queue](https://github.com/dwash96/aider-ce/issues)
16+
17+
## Documentation/Other Notes:
1618

1719
* [Agent Mode](https://github.com/dwash96/aider-ce/blob/main/aider/website/docs/config/agent-mode.md)
1820
* [MCP Configuration](https://github.com/dwash96/aider-ce/blob/main/aider/website/docs/config/mcp.md)
1921
* [Session Management](https://github.com/dwash96/aider-ce/blob/main/aider/website/docs/sessions.md)
2022
* [Aider Original Documentation (still mostly applies)](https://aider.chat/)
2123

22-
For a full list, check out the [Changelog](https://github.com/dwash96/aider-ce/blob/main/CHANGELOG.md)
23-
Please drop by the [Discord Community](https://discord.gg/McwdCRuqkJ)
24-
or [issue queue](https://github.com/dwash96/aider-ce/issues) to get involved.
24+
You can see a selection of the enhancements and updates by comparing the help output:
25+
```bash
26+
aider --help > aider.help.txt
27+
cecli --help > cecli.help.txt
28+
diff aider.help.txt cecli.help.txt -uw --color
29+
```
2530

2631
## Installation Instructions
2732
This project can be installed using several methods:
@@ -145,6 +150,7 @@ The current priorities are to improve core capabilities and user experience of t
145150
<a href="https://github.com/shladnik">@shladnik</a>
146151
<a href="https://github.com/itlackey">@itlackey</a>
147152
<a href="https://github.com/tomjuggler">@tomjuggler</a>
153+
<a href="https://github.com/szmania">@szmania</a>
148154
<a href="https://github.com/vk4s">@vk4s</a>
149155
<a href="https://github.com/titusz">@titusz</a>
150156
<a href="https://github.com/daniel-vainsencher">@daniel-vainsencher</a>
@@ -160,6 +166,6 @@ The current priorities are to improve core capabilities and user experience of t
160166
<a href="https://github.com/itsmeknt">@itsmeknt</a>
161167
<a href="https://github.com/cheahjs">@cheahjs</a>
162168
<a href="https://github.com/youknow04">@youknow04</a>
169+
<a href="https://github.com/pjcreath">@pjcreath</a>
163170
<a href="https://github.com/pcamp">@pcamp</a>
164-
<a href="https://github.com/miradnanali">@miradnanali</a>
165-
<a href="https://github.com/o-nix">@o-nix</a>
171+
<a href="https://github.com/ErichBSchulz">@ErichBSchulz</a>

0 commit comments

Comments
 (0)