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

Commit 34fac62

Browse files
docs(aider): update early access note and add links for feedback and documentation in README.md
1 parent 98c7efd commit 34fac62

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

aider/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,14 @@ module "aider" {
126126

127127
### With task reporting and initial prompt (Experimental)
128128

129-
> This functionality is in early access and is still evolving.
129+
> This functionality is in early access as of Coder v2.21 and is still evolving.
130130
> For now, we recommend testing it in a demo or staging environment,
131-
> rather than deploying to production.
131+
> rather than deploying to production
132+
>
133+
> Learn more in [the Coder documentation](https://coder.com/docs/tutorials/ai-agents)
134+
>
135+
> Join our [Discord channel](https://discord.gg/coder) or
136+
> [contact us](https://coder.com/contact) to get help or share feedback.
132137
133138
Your workspace must have either `screen` or `tmux` installed to use this.
134139

@@ -244,6 +249,7 @@ To enable task reporting:
244249
1. Set `experiment_report_tasks = true` in the module configuration
245250
2. Add the Coder Login module to your template
246251
3. Configure environment variables using `coder_env`:
252+
247253
```tf
248254
resource "coder_env" "task_prompt" {
249255
agent_id = coder_agent.main.id

0 commit comments

Comments
 (0)