You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: aider/README.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,6 @@ tags: [agent, aider]
11
11
12
12
Run [Aider](https://aider.chat) AI pair programming in your workspace. This module installs Aider and provides a persistent session using screen or tmux.
13
13
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
-
26
14
## Features
27
15
28
16
-**Interactive Parameter Selection**: Choose your AI provider, model, and configuration options when creating the workspace
0 commit comments