Skip to content

Commit af889ee

Browse files
aider: Automated documentation update (#3)
Automated documentation update Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 94a415e commit af889ee

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/aider/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# Aider (aider)
3+
4+
Aider lets you pair program with LLMs, to edit code in your local Git repository.
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/ivy/devcontainer-features/aider:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | Select an Aider version to install. | string | latest |
19+
20+
This devcontainer feature installs [Aider](https://github.com/Aider-AI/aider) into your development container, enabling AI-assisted pair programming directly from your terminal.
21+
22+
Aider leverages powerful language models (LLMs) to assist you in editing code within your local Git repository. With Aider, you can streamline the coding process, get instant suggestions, and rapidly iterate on new ideas—all without leaving your terminal.
23+
24+
---
25+
26+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/ivy/devcontainer-features/blob/main/src/aider/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)