Skip to content

Commit fd9bc64

Browse files
committed
chore: add module parameter warning again
1 parent fe5b058 commit fd9bc64

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

registry/coder/modules/aider/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ module "aider" {
2828
- **Browser UI**: Use Aider in your browser with a modern web interface instead of the terminal
2929
- **Non-Interactive Mode**: Automatically processes tasks when provided via the `task_prompt` variable
3030

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+
3136
## Usage Examples
3237

3338
### Basic setup with API key
@@ -282,7 +287,3 @@ If you encounter issues:
282287
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
283288

284289
For more information on using Aider, see the [Aider documentation](https://aider.chat/docs/).
285-
286-
```
287-
288-
```

0 commit comments

Comments
 (0)