Skip to content

Update Coder Tasks docs to reflect breaking change in claude-code v4 module #21195

@coder-doc-bot

Description

@coder-doc-bot

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_task resource 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions