Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 257cf98

Browse files
docs(aider): add module configuration example to README for Aider installation to satisfy linting
1 parent fe9f8a2 commit 257cf98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

aider/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ tags: [agent, aider]
1111

1212
Run [Aider](https://aider.chat) AI pair programming in your workspace. This module installs Aider and provides a persistent session using screen or tmux.
1313

14+
```tf
15+
module "aider" {
16+
source = "registry.coder.com/modules/aider/coder"
17+
version = "1.0.0"
18+
agent_id = coder_agent.example.id
19+
}
20+
```
21+
1422
## Features
1523

1624
- **Interactive Parameter Selection**: Choose your AI provider, model, and configuration options when creating the workspace

0 commit comments

Comments
 (0)