This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
133138Your workspace must have either ` screen ` or ` tmux ` installed to use this.
134139
@@ -244,6 +249,7 @@ To enable task reporting:
2442491 . Set ` experiment_report_tasks = true ` in the module configuration
2452502 . Add the Coder Login module to your template
2462513 . Configure environment variables using ` coder_env ` :
252+
247253 ``` tf
248254 resource "coder_env" "task_prompt" {
249255 agent_id = coder_agent.main.id
You can’t perform that action at this time.
0 commit comments