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

Commit 25b0f49

Browse files
docs(aider): remove default variables, and remove first usage example since it was duplicate
1 parent 4311670 commit 25b0f49

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

aider/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ 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-
count = data.coder_workspace.me.start_count
17-
source = "registry.coder.com/modules/aider/coder"
18-
version = "1.0.0"
19-
agent_id = coder_agent.example.id
20-
folder = "/home/coder"
21-
use_tmux = false
22-
session_name = "aider"
23-
}
24-
```
25-
2614
## Features
2715

2816
- **Interactive Parameter Selection**: Choose your AI provider, model, and configuration options when creating the workspace
@@ -60,8 +48,6 @@ module "aider" {
6048
version = "1.0.0"
6149
agent_id = coder_agent.example.id
6250
folder = "/home/coder"
63-
install_aider = true
64-
aider_version = "latest"
6551
}
6652
```
6753

@@ -103,8 +89,6 @@ module "aider" {
10389
version = "1.0.0"
10490
agent_id = coder_agent.example.id
10591
folder = "/home/coder"
106-
install_aider = true
107-
aider_version = "latest"
10892
}
10993
```
11094

@@ -194,7 +178,6 @@ module "aider" {
194178
version = "1.0.0"
195179
agent_id = coder_agent.example.id
196180
folder = "/home/coder"
197-
experiment_report_tasks = true
198181
}
199182
```
200183

0 commit comments

Comments
 (0)