chore(docs): document automatic task naming (#19614)

Updates our experimental AI docs on how to automatically generate task
names.

---------

Co-authored-by: Ben Potter <ben@coder.com>
This commit is contained in:
Cian Johnston
2025-08-28 12:58:36 +01:00
committed by GitHub
co-authored by Ben Potter
parent 347ab5b348
commit 8d6a322344
+4
View File
@@ -82,6 +82,10 @@ If a workspace app has the special `"preview"` slug, a navbar will appear above
We plan to introduce more customization options in future releases.
## Automatically name your tasks
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.
## Opting out of Tasks
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.