mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
co-authored by
Ben Potter
parent
347ab5b348
commit
8d6a322344
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user