-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Description
Update the Coder Tasks documentation at https://coder.com/docs/ai-coder/tasks#option-2-create-or-duplicate-your-own-template to reflect the breaking change in claude-code v4 module regarding coder_ai_task resource definition.
Previously, the agentapi module defined coder_ai_task for consumers as a convenience. In v4, this was removed because defining it in the module prevented consumers from using new fields added in future updates without updating every single agent module.
The documentation currently states that you don't need to define a coder_ai_task resource, but this is no longer accurate for v4 of the module. The docs should:
- Clarify the behavior difference between v3 and v4 of the module
- Document that v4 requires users to define the
coder_ai_taskresource themselves - Explain why this change was made (to allow for future field additions without module updates)
Impact
Community members using the latest v4 module are experiencing failures when following the current documentation because they're not defining the coder_ai_task resource that is now required. This creates confusion and blocks users from successfully setting up Coder Tasks with the latest module version.
Links
- Slack thread: https://coder.slack.com/archives/C094GRQG7UZ/p1764011536910329
- Documentation page that needs updating: https://coder.com/docs/ai-coder/tasks#option-2-create-or-duplicate-your-own-template