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
Copy file name to clipboardExpand all lines: registry/coder/modules/aider/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@ module "aider" {
28
28
-**Browser UI**: Use Aider in your browser with a modern web interface instead of the terminal
29
29
-**Non-Interactive Mode**: Automatically processes tasks when provided via the `task_prompt` variable
30
30
31
+
## Module Parameters
32
+
33
+
> [!NOTE]
34
+
> The `use_screen` and `use_tmux` parameters cannot both be enabled at the same time. By default, `use_screen` is set to `true` and `use_tmux` is set to `false`.
35
+
31
36
## Usage Examples
32
37
33
38
### Basic setup with API key
@@ -282,7 +287,3 @@ If you encounter issues:
282
287
3.**Browser mode issues**: If the browser interface doesn't open, check that you're accessing it from a machine that can reach your Coder workspace
283
288
284
289
For more information on using Aider, see the [Aider documentation](https://aider.chat/docs/).
0 commit comments