You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai-coder/tasks.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,10 @@ If a workspace app has the special `"preview"` slug, a navbar will appear above
82
82
83
83
We plan to introduce more customization options in future releases.
84
84
85
+
##Automatically name your tasks
86
+
87
+
Coder can automatically generate a name your tasks if you set the`ANTHROPIC_API_KEY` environment variable on the Coder server. Otherwise, tasks will be given randomly generated names.
88
+
85
89
##Opting out of Tasks
86
90
87
91
If you tried Tasks and decided you don't want to use it, you can hide the Tasks tab by starting`coder server` with the`CODER_HIDE_AI_TASKS=true` environment variable or the`--hide-ai-tasks` flag.