chore(docs/ai-coder): add migration guide for provider version 2.13.0 (#20426)

Closes https://github.com/coder/internal/issues/1080

---------

Co-authored-by: Ben Potter <ben@coder.com>
This commit is contained in:
Cian Johnston
2025-11-11 09:07:41 +00:00
committed by GitHub
parent e96ab0ef59
commit b6935c3528
5 changed files with 218 additions and 34 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ advanced capabilities that Coder offers.
### Get Coder Tasks Running
Coder Tasks is an interface that allows you to run and manage coding agents like
Claude Code within a given Workspace. Tasks become available when the Template for a Workspace has the `coder_ai_task` resource and `coder_parameter` named `AI Prompt` defined in its source code.
Claude Code within a given Workspace. Tasks become available when a Workspace Template has the `coder_ai_task` resource defined in its source code.
In other words, any existing template can become a Task template by adding in that
resource and parameter.