Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd65914

Browse files
authored
docs: add note about experiment_report_tasks to ai-coder/create-template (#17563)
Co-authored-by: EdwardAngert <[email protected]>
1 parent 842bb1f commit bd65914

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/ai-coder/create-template.md

+10
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,19 @@ Follow the instructions in the Coder Registry to install the module. Be sure to
4242
enable the `experiment_use_screen` and `experiment_report_tasks` variables to
4343
report status back to the Coder control plane.
4444

45+
> [!TIP]
46+
>
4547
> Alternatively, you can [use a custom agent](./custom-agents.md) that is
4648
> not in our registry via MCP.
4749
50+
The module uses `experiment_report_tasks` to stream changes to the Coder dashboard:
51+
52+
```hcl
53+
# Enable experimental features
54+
experiment_use_screen = true # Or use experiment_use_tmux = true to use tmux instead
55+
experiment_report_tasks = true
56+
```
57+
4858
## 3. Confirm tasks are streaming in the Coder UI
4959

5060
The Coder dashboard should now show tasks being reported by the agent.

0 commit comments

Comments
 (0)