Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842bb1f commit bd65914Copy full SHA for bd65914
docs/ai-coder/create-template.md
@@ -42,9 +42,19 @@ Follow the instructions in the Coder Registry to install the module. Be sure to
42
enable the `experiment_use_screen` and `experiment_report_tasks` variables to
43
report status back to the Coder control plane.
44
45
+> [!TIP]
46
+>
47
> Alternatively, you can [use a custom agent](./custom-agents.md) that is
48
> not in our registry via MCP.
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
58
## 3. Confirm tasks are streaming in the Coder UI
59
60
The Coder dashboard should now show tasks being reported by the agent.
0 commit comments