File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,19 @@ Follow the instructions in the Coder Registry to install the module. Be sure to
42
42
enable the ` experiment_use_screen ` and ` experiment_report_tasks ` variables to
43
43
report status back to the Coder control plane.
44
44
45
+ > [ !TIP]
46
+ >
45
47
> Alternatively, you can [ use a custom agent] ( ./custom-agents.md ) that is
46
48
> not in our registry via MCP.
47
49
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
+
48
58
## 3. Confirm tasks are streaming in the Coder UI
49
59
50
60
The Coder dashboard should now show tasks being reported by the agent.
You can’t perform that action at this time.
0 commit comments