Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbd65914

Browse files
authored
docs: add note about experiment_report_tasks to ai-coder/create-template (#17563)
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent842bb1f commitbd65914

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎docs/ai-coder/create-template.md

Lines changed: 10 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp