From 0df839dc4f82dfddf7f7d038d0c58d5f18eb9ef4 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 28 Aug 2025 12:33:04 +0100 Subject: [PATCH 1/2] chore(docs): document automatic task naming --- docs/ai-coder/tasks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ai-coder/tasks.md b/docs/ai-coder/tasks.md index 43c4becdf8be1..ea3d9dbd4cfb3 100644 --- a/docs/ai-coder/tasks.md +++ b/docs/ai-coder/tasks.md @@ -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. 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. From da25bc403e926998c81d787d0c0f9ff29a0b9a8c Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 28 Aug 2025 12:35:53 +0100 Subject: [PATCH 2/2] Update docs/ai-coder/tasks.md Co-authored-by: Ben Potter --- docs/ai-coder/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai-coder/tasks.md b/docs/ai-coder/tasks.md index ea3d9dbd4cfb3..ef47a6b3fb874 100644 --- a/docs/ai-coder/tasks.md +++ b/docs/ai-coder/tasks.md @@ -84,7 +84,7 @@ 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. Otherwise, tasks will be given randomly generated names. +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